Open GoogleCodeExporter opened 9 years ago
Seems to be breaking in ip.py during the unpack.
def unpack(self, buf):
dpkt.Packet.unpack(self, buf)
ol = ((self.v_hl & 0xf) << 2) - self.__hdr_len__
if ol < 0:
in my debug self.v_hl = 1, self.__hdr_len__ = 20, and ol = -16.
Original comment by toby.bea...@gmail.com
on 24 Jan 2011 at 10:25
Original issue reported on code.google.com by
toby.bea...@gmail.com
on 23 Jan 2011 at 10:06