dpkt icon indicating copy to clipboard operation
dpkt copied to clipboard

fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols

Results 90 dpkt issues
Sort by recently updated
recently updated
newest added

_From [[email protected]](https://code.google.com/u/109838663139347367708/) on April 15, 2011 16:51:21_ What steps will reproduce the problem? diam = dpkt.diameter.Diameter(eth.ip.tcp.data) diam.avps [AVP(code=263, flags=64, len=38, data='ggsnv9vlz1;3511161808;190;6943'), AVP(flags=1, len=147456, data='\x00\x0c\x00\x00\x00\x04\x00\x00\x01\x08@\x00\x00\x12ggsnv9vlz1\x00\x00\x00\x00\x01(@\x00\x00"[email protected]\x00\x00\x00\x00\x01\x1b@\x00\x00#[email protected]\x00\x00\x00\x01\xcd@\x00\x00\x0fcontext\x00\x00\x00\x01\xa0@\x00\x00\x0c\x00\x00\x00\x02\x00\x00\x01\x9f@\x00\x00\x0c\x00\x00\x07)\x00\x00\x01%@\x00\x00\x13vlzfedsdp2c\x00\x00\x00\x01\x16@\x00\x00\x0c\xd1

bug
imported

_From [[email protected]](https://code.google.com/u/100301252568537087423/) on October 31, 2010 23:21:39_ The ieee802.11 module was not able to handle data packets, so I added some support. Please review and let me know how I...

bug
imported

_From [[email protected]](https://code.google.com/u/100473655535305202758/) on September 08, 2010 16:55:17_ The problem is that the total length of a SCTP chunk MUST be a multiple of 4 bytes but the actual decoder just...

bug
imported

_From [[email protected]](https://code.google.com/u/105103961488205321035/) on August 17, 2010 13:00:57_ What steps will reproduce the problem? 1. Get a PCAP with PPI info (e.g., in Kismet) 2. Try to open it using dpkt...

bug
imported

_From [[email protected]](https://code.google.com/u/105105525663554477984/) on August 04, 2010 23:15:16_ The length of BGP objects is not automatically calculated (the 'len' field'). Please calculate the length automatically when encoding a BGP object. As...

bug
imported

_From [[email protected]](https://code.google.com/u/105105525663554477984/) on August 04, 2010 23:12:14_ The length of Attribute objects is not automatically calculated (the 'len' field'). Please calculate the length automatically when encoding a Attribute object. As...

bug
imported

_From [[email protected]](https://code.google.com/u/105105525663554477984/) on August 04, 2010 23:05:09_ ASPath objects accepts an ASPathSegment object in its 'segments' field. However, this field is not printed when representing the object. Only the 'data'...

bug
imported

_From [[email protected]](https://code.google.com/u/105105525663554477984/) on August 04, 2010 22:59:11_ Please make dpkt.bgp.BGP.Update.Attribute.ASPath.ASPathSegment objects set the 'len' field automatically to the length of the 'path' list, when encoding. Currently, the 'len' field has...

bug
imported

_From [[email protected]](https://code.google.com/u/105105525663554477984/) on August 04, 2010 22:53:33_ Keepalive objects can be correctly encoded when decoded from a captured packet. But it is not possible to create a Keepalive object in...

bug
imported

_From [[email protected]](https://code.google.com/u/105105525663554477984/) on August 04, 2010 22:53:19_ ASPath objects can be correctly encoded when decoded from a captured packet. But it is not possible to create a ASPath object in...

bug
imported