Skip to content

chore(deps): update dpkt requirement from >=1.9 to >=1.9.8 in /parsers - #5

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/parsers/dpkt-gte-1.9.8
Open

chore(deps): update dpkt requirement from >=1.9 to >=1.9.8 in /parsers#5
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/parsers/dpkt-gte-1.9.8

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown

Updates the requirements on dpkt to permit the latest version.

Release notes

Sourced from dpkt's releases.

Puppy Vizsla

Changelog 1.9.8 [2022-08-17]

  • 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
Changelog

Sourced from dpkt's changelog.

1.9.8

[2022-08-17]

  • 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

1.9.7.2

[2021-08-16]

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

1.9.6

[2021-05-21]

  • Added in the TLS 1.3 Cipher Suite from the RFC 8446 dated August 2018
  • Added support for Linux cooked capture v2, SLL2.

1.9.5

[2021-02-07]

  • 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.
  • Byteorder is now specified when packing GRE optional fields.
  • #517: Improvement to Radiotap class, supporting multi-byte and misaligned flags fields. Endianness is now enforced.
  • Github issue template added for bug reporting.
  • Compliance with flake8 formatting.
  • asn1.py::utctime method now returns time in UTC, instead of local.
  • Allow multiple InterfaceDescriptionBlocks with pcapng.Writer.
  • SCTP decoder DATA chunk padding aligned to 4-bytes, and improved handling of .data field.
  • IEEE80211 DELBA frame now works on big and little-endian architectures.

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [dpkt](https://github.com/kbandla/dpkt) to permit the latest version.
- [Release notes](https://github.com/kbandla/dpkt/releases)
- [Changelog](https://github.com/kbandla/dpkt/blob/master/docs/changelog.md)
- [Commits](kbandla/dpkt@v1.9.0...v1.9.8)

---
updated-dependencies:
- dependency-name: dpkt
  dependency-version: 1.9.8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Sep 9, 2026

Copy link
Copy Markdown
Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants