Kiran Bandla
Kiran Bandla
_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...
_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...
_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...
_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...
_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...
_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'...
_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...
_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...
_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...
_From [[email protected]](https://code.google.com/u/105105525663554477984/) on August 04, 2010 22:52:10_ Update objects can be correctly encoded when decoded from a captured packet. But it is not possible to create a Update object in...