mozillazg / ptcpdump

Process-aware, eBPF-based tcpdump
MIT License
587 stars 43 forks source link

chore(deps): update all go dependencies master (minor) #176

Closed renovate[bot] closed 3 weeks ago

renovate[bot] commented 3 weeks ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/cilium/ebpf v0.15.0 -> v0.16.0 age adoption passing confidence require minor
github.com/containerd/errdefs v0.1.0 -> v0.3.0 age adoption passing confidence require minor
github.com/containerd/typeurl/v2 v2.1.1 -> v2.2.1 age adoption passing confidence require minor
github.com/gopacket/gopacket v1.2.0 -> v1.3.0 age adoption passing confidence require minor
github.com/mandiant/GoReSym 534ca84 -> 45d5c9d require digest
golang.org/x/arch v0.10.0 -> v0.11.0 age adoption passing confidence require minor

Release Notes

cilium/ebpf (github.com/cilium/ebpf) ### [`v0.16.0`](https://redirect.github.com/cilium/ebpf/releases/tag/v0.16.0) [Compare Source](https://redirect.github.com/cilium/ebpf/compare/v0.15.0...v0.16.0) ##### program: automatic verifier log sizing and ProgramInfo.RecursionMisses() For the longest time users had to specify `ProgramOptions.LogSize` to get the full verifier log for large programs. The library now automatically figures out the correct buffer size to use and the field is deprecated. It will be removed in the next version. ProgramInfo now exposes how often a program didn't execute due to recursion limits via `RecursionMisses`. ##### perf, ringbuf: better control over wakeups, Flush() There is a trade off between how fast samples are processed and how much CPU is used. Reading samples as quickly as possible uses more CPU, reading in batches is cheaper. It's now possible to configure a "maximum time before a wakeup" by using Reader.SetDeadline(). This now guarantees that any pending samples are read at the end of the deadline, even if the Watermark wasn't reached. It's also possible to manually flush the buffer using `Flush()`. #### Bugfixes - The various `Copy()` methods now to a full deep copy and all accept nil values. - link: kprobe and uprobe links can now be pinned. #### What's Changed - perf: clean up error handling and bare fds by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1444](https://redirect.github.com/cilium/ebpf/pull/1444) - \[go.mod] Change `go` directive to `1.21` by [@​mx-psi](https://redirect.github.com/mx-psi) in [https://github.com/cilium/ebpf/pull/1441](https://redirect.github.com/cilium/ebpf/pull/1441) - gh: don't use code blocks in Bug report template by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1450](https://redirect.github.com/cilium/ebpf/pull/1450) - CI: Update kernel from v6.7 to v6.8 by [@​dylandreimerink](https://redirect.github.com/dylandreimerink) in [https://github.com/cilium/ebpf/pull/1452](https://redirect.github.com/cilium/ebpf/pull/1452) - build(deps): bump mkdocs from 1.5.3 to 1.6.0 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cilium/ebpf/pull/1455](https://redirect.github.com/cilium/ebpf/pull/1455) - build(deps): bump golangci/golangci-lint-action from 4.0.0 to 5.1.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cilium/ebpf/pull/1454](https://redirect.github.com/cilium/ebpf/pull/1454) - build(deps): bump mkdocs-material from 9.5.16 to 9.5.20 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cilium/ebpf/pull/1456](https://redirect.github.com/cilium/ebpf/pull/1456) - build(deps): bump mkdocs-git-revision-date-localized-plugin from 1.2.4 to 1.2.5 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cilium/ebpf/pull/1458](https://redirect.github.com/cilium/ebpf/pull/1458) - build(deps): bump jinja2 from 3.1.3 to 3.1.4 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cilium/ebpf/pull/1459](https://redirect.github.com/cilium/ebpf/pull/1459) - replace virtme by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1321](https://redirect.github.com/cilium/ebpf/pull/1321) - ci: ignore kprobe_multi test failures on arm64 by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1461](https://redirect.github.com/cilium/ebpf/pull/1461) - perf: flush Record when deadline is exceeded by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1429](https://redirect.github.com/cilium/ebpf/pull/1429) - link: allow retrieving perf event file descriptor by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1425](https://redirect.github.com/cilium/ebpf/pull/1425) - perf_event_open cpu should be -1 for valid PID by [@​brycekahle](https://redirect.github.com/brycekahle) in [https://github.com/cilium/ebpf/pull/1464](https://redirect.github.com/cilium/ebpf/pull/1464) - link: add test suite for netkit by [@​brlbil](https://redirect.github.com/brlbil) in [https://github.com/cilium/ebpf/pull/1463](https://redirect.github.com/cilium/ebpf/pull/1463) - debug sporadic vimto hang by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1466](https://redirect.github.com/cilium/ebpf/pull/1466) - build(deps): bump requests from 2.31.0 to 2.32.0 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cilium/ebpf/pull/1469](https://redirect.github.com/cilium/ebpf/pull/1469) - ci: use stable-selftests tag by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1472](https://redirect.github.com/cilium/ebpf/pull/1472) - link: add Info() method to all link types by [@​rgo3](https://redirect.github.com/rgo3) in [https://github.com/cilium/ebpf/pull/1435](https://redirect.github.com/cilium/ebpf/pull/1435) - Add RecursionMisses to access ProgramInfo recursion misses counter by [@​olsajiri](https://redirect.github.com/olsajiri) in [https://github.com/cilium/ebpf/pull/1465](https://redirect.github.com/cilium/ebpf/pull/1465) - elf: turn BTF map_extra into ErrNotSupported by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1483](https://redirect.github.com/cilium/ebpf/pull/1483) - docs: add a section on examples by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1482](https://redirect.github.com/cilium/ebpf/pull/1482) - build(deps): bump mkdocs-material from 9.5.20 to 9.5.26 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cilium/ebpf/pull/1484](https://redirect.github.com/cilium/ebpf/pull/1484) - build(deps): bump golangci/golangci-lint-action from 5.1.0 to 6.0.1 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cilium/ebpf/pull/1479](https://redirect.github.com/cilium/ebpf/pull/1479) - build(deps): bump mkdocs-git-authors-plugin from 0.8.0 to 0.9.0 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cilium/ebpf/pull/1476](https://redirect.github.com/cilium/ebpf/pull/1476) - build(deps): bump mkdocs-git-revision-date-localized-plugin from 1.2.5 to 1.2.6 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cilium/ebpf/pull/1477](https://redirect.github.com/cilium/ebpf/pull/1477) - map: fix TestMapBatch failing with ENOSPC for hash maps by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1485](https://redirect.github.com/cilium/ebpf/pull/1485) - gh: try to group dependabot updates by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1412](https://redirect.github.com/cilium/ebpf/pull/1412) - map: add Map.Handle() method for retrieving a Map's type information by [@​ti-mo](https://redirect.github.com/ti-mo) in [https://github.com/cilium/ebpf/pull/1488](https://redirect.github.com/cilium/ebpf/pull/1488) - build(deps): bump urllib3 from 2.2.1 to 2.2.2 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cilium/ebpf/pull/1489](https://redirect.github.com/cilium/ebpf/pull/1489) - add example using Linux TC hook for network flow monitoring by [@​smagnani96](https://redirect.github.com/smagnani96) in [https://github.com/cilium/ebpf/pull/1352](https://redirect.github.com/cilium/ebpf/pull/1352) - docs: fix clipped headline on home page by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1493](https://redirect.github.com/cilium/ebpf/pull/1493) - Fix ringbuffer ring size reporting by [@​usamasaqib](https://redirect.github.com/usamasaqib) in [https://github.com/cilium/ebpf/pull/1492](https://redirect.github.com/cilium/ebpf/pull/1492) - Add Flush to manually unblock Read/ReadInto by [@​brycekahle](https://redirect.github.com/brycekahle) in [https://github.com/cilium/ebpf/pull/1491](https://redirect.github.com/cilium/ebpf/pull/1491) - bpf2go: export core functionality by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1494](https://redirect.github.com/cilium/ebpf/pull/1494) - allow to pin kprobe and kprobe_multi links by [@​olsajiri](https://redirect.github.com/olsajiri) in [https://github.com/cilium/ebpf/pull/1496](https://redirect.github.com/cilium/ebpf/pull/1496) - build(deps): bump mkdocs-material from 9.5.26 to 9.5.27 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cilium/ebpf/pull/1498](https://redirect.github.com/cilium/ebpf/pull/1498) - link: allow pinning uprobe multi links by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1499](https://redirect.github.com/cilium/ebpf/pull/1499) - program, btf: probe correct log buffer size by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1500](https://redirect.github.com/cilium/ebpf/pull/1500) - build(deps): bump certifi from 2024.6.2 to 2024.7.4 in /docs by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/cilium/ebpf/pull/1504](https://redirect.github.com/cilium/ebpf/pull/1504) - cmd/bpf2go: make Nick Zavaritsky a reviewer by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1505](https://redirect.github.com/cilium/ebpf/pull/1505) - perf: fix panic when CPU is offline by [@​Ghostbaby](https://redirect.github.com/Ghostbaby) in [https://github.com/cilium/ebpf/pull/1503](https://redirect.github.com/cilium/ebpf/pull/1503) - map: fix flaky TestMapIteratorAllocations by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1506](https://redirect.github.com/cilium/ebpf/pull/1506) - link: fix nil pointer dereference in AttachXDP by [@​gavinbunney](https://redirect.github.com/gavinbunney) in [https://github.com/cilium/ebpf/pull/1507](https://redirect.github.com/cilium/ebpf/pull/1507) - info: make it harder to add backwards incompatible API by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1515](https://redirect.github.com/cilium/ebpf/pull/1515) - perf: do not add offline CPUs by [@​florianl](https://redirect.github.com/florianl) in [https://github.com/cilium/ebpf/pull/1510](https://redirect.github.com/cilium/ebpf/pull/1510) - fix a variety of Copy() problems by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1518](https://redirect.github.com/cilium/ebpf/pull/1518) - map: do not allocate on lookup when key doesn't exist by [@​brycekahle](https://redirect.github.com/brycekahle) in [https://github.com/cilium/ebpf/pull/1519](https://redirect.github.com/cilium/ebpf/pull/1519) - program: deprecate LogSize and VerifierError.Truncated by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1520](https://redirect.github.com/cilium/ebpf/pull/1520) - btf: fix panic when copying nil Type by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1521](https://redirect.github.com/cilium/ebpf/pull/1521) - map: remove misleading error message when creating without BTF by [@​lmb](https://redirect.github.com/lmb) in [https://github.com/cilium/ebpf/pull/1522](https://redirect.github.com/cilium/ebpf/pull/1522) #### New Contributors - [@​mx-psi](https://redirect.github.com/mx-psi) made their first contribution in [https://github.com/cilium/ebpf/pull/1441](https://redirect.github.com/cilium/ebpf/pull/1441) - [@​brlbil](https://redirect.github.com/brlbil) made their first contribution in [https://github.com/cilium/ebpf/pull/1463](https://redirect.github.com/cilium/ebpf/pull/1463) - [@​smagnani96](https://redirect.github.com/smagnani96) made their first contribution in [https://github.com/cilium/ebpf/pull/1352](https://redirect.github.com/cilium/ebpf/pull/1352) - [@​usamasaqib](https://redirect.github.com/usamasaqib) made their first contribution in [https://github.com/cilium/ebpf/pull/1492](https://redirect.github.com/cilium/ebpf/pull/1492) - [@​Ghostbaby](https://redirect.github.com/Ghostbaby) made their first contribution in [https://github.com/cilium/ebpf/pull/1503](https://redirect.github.com/cilium/ebpf/pull/1503) - [@​gavinbunney](https://redirect.github.com/gavinbunney) made their first contribution in [https://github.com/cilium/ebpf/pull/1507](https://redirect.github.com/cilium/ebpf/pull/1507) **Full Changelog**: https://github.com/cilium/ebpf/compare/v0.15.0...v0.16.0
containerd/errdefs (github.com/containerd/errdefs) ### [`v0.3.0`](https://redirect.github.com/containerd/errdefs/releases/tag/v0.3.0) [Compare Source](https://redirect.github.com/containerd/errdefs/compare/v0.2.0...v0.3.0) This release splits the errdefs package into the `github.com/containerd/errdefs` package which only contains error definitions as well as basic functions to check for those definitions and the `github.com/containerd/errdefs/pkg` package which containers functionality for using the errdefs, such as error serialization and adding more data to errors. #### What's Changed - Update GitHub Actions packages and runners by [@​austinvazquez](https://redirect.github.com/austinvazquez) in [https://github.com/containerd/errdefs/pull/20](https://redirect.github.com/containerd/errdefs/pull/20) - Add errdefs/pkg package by [@​dmcgowan](https://redirect.github.com/dmcgowan) in [https://github.com/containerd/errdefs/pull/19](https://redirect.github.com/containerd/errdefs/pull/19) **Full Changelog**: https://github.com/containerd/errdefs/compare/v0.2.0...v0.3.0 ### [`v0.2.0`](https://redirect.github.com/containerd/errdefs/releases/tag/v0.2.0) [Compare Source](https://redirect.github.com/containerd/errdefs/compare/v0.1.0...v0.2.0) #### What's Changed - Add more grpc types by [@​dmcgowan](https://redirect.github.com/dmcgowan) in [https://github.com/containerd/errdefs/pull/3](https://redirect.github.com/containerd/errdefs/pull/3) - Split gRPC and HTTP error utility into seperate packages by [@​austinvazquez](https://redirect.github.com/austinvazquez) in [https://github.com/containerd/errdefs/pull/5](https://redirect.github.com/containerd/errdefs/pull/5) - Fix Cancelled interface typo by [@​dmcgowan](https://redirect.github.com/dmcgowan) in [https://github.com/containerd/errdefs/pull/6](https://redirect.github.com/containerd/errdefs/pull/6) - Add stack support by [@​dmcgowan](https://redirect.github.com/dmcgowan) in [https://github.com/containerd/errdefs/pull/8](https://redirect.github.com/containerd/errdefs/pull/8) - Add a resolve error function to return first error by [@​dmcgowan](https://redirect.github.com/dmcgowan) in [https://github.com/containerd/errdefs/pull/9](https://redirect.github.com/containerd/errdefs/pull/9) - Add support for custom error messages by [@​dmcgowan](https://redirect.github.com/dmcgowan) in [https://github.com/containerd/errdefs/pull/10](https://redirect.github.com/containerd/errdefs/pull/10) - Add support for grpc error details and multiple errors by [@​dmcgowan](https://redirect.github.com/dmcgowan) in [https://github.com/containerd/errdefs/pull/7](https://redirect.github.com/containerd/errdefs/pull/7) - Complete interface definitions for errors by [@​dmcgowan](https://redirect.github.com/dmcgowan) in [https://github.com/containerd/errdefs/pull/18](https://redirect.github.com/containerd/errdefs/pull/18) #### New Contributors - [@​austinvazquez](https://redirect.github.com/austinvazquez) made their first contribution in [https://github.com/containerd/errdefs/pull/5](https://redirect.github.com/containerd/errdefs/pull/5) **Full Changelog**: https://github.com/containerd/errdefs/compare/v0.1.0...v0.2.0
containerd/typeurl (github.com/containerd/typeurl/v2) ### [`v2.2.1`](https://redirect.github.com/containerd/typeurl/releases/tag/v2.2.1) [Compare Source](https://redirect.github.com/containerd/typeurl/compare/v2.2.0...v2.2.1) This release adds a new option to make compiling with gogo protos optional with the `no_gogo` build tag. Gogo protos are deprecated and will be removed in a future release. #### What's Changed - Bump google.golang.org/protobuf from 1.27.1 to 1.33.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/containerd/typeurl/pull/44](https://redirect.github.com/containerd/typeurl/pull/44) - ci: fix workflows and test on go 1.23.x by [@​akhilerm](https://redirect.github.com/akhilerm) in [https://github.com/containerd/typeurl/pull/49](https://redirect.github.com/containerd/typeurl/pull/49) - Make gogo optional at compile time by [@​cpuguy83](https://redirect.github.com/cpuguy83) in [https://github.com/containerd/typeurl/pull/50](https://redirect.github.com/containerd/typeurl/pull/50) #### New Contributors - [@​dependabot](https://redirect.github.com/dependabot) made their first contribution in [https://github.com/containerd/typeurl/pull/44](https://redirect.github.com/containerd/typeurl/pull/44) - [@​cpuguy83](https://redirect.github.com/cpuguy83) made their first contribution in [https://github.com/containerd/typeurl/pull/50](https://redirect.github.com/containerd/typeurl/pull/50) **Full Changelog**: https://github.com/containerd/typeurl/compare/v2.2.0...v2.2.1 ### [`v2.2.0`](https://redirect.github.com/containerd/typeurl/releases/tag/v2.2.0) [Compare Source](https://redirect.github.com/containerd/typeurl/compare/v2.1.1...v2.2.0) #### What's Changed - Update docs links to main by [@​fangn2](https://redirect.github.com/fangn2) in [https://github.com/containerd/typeurl/pull/42](https://redirect.github.com/containerd/typeurl/pull/42) - Don't crash if Is() is passed a nil value by [@​tzneal](https://redirect.github.com/tzneal) in [https://github.com/containerd/typeurl/pull/43](https://redirect.github.com/containerd/typeurl/pull/43) - Update go version 1.21.x by [@​akhilerm](https://redirect.github.com/akhilerm) in [https://github.com/containerd/typeurl/pull/46](https://redirect.github.com/containerd/typeurl/pull/46) - Refactor marshalling funcs for anypb.Any by [@​akhilerm](https://redirect.github.com/akhilerm) in [https://github.com/containerd/typeurl/pull/45](https://redirect.github.com/containerd/typeurl/pull/45) #### New Contributors - [@​fangn2](https://redirect.github.com/fangn2) made their first contribution in [https://github.com/containerd/typeurl/pull/42](https://redirect.github.com/containerd/typeurl/pull/42) - [@​tzneal](https://redirect.github.com/tzneal) made their first contribution in [https://github.com/containerd/typeurl/pull/43](https://redirect.github.com/containerd/typeurl/pull/43) - [@​akhilerm](https://redirect.github.com/akhilerm) made their first contribution in [https://github.com/containerd/typeurl/pull/46](https://redirect.github.com/containerd/typeurl/pull/46) **Full Changelog**: https://github.com/containerd/typeurl/compare/v2.1.1...v2.2.0
gopacket/gopacket (github.com/gopacket/gopacket) ### [`v1.3.0`](https://redirect.github.com/gopacket/gopacket/releases/tag/v1.3.0) [Compare Source](https://redirect.github.com/gopacket/gopacket/compare/v1.2.0...v1.3.0) #### What's Changed - Bump actions/setup-go from 4 to 5 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gopacket/gopacket/pull/39](https://redirect.github.com/gopacket/gopacket/pull/39) - allow tcp stream creation prevention by [@​noboruma](https://redirect.github.com/noboruma) in [https://github.com/gopacket/gopacket/pull/40](https://redirect.github.com/gopacket/gopacket/pull/40) - Remove fmt.Printf in tls_handshake by [@​paragor](https://redirect.github.com/paragor) in [https://github.com/gopacket/gopacket/pull/42](https://redirect.github.com/gopacket/gopacket/pull/42) - Add SerializeTo to IPv6Fragment by [@​Enrico204](https://redirect.github.com/Enrico204) in [https://github.com/gopacket/gopacket/pull/48](https://redirect.github.com/gopacket/gopacket/pull/48) - Fix RadioTap decoding panic by [@​mcoops](https://redirect.github.com/mcoops) in [https://github.com/gopacket/gopacket/pull/45](https://redirect.github.com/gopacket/gopacket/pull/45) - Fix BlockAck missing TA by [@​mcoops](https://redirect.github.com/mcoops) in [https://github.com/gopacket/gopacket/pull/50](https://redirect.github.com/gopacket/gopacket/pull/50) - Fix time type when build with \_TIME_BITS=64 on 32bit arch by [@​zhsj](https://redirect.github.com/zhsj) in [https://github.com/gopacket/gopacket/pull/52](https://redirect.github.com/gopacket/gopacket/pull/52) - feat: Support in-place GZIP reads for PCAPNG files by [@​wolveix](https://redirect.github.com/wolveix) in [https://github.com/gopacket/gopacket/pull/55](https://redirect.github.com/gopacket/gopacket/pull/55) - Bump golang.org/x/net from 0.21.0 to 0.23.0 by [@​dependabot](https://redirect.github.com/dependabot) in [https://github.com/gopacket/gopacket/pull/57](https://redirect.github.com/gopacket/gopacket/pull/57) - feat: add read support for Name Resolution Block by [@​raphaelcoeffic](https://redirect.github.com/raphaelcoeffic) in [https://github.com/gopacket/gopacket/pull/38](https://redirect.github.com/gopacket/gopacket/pull/38) - Using Content-Length to determine SIP message size by [@​thorsager](https://redirect.github.com/thorsager) in [https://github.com/gopacket/gopacket/pull/51](https://redirect.github.com/gopacket/gopacket/pull/51) - DNS SVCB and HTTPS resource records (RFC 9460). by [@​markkurossi](https://redirect.github.com/markkurossi) in [https://github.com/gopacket/gopacket/pull/62](https://redirect.github.com/gopacket/gopacket/pull/62) - Radiotap: Add HE (WiFi6) decoding by [@​florisch](https://redirect.github.com/florisch) in [https://github.com/gopacket/gopacket/pull/65](https://redirect.github.com/gopacket/gopacket/pull/65) - feat: add wifi6 IE and IE ExtId Element parsing to dot11 by [@​grutz](https://redirect.github.com/grutz) in [https://github.com/gopacket/gopacket/pull/53](https://redirect.github.com/gopacket/gopacket/pull/53) - Fixed typo in the documentation for NewNgReader by [@​njm64](https://redirect.github.com/njm64) in [https://github.com/gopacket/gopacket/pull/81](https://redirect.github.com/gopacket/gopacket/pull/81) - layers: Remove trailing whitespace for Server Failure string by [@​mqasimsarfraz](https://redirect.github.com/mqasimsarfraz) in [https://github.com/gopacket/gopacket/pull/82](https://redirect.github.com/gopacket/gopacket/pull/82) - Changing internal type of CSEQ and Content-Length by [@​thorsager](https://redirect.github.com/thorsager) in [https://github.com/gopacket/gopacket/pull/61](https://redirect.github.com/gopacket/gopacket/pull/61) #### New Contributors - [@​noboruma](https://redirect.github.com/noboruma) made their first contribution in [https://github.com/gopacket/gopacket/pull/40](https://redirect.github.com/gopacket/gopacket/pull/40) - [@​paragor](https://redirect.github.com/paragor) made their first contribution in [https://github.com/gopacket/gopacket/pull/42](https://redirect.github.com/gopacket/gopacket/pull/42) - [@​Enrico204](https://redirect.github.com/Enrico204) made their first contribution in [https://github.com/gopacket/gopacket/pull/48](https://redirect.github.com/gopacket/gopacket/pull/48) - [@​mcoops](https://redirect.github.com/mcoops) made their first contribution in [https://github.com/gopacket/gopacket/pull/45](https://redirect.github.com/gopacket/gopacket/pull/45) - [@​zhsj](https://redirect.github.com/zhsj) made their first contribution in [https://github.com/gopacket/gopacket/pull/52](https://redirect.github.com/gopacket/gopacket/pull/52) - [@​wolveix](https://redirect.github.com/wolveix) made their first contribution in [https://github.com/gopacket/gopacket/pull/55](https://redirect.github.com/gopacket/gopacket/pull/55) - [@​raphaelcoeffic](https://redirect.github.com/raphaelcoeffic) made their first contribution in [https://github.com/gopacket/gopacket/pull/38](https://redirect.github.com/gopacket/gopacket/pull/38) - [@​thorsager](https://redirect.github.com/thorsager) made their first contribution in [https://github.com/gopacket/gopacket/pull/51](https://redirect.github.com/gopacket/gopacket/pull/51) - [@​markkurossi](https://redirect.github.com/markkurossi) made their first contribution in [https://github.com/gopacket/gopacket/pull/62](https://redirect.github.com/gopacket/gopacket/pull/62) - [@​florisch](https://redirect.github.com/florisch) made their first contribution in [https://github.com/gopacket/gopacket/pull/65](https://redirect.github.com/gopacket/gopacket/pull/65) - [@​grutz](https://redirect.github.com/grutz) made their first contribution in [https://github.com/gopacket/gopacket/pull/53](https://redirect.github.com/gopacket/gopacket/pull/53) - [@​njm64](https://redirect.github.com/njm64) made their first contribution in [https://github.com/gopacket/gopacket/pull/81](https://redirect.github.com/gopacket/gopacket/pull/81) - [@​mqasimsarfraz](https://redirect.github.com/mqasimsarfraz) made their first contribution in [https://github.com/gopacket/gopacket/pull/82](https://redirect.github.com/gopacket/gopacket/pull/82) **Full Changelog**: https://github.com/gopacket/gopacket/compare/v1.2.0...v.1.3.0

Configuration

📅 Schedule: Branch creation - "before 4am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

â™» Rebasing: Never, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



This PR was generated by Mend Renovate. View the repository job log.

renovate[bot] commented 3 weeks ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
github.com/mdlayher/netlink v1.6.0 -> v1.7.2
github.com/mdlayher/socket v0.1.1 -> v0.4.1