[PR #6612] Bump github.com/gopacket/gopacket from 1.4.0 to 1.6.1 #28599

Open
opened 2026-08-05 08:06:37 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/6612
Author: @dependabot[bot]
Created: 6/29/2026
Status: 🔄 Open

Base: mainHead: dependabot/go_modules/github.com/gopacket/gopacket-1.6.1


📝 Commits (1)

  • 9acc048 Bump github.com/gopacket/gopacket from 1.4.0 to 1.6.1

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

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

Release notes

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

v1.6.1

Full Changelog: https://github.com/gopacket/gopacket/compare/v1.6.0...v1.6.1

v1.6.0

What's Changed

New Contributors

Full Changelog: https://github.com/gopacket/gopacket/compare/v1.5.0...v1.6.0

v1.5.0

What's Changed

New Contributors

... (truncated)

Commits
  • 7611908 Merge commit from fork
  • 145859d Merge commit from fork
  • 95d1ae3 gre: add bounds checking (#154)
  • 7d7d998 feat: apple pktapv1 support (#153)
  • 600bed8 ip6defrag: implements an IPv6 defragmenter (#151)
  • f64f2a0 fix(lcm): add bounds check around fingerprint (#152)
  • 8c51e31 Differentiate between expected and unexpected EOFs in NgReader (#150)
  • 67ec1c7 fix(geneve): clear Options slice to prevent indefinite growth on reuse (#146)
  • 9a7f352 Industrial Protocols Round 2: Modbus, EN/IP, CIP (#142)
  • dd6e32d Added MPTCP option length check (#145)
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note


Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbirdio/netbird/pull/6612 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 6/29/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `dependabot/go_modules/github.com/gopacket/gopacket-1.6.1` --- ### 📝 Commits (1) - [`9acc048`](https://github.com/netbirdio/netbird/commit/9acc04817f3c924ba510e5220de53683b66e23b9) Bump github.com/gopacket/gopacket from 1.4.0 to 1.6.1 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/gopacket/gopacket](https://github.com/gopacket/gopacket) from 1.4.0 to 1.6.1. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/gopacket/gopacket/releases">github.com/gopacket/gopacket's releases</a>.</em></p> <blockquote> <h2>v1.6.1</h2> <p><strong>Full Changelog</strong>: <a href="https://github.com/gopacket/gopacket/compare/v1.6.0...v1.6.1">https://github.com/gopacket/gopacket/compare/v1.6.0...v1.6.1</a></p> <h2>v1.6.0</h2> <h2>What's Changed</h2> <ul> <li>DNS parsing: handle naming authority pointer RFC3403 by <a href="https://github.com/dreadl0ck"><code>@​dreadl0ck</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/141">gopacket/gopacket#141</a></li> <li>Diameter protocol parsing support by <a href="https://github.com/dreadl0ck"><code>@​dreadl0ck</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/140">gopacket/gopacket#140</a></li> <li>Bump actions/checkout from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/gopacket/gopacket/pull/144">gopacket/gopacket#144</a></li> <li>Add MPTCP option length check by <a href="https://github.com/A14m0"><code>@​A14m0</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/145">gopacket/gopacket#145</a></li> <li>Industrial Protocols Round 2: Modbus, EN/IP, CIP by <a href="https://github.com/dreadl0ck"><code>@​dreadl0ck</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/142">gopacket/gopacket#142</a></li> <li>fix(geneve): clear Options slice to prevent indefinite growth on reuse by <a href="https://github.com/deeproot-cloud"><code>@​deeproot-cloud</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/146">gopacket/gopacket#146</a></li> <li>Differentiate between expected and unexpected EOFs in NgReader by <a href="https://github.com/ericpauley"><code>@​ericpauley</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/150">gopacket/gopacket#150</a></li> <li>fix(lcm): add bounds check around fingerprint by <a href="https://github.com/Edholm"><code>@​Edholm</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/152">gopacket/gopacket#152</a></li> <li>ip6defrag: implements an IPv6 defragmenter by <a href="https://github.com/txthinking"><code>@​txthinking</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/151">gopacket/gopacket#151</a></li> <li>feat: apple pktapv1 support by <a href="https://github.com/ruokeqx1"><code>@​ruokeqx1</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/153">gopacket/gopacket#153</a></li> <li>gre: add bounds checking by <a href="https://github.com/mattypiper"><code>@​mattypiper</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/154">gopacket/gopacket#154</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/A14m0"><code>@​A14m0</code></a> made their first contribution in <a href="https://redirect.github.com/gopacket/gopacket/pull/145">gopacket/gopacket#145</a></li> <li><a href="https://github.com/deeproot-cloud"><code>@​deeproot-cloud</code></a> made their first contribution in <a href="https://redirect.github.com/gopacket/gopacket/pull/146">gopacket/gopacket#146</a></li> <li><a href="https://github.com/ericpauley"><code>@​ericpauley</code></a> made their first contribution in <a href="https://redirect.github.com/gopacket/gopacket/pull/150">gopacket/gopacket#150</a></li> <li><a href="https://github.com/Edholm"><code>@​Edholm</code></a> made their first contribution in <a href="https://redirect.github.com/gopacket/gopacket/pull/152">gopacket/gopacket#152</a></li> <li><a href="https://github.com/txthinking"><code>@​txthinking</code></a> made their first contribution in <a href="https://redirect.github.com/gopacket/gopacket/pull/151">gopacket/gopacket#151</a></li> <li><a href="https://github.com/ruokeqx1"><code>@​ruokeqx1</code></a> made their first contribution in <a href="https://redirect.github.com/gopacket/gopacket/pull/153">gopacket/gopacket#153</a></li> <li><a href="https://github.com/mattypiper"><code>@​mattypiper</code></a> made their first contribution in <a href="https://redirect.github.com/gopacket/gopacket/pull/154">gopacket/gopacket#154</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/gopacket/gopacket/compare/v1.5.0...v1.6.0">https://github.com/gopacket/gopacket/compare/v1.5.0...v1.6.0</a></p> <h2>v1.5.0</h2> <h2>What's Changed</h2> <ul> <li>Added GTPv2 Support to gopacket (New Layer) by <a href="https://github.com/vagabundor"><code>@​vagabundor</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/94">gopacket/gopacket#94</a></li> <li>Bump minimum Go version to 1.24.0 by <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/123">gopacket/gopacket#123</a></li> <li>Bump actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/gopacket/gopacket/pull/126">gopacket/gopacket#126</a></li> <li>Fix a couple of radio tap serialization bugs by <a href="https://github.com/robertkleffner"><code>@​robertkleffner</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/127">gopacket/gopacket#127</a></li> <li>Fix Dot11InformationElement parsing panic by <a href="https://github.com/mcoops"><code>@​mcoops</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/124">gopacket/gopacket#124</a></li> <li>added ague (from google's repo) by <a href="https://github.com/mosajjal"><code>@​mosajjal</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/128">gopacket/gopacket#128</a></li> <li>added apsp (from Google's repo) by <a href="https://github.com/mosajjal"><code>@​mosajjal</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/129">gopacket/gopacket#129</a></li> <li>Bump actions/setup-go from 5 to 6 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/gopacket/gopacket/pull/131">gopacket/gopacket#131</a></li> <li>gtp: assign value to data[0] after PrependBytes by <a href="https://github.com/constant-mihai"><code>@​constant-mihai</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/130">gopacket/gopacket#130</a></li> <li>afpacket: add protocol option that can be passed to NewTPacket by <a href="https://github.com/MarcusWichelmann"><code>@​MarcusWichelmann</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/135">gopacket/gopacket#135</a></li> <li>fix: Update MAC prefixes and generation logic by <a href="https://github.com/dreadl0ck"><code>@​dreadl0ck</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/138">gopacket/gopacket#138</a></li> <li>afpacket: add vnet_hdr_size option that can be passed to NewTPacket by <a href="https://github.com/MarcusWichelmann"><code>@​MarcusWichelmann</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/136">gopacket/gopacket#136</a></li> <li>fix: prevent panic when creating flows from malformed linux sll packets by <a href="https://github.com/dreadl0ck"><code>@​dreadl0ck</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/139">gopacket/gopacket#139</a></li> <li>feat: support to parse enip and cip protocols for industrial automation by <a href="https://github.com/dreadl0ck"><code>@​dreadl0ck</code></a> in <a href="https://redirect.github.com/gopacket/gopacket/pull/137">gopacket/gopacket#137</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/vagabundor"><code>@​vagabundor</code></a> made their first contribution in <a href="https://redirect.github.com/gopacket/gopacket/pull/94">gopacket/gopacket#94</a></li> <li><a href="https://github.com/Copilot"><code>@​Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/gopacket/gopacket/pull/123">gopacket/gopacket#123</a></li> <li><a href="https://github.com/constant-mihai"><code>@​constant-mihai</code></a> made their first contribution in <a href="https://redirect.github.com/gopacket/gopacket/pull/130">gopacket/gopacket#130</a></li> <li><a href="https://github.com/dreadl0ck"><code>@​dreadl0ck</code></a> made their first contribution in <a href="https://redirect.github.com/gopacket/gopacket/pull/138">gopacket/gopacket#138</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gopacket/gopacket/commit/76119086f5936aacd7088bdf97d565501bb6c4cc"><code>7611908</code></a> Merge commit from fork</li> <li><a href="https://github.com/gopacket/gopacket/commit/145859d0eaee1a6f5925ffb93851c976449c3311"><code>145859d</code></a> Merge commit from fork</li> <li><a href="https://github.com/gopacket/gopacket/commit/95d1ae3e197eee3a25d24abb7b079a60b578854d"><code>95d1ae3</code></a> gre: add bounds checking (<a href="https://redirect.github.com/gopacket/gopacket/issues/154">#154</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/7d7d99886603711d5c1c718372724d23c1bfde32"><code>7d7d998</code></a> feat: apple pktapv1 support (<a href="https://redirect.github.com/gopacket/gopacket/issues/153">#153</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/600bed85dd6ee4667fc39a3d397627977ae11ba4"><code>600bed8</code></a> ip6defrag: implements an IPv6 defragmenter (<a href="https://redirect.github.com/gopacket/gopacket/issues/151">#151</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/f64f2a0b69402ed9ca7c6aad97b8391efa5ea790"><code>f64f2a0</code></a> fix(lcm): add bounds check around fingerprint (<a href="https://redirect.github.com/gopacket/gopacket/issues/152">#152</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/8c51e31f1bfcf2377dbf1bc2ceb1dfb97bef6fb4"><code>8c51e31</code></a> Differentiate between expected and unexpected EOFs in NgReader (<a href="https://redirect.github.com/gopacket/gopacket/issues/150">#150</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/67ec1c706998a6b5e808c3234440082406fcb26d"><code>67ec1c7</code></a> fix(geneve): clear Options slice to prevent indefinite growth on reuse (<a href="https://redirect.github.com/gopacket/gopacket/issues/146">#146</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/9a7f3522a0630c3523a43c4e041cbcebfa248b2c"><code>9a7f352</code></a> Industrial Protocols Round 2: Modbus, EN/IP, CIP (<a href="https://redirect.github.com/gopacket/gopacket/issues/142">#142</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/dd6e32d2a74d9e914929e88c6e4cf2a6b721e474"><code>dd6e32d</code></a> Added MPTCP option length check (<a href="https://redirect.github.com/gopacket/gopacket/issues/145">#145</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gopacket/gopacket/compare/v1.4.0...v1.6.1">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/gopacket/gopacket&package-manager=go_modules&previous-version=1.4.0&new-version=1.6.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 08:06:37 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#28599