Skip to content

Awkward Goose

Compare
Choose a tag to compare
@brifordwylie brifordwylie released this 16 Aug 23:56
· 29 commits to master since this release

Changelog 1.9.7 [2021-08-16]

  • 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