9fcfff08ea
- Update to 1.9.8 * Fixed endianness issues in PCAPNG, Loopback * Improved MPLS unpacking to include IPv6 * Fixed unpacking of multiple records in TLS messages * Updated docstrings for multiples modules * Fixed a long-standing issue where serializing IP would change its length * Fixed IEEE 802.11 Beacon byte ordering * Graceful handling of PCAPNG option comment UTF-8 decoding errors * Added support for PCAPNG Packet Block * Added modpcap reader support - Drop skip-BE-tests.patch, merged upstream
Markéta Machová2024-11-12 17:14:57 +00:00
81b2d3f34e
Accepting request 1147607 from devel:languages:python
Ana Guerrero2024-02-21 16:55:21 +00:00
c6deebff97
Accepting request 1147585 from home:kairu:branches:devel:languages:python
Matej Cepl2024-02-19 14:33:09 +00:00
0f0c6211bf
- Update skip-BE-tests.patch so that it actually fixes things, instead of just skipping tests (gh#kbandla/dpkt#615).
Matej Cepl2021-10-08 06:54:26 +00:00
7f8f86cb2f
- Skip failing tests again (gh#kbandla/dpkt#505).
Matej Cepl2021-10-07 12:12:56 +00:00
9775d4d653
- Update to 1.9.7.2: - Fixed performance regression (#611) - Moved the project documentation from Read the Docs(RST) to github.io(MarkDown) - Added a new mechanism for creating bit-sized field definitions in the protocol parsers (Packet.__bit_fields__) - Added pretty printing capability aka Packet.pprint(), Packet.__pprint_funcs__ - Added documentation on developing protocol parsers in dpkt (creating_parsers.md) - Added a universal pcap+pcapng reader (dpkt.pcap.UniversalReader) - Improved TLS ClientHello and ServerHello parsing: return an "Unknown" ciphersuite instead of raising an exception, add codes for rfc8701, GREASE ciphersutes - Added function to get IP protocol name - Modified Packet.__getitem__() and added Packet.__contains__() to address the nested protocol layers - Fixed payload length interpretation in AH decoder - Improved handling of invalid chunks in HTTP and SCTP - Fixed decoding of IPv6 fragments after the 1st fragment - Support rfc3540 nonce sum flag in TCP - Added in the TLS 1.3 Cipher Suite from the RFC 8446 dated August 2018 - Added support for Linux cooked capture v2, SLL2. - New example showing how to process truncated DNS packets (examples/print_dns_truncated.py). - Corrected typo in BGP.notification attribute. - BGP.Update.Attribute.MPReachNLRI.SNPA now inherits from dpkt.Packet.
Matej Cepl2021-10-07 11:45:56 +00:00
f38af8576f
- Rename skip_s390x_tests.patch to fix_s390x_tests.patch (from the upstream commit 4ce0b897e60a), which seems to fix the problem.
Matej Cepl2021-01-03 16:56:52 +00:00
4365ee69fc
- Update to version 1.9.1: * Allow building with python3 - Remove epydoc dependency so we can remove py2 only package
Tomáš Chvátal
2018-01-03 16:08:41 +00:00
77b9bf1529
Accepting request 197804 from devel:languages:python
Stephan Kulow
2013-09-11 11:07:58 +00:00