Skip to content

Releases: gopacket/gopacket

v1.4.0

01 Aug 22:59
2e40d04
Compare
Choose a tag to compare

What's Changed

  • Make pcapgo EthernetHandle use runtime poller by @WGH- in #99
  • avoid panic in case of a root zone SignerName by @esara in #101
  • pcapng: support read and write Enhanced Packet Block (EPB) options by @mozillazg in #58
  • Cleanup endian conversion helpers by @mejedi in #108
  • fix time resolution of pcap/pcapgo by @zhouyan in #102
  • feat: support icmp6 option RecursiveDNSServer by @ruokeqx in #105
  • endian: fix big endian detection by @mejedi in #110
  • Bump golang.org/x/net from 0.35.0 to 0.36.0 by @dependabot[bot] in #114
  • Making SIP parsing a bit more strict by @thorsager in #109
  • geneve: implement DecodingLayer by @kaworu in #115
  • Enable decoding/encoding additional RadioTap namespaces and Vendor namespaces by @robertkleffner in #116
  • gtpv1u: check message type when decoding payload by @mejedi in #112
  • Potential fix for code scanning alert no. 5: Workflow does not contain permissions by @mosajjal in #118
  • add ability to handle pointers in layerString by @wardviaene in #121
  • fix wrong return when parse ip options by @mozillazg in #120
  • ipsec: implement DecodingLayer by @smagnani96 in #117
  • Feature/add serialize to ipv6 routing by @sat0ken in #111

New Contributors

Full Changelog: v1.3.1...v.1.3.1

v1.3.1

12 Nov 09:32
ba9b66f
Compare
Choose a tag to compare

What's Changed

  • extract the TLS Server Name Indication (SNI) by @wardviaene in #84
  • Fix mips cross compile by @diredocks in #87
  • gtp: fix extension headers and support FixLengths by @yoursunny in #68
  • feat: Meraki Discovery Protocol layer parsing by @grutz in #54
  • pcapgo: fix write.go mod by @wgrr in #77
  • Add RRSIG and DNSKEY record types to DNS layer by @TochusC in #92
  • Change go version to 1.22 (currently oldest supported) by @wader in #96
  • OSPFv2: fix DbDesc LSAheader parse by @povsister in #56
  • Fix Dot11InformationElement processing by @mcoops in #64
  • Add MPTCP Options in the TCP Layer Decoder by @matttbe in #66
  • Add support for bundled SCTP chunks by @alphalimafoxtrot in #72
  • afpacket/pcapgo: fix htons in big endian systems by @wgrr in #75
  • Change ifdef for 64-bit time to check for the right thing by @ssgelm in #90

New Contributors

Full Changelog: v.1.3.0...v1.3.1

v1.3.0

26 Aug 07:15
2654f02
Compare
Choose a tag to compare

What's Changed

  • Bump actions/setup-go from 4 to 5 by @dependabot in #39
  • allow tcp stream creation prevention by @noboruma in #40
  • Remove fmt.Printf in tls_handshake by @paragor in #42
  • Add SerializeTo to IPv6Fragment by @Enrico204 in #48
  • Fix RadioTap decoding panic by @mcoops in #45
  • Fix BlockAck missing TA by @mcoops in #50
  • Fix time type when build with _TIME_BITS=64 on 32bit arch by @zhsj in #52
  • feat: Support in-place GZIP reads for PCAPNG files by @wolveix in #55
  • Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #57
  • feat: add read support for Name Resolution Block by @raphaelcoeffic in #38
  • Using Content-Length to determine SIP message size by @thorsager in #51
  • DNS SVCB and HTTPS resource records (RFC 9460). by @markkurossi in #62
  • Radiotap: Add HE (WiFi6) decoding by @florisch in #65
  • feat: add wifi6 IE and IE ExtId Element parsing to dot11 by @grutz in #53
  • Fixed typo in the documentation for NewNgReader by @njm64 in #81
  • layers: Remove trailing whitespace for Server Failure string by @mqasimsarfraz in #82
  • Changing internal type of CSEQ and Content-Length by @thorsager in #61

New Contributors

Full Changelog: v1.2.0...v.1.3.0

v1.2.0

25 Nov 01:00
7048c15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.1...v1.2.0

v1.1.1

06 Jul 07:01
4472aec
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.0...v1.1.1

v1.1.0

27 Mar 22:29
31d1c89
Compare
Choose a tag to compare

What's Changed

  • feat(pcapgo): support cancellation with context.Context by @baez90 in #12
  • Bump actions/checkout from 2 to 3 by @dependabot in #13
  • Bump actions/setup-go from 3 to 4 by @dependabot in #15

New Contributors

  • @baez90 made their first contribution in #12
  • @dependabot made their first contribution in #13

Full Changelog: v1.0.0...v1.1.0

v1.0.0

24 Jan 08:48
1107518
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v1.0.0

v0.1.0

03 Nov 05:02
9e6d99b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/gopacket/gopacket/commits/v0.1.0