dependabot[bot] opened a new pull request, #2322: URL: https://github.com/apache/plc4x/pull/2322
Bumps [github.com/gopacket/gopacket](https://github.com/gopacket/gopacket) from 1.4.0 to 1.5.0. <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.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> <p><strong>Full Changelog</strong>: <a href="https://github.com/gopacket/gopacket/compare/v1.4.0...v1.5.0">https://github.com/gopacket/gopacket/compare/v1.4.0...v1.5.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/gopacket/gopacket/commit/ac0316a5fbe0983695aa40957a45d7ae1aa7b044"><code>ac0316a</code></a> feat: support to parse enip and cip protocols for industrial automation (<a href="https://redirect.github.com/gopacket/gopacket/issues/137">#137</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/c656f7adaca5adcd40b081ffa08c581bcb7d865c"><code>c656f7a</code></a> fix: prevent panic when creating flows from malformed linux sll packets (<a href="https://redirect.github.com/gopacket/gopacket/issues/139">#139</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/34a6022fcc444e9c19cbff7555c8fc0f820dda00"><code>34a6022</code></a> afpacket: add vnet_hdr_size option that can be passed to NewTPacket (<a href="https://redirect.github.com/gopacket/gopacket/issues/136">#136</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/f251eb3d5073509f12db68a4f9b2479f58d4da1e"><code>f251eb3</code></a> fix: Update MAC prefixes and generation logic (<a href="https://redirect.github.com/gopacket/gopacket/issues/138">#138</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/e229ad0afba34acdfe00c426e52ab84126f8a504"><code>e229ad0</code></a> afpacket: add protocol option that can be passed to NewTPacket (<a href="https://redirect.github.com/gopacket/gopacket/issues/135">#135</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/f972276c4abc83afefbf37a3b0bbae95652c675f"><code>f972276</code></a> gtp: assign value to data[0] after PrependBytes (<a href="https://redirect.github.com/gopacket/gopacket/issues/130">#130</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/1365ed5d1b913154849d11d5892b6c4e86c7fcf3"><code>1365ed5</code></a> Bump actions/setup-go from 5 to 6 (<a href="https://redirect.github.com/gopacket/gopacket/issues/131">#131</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/3df4fdc1e20e877e07f32afefe2d0657836e99f7"><code>3df4fdc</code></a> added apsp (from Google's repo) (<a href="https://redirect.github.com/gopacket/gopacket/issues/129">#129</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/cabc5c7f5b27ddffaba06bd06c719fe68072369c"><code>cabc5c7</code></a> added ague (from google's repo) (<a href="https://redirect.github.com/gopacket/gopacket/issues/128">#128</a>)</li> <li><a href="https://github.com/gopacket/gopacket/commit/fa445ca85492a9b0b66b67efa1bd614e70d88985"><code>fa445ca</code></a> Fix Dot11InformationElement parsing panic (<a href="https://redirect.github.com/gopacket/gopacket/issues/124">#124</a>)</li> <li>Additional commits viewable in <a href="https://github.com/gopacket/gopacket/compare/v1.4.0...v1.5.0">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
