PERFORCE change 100308 for review

Clément Lecigne clem1 at FreeBSD.org
Fri Jun 30 13:15:38 UTC 2006


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

Change 100308 by clem1 at clem1_ipv6vulns on 2006/06/29 19:37:15

		Bug fix: there is not segment_left field in hop-by-hop extension header.	

Affected files ...

.. //depot/projects/soc2006/clem1_ipv6vulns/pcs/pcs/packets/ipv6.py#5 edit

Differences ...

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

@@ -130,7 +130,7 @@
         len = pcs.Field("length", 8)
         type = pcs.Field("type", 8)
         pcs.Packet.__init__(self,
-                            [next, len, type, segments_left], bytes)
+                            [next, len, type], bytes)
     
     def option(self, len = 0):
         """add option header to the hop-by-hop extension header"""


More information about the p4-projects mailing list