PERFORCE change 100275 for review

Clément Lecigne clem1 at FreeBSD.org
Thu Jun 29 08:36:41 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=100275

Change 100275 by clem1 at clem1_ipv6vulns on 2006/06/29 08:35:49

		tcp bug fix in pcs again.	

Affected files ...

.. //depot/projects/soc2006/clem1_ipv6vulns/pcs/pcs/packets/tcp.py#3 edit

Differences ...

==== //depot/projects/soc2006/clem1_ipv6vulns/pcs/pcs/packets/tcp.py#3 (text+ko) ====

@@ -58,7 +58,7 @@
         cksum = pcs.Field("checksum", 16)
         urgp = pcs.Field("urg_pointer",16)
         pcs.Packet.__init__(self, [sport, dport, seq, acknum, off, reserved,
-                                   urg, ack, psh, rst, syn, fin, window, cksum, urg_pointer],
+                                   urg, ack, psh, rst, syn, fin, window, cksum, urgp],
                             bytes = bytes)
 
     def __str__(self):


More information about the p4-projects mailing list