Skip to content

chore: bump github.com/gopacket/gopacket from 1.6.1 to 1.7.0 - #92

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gopacket/gopacket-1.7.0
Open

chore: bump github.com/gopacket/gopacket from 1.6.1 to 1.7.0#92
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/github.com/gopacket/gopacket-1.7.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 7, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/gopacket/gopacket from 1.6.1 to 1.7.0.

Release notes

Sourced from github.com/gopacket/gopacket's releases.

v1.7.0

Compatibility

The minimum supported Go version is now 1.25. golang.org/x/net v0.55.0 requires go 1.25.0, which raises this module's go directive with it. If you're stuck on Go 1.24 or older, stay on v1.6.1.

Fixed

  • reassembly: closeHalfConnection now returns every buffered page to the page cache instead of only the first one. pageCache.replace nils p.next before pooling, so the old loop terminated after one iteration. The leaked pages permanently inflated the pc.used counter checked against MaxBufferedPagesTotal — on long-running captures with that limit set, the assembler would eventually treat the buffer as full for every connection and force-flush out-of-order data instead of reassembling it. Triggered by a FIN/RST arriving while out-of-order segments are buffered beyond it. (#161, google/gopacket#856)
  • layers: IPv4 SerializeTo rejects option lengths below 2 instead of producing a malformed header. (#159)

Dependencies

  • golang.org/x/net 0.39.0 → 0.55.0, golang.org/x/sys 0.32.0 → 0.45.0 (#162)

CI

  • setup-go now reads the Go version from go.mod instead of a hardcoded constraint, and tests run under sudo use the setup-go toolchain — sudo's secure_path had been silently resolving go to the runner's system installation. (#162)
  • actions/checkout bumped from 6 to 7. (#160)

Full Changelog: gopacket/gopacket@v1.6.1...v1.7.0

Commits
  • d338185 build(deps): bump golang.org/x/net from 0.39.0 to 0.55.0 (#162)
  • 067005e Fix reassembly closeHalfConnections list traversal (#161)
  • 4ff01f2 fix(ip4): reject option length below 2 in SerializeTo (#159)
  • 5d6a732 build(deps): bump actions/checkout from 6 to 7 (#160)
  • See full diff in compare view

Dependabot compatibility score

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)

Bumps [github.com/gopacket/gopacket](https://github.com/gopacket/gopacket) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/gopacket/gopacket/releases)
- [Commits](gopacket/gopacket@v1.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/gopacket/gopacket
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jul 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants