- 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
OBS-URL: https://build.opensuse.org/request/show/1223573
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dpkt?expand=0&rev=31
- 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.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dpkt?expand=0&rev=21
- Add skip_s390x_tests.patch to skip failing tests on s390x
(gh#kbandla/dpkt#505).
- Update to 1.9.4:
- drop python 2.6 support
- add python 3.7, 3.8 support
- fix netbios name encoding and decoding
- properly set type of last vlan tag to type of eth.data layer
- fix QinQ vlan tag parsing with miscellaneous data
- add explicit iter to dpkt.Packet so dict() maps the fields nicely
- fix ipv6 packet so that it can be used for generating IPv6 data
- handle zero Eth type
- python 3 compatibility fixes
OBS-URL: https://build.opensuse.org/request/show/855897
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dpkt?expand=0&rev=16