Path to this page:
Subject: CVS commit: pkgsrc/net/py-dpkt
From: Adam Ciarcinski
Date: 2021-10-12 12:46:15
Message id: 20211012104615.8B396FA97@cvs.NetBSD.org
Log Message:
py-dpkt: updated to 1.9.7.2
1.9.7.2
Performance Regression Fix
1.9.7
- 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
Files: