Kiran Bandla
Kiran Bandla
Often times, windows users open the files with the wrong mode. Unfortunately, the file mode property is read-only, so we can not fix it on the fly. Raise an exception...
_From [[email protected]](https://code.google.com/u/115462122534195676742/) on November 12, 2014 20:42:23_ What steps will reproduce the problem? 1. Send data more than 17000 Bytes. 2. The TLSMultiFactory will throw an error in finding the...
* Fixes #118 (please see issue for details) * Introduce `capabilities` property (for cases where there are >1 capablity) * Keep older `capability` property for backward compatibility * Added `__bgp10`...
_From [[email protected]](https://code.google.com/u/115106340102945768461/) on April 30, 2011 05:53:12_ I had to work on SSL/TLS and would like to contribute my changes to the SSL parsing code back to dpkt. It parses...
_From [[email protected]](https://code.google.com/u/102733620989922018979/) on February 16, 2011 02:34:40_ There is no support for LLDP packets parsing. A recursive parser is needed, so I took a shot at it. Some unit test...
_From [[email protected]](https://code.google.com/u/110708298735800734951/) on June 22, 2012 11:38:15_ What steps will reproduce the problem? 1. Packet received was: \xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\xff\x00'\x01\x04\xfd\xe8\x00\xb4\xc0\xa8\x02\x01\n\x02\x08\x01\x04\x00\x01\x00\x01\x02\x00 call dpkt.bgp.BGP(buf) Raises exception: Traceback (most recent call last): File "bgp_dump.py", line...
_From [[email protected]](https://code.google.com/u/113943263807046683058/) on December 18, 2013 18:44:48_ Currently in the the source, I don't see ftp.py files or any other ftp class. _Original issue: http://code.google.com/p/dpkt/issues/detail?id=119_
`socket.inet_ntop` is a very useful function, but its apparently only available on UNIX systems. We use this in some of the examples. On windows systems, we would need to use...
_From [[email protected]](https://code.google.com/u/109594409323927140248/) on January 15, 2014 18:27:43_ There are a few DNS RR types that do not have defined constants in dns.py. The included patch adds the missing types. **Attachment:**...
_From [[email protected]](https://code.google.com/u/114956796509061408799/) on January 15, 2014 09:41:10_ In my research, I ran across a sample that sends random data over UDP port 53, and dpkt.dns.DNS was raising IndexError when this...