-
-
Notifications
You must be signed in to change notification settings - Fork 89
Comparing changes
Open a pull request
base repository: gopacket/gopacket
base: v.1.3.0
head repository: gopacket/gopacket
compare: v1.3.1
- 13 commits
- 28 files changed
- 14 contributors
Commits on Sep 7, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ad755b6 - Browse repository at this point
Copy the full SHA ad755b6View commit details
Commits on Oct 4, 2024
-
* pcap/pcap_unix.go: fix error when cross compiling to mips * pcap/pcap_unix.go: fix padding
Configuration menu - View commit details
-
Copy full SHA for 61dc5e7 - Browse repository at this point
Copy the full SHA 61dc5e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for bd3b6d6 - Browse repository at this point
Copy the full SHA bd3b6d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e126fcb - Browse repository at this point
Copy the full SHA e126fcbView commit details -
Configuration menu - View commit details
-
Copy full SHA for e1361b0 - Browse repository at this point
Copy the full SHA e1361b0View commit details
Commits on Oct 25, 2024
-
Add RRSIG and DNSKEY record types to DNS layer (#92)
* feat: add RRSIG and DNSKEY record types to DNS layer * feat: enhance DNS record types. * feat: implement RRSIG and DNSKEY decoding and encoding test: add RRSIG and DNSKEY test cases in test file.
Configuration menu - View commit details
-
Copy full SHA for f9b8e3b - Browse repository at this point
Copy the full SHA f9b8e3bView commit details -
Change go version to 1.22 (currently oldest supported) (#96)
From https://go.dev/doc/devel/release#policy > Each major Go release is supported until there are two newer major releases
Configuration menu - View commit details
-
Copy full SHA for 741007b - Browse repository at this point
Copy the full SHA 741007bView commit details
Commits on Nov 9, 2024
-
OSPFv2: fix DbDesc LSAheader parse (#56)
* OSPFv2: fix DbDesc LSAheader parse add missing LSOptions field and fix LSType field offset * OSPFv2: add test for DbDesc parse with LSAheader
Configuration menu - View commit details
-
Copy full SHA for fc98b62 - Browse repository at this point
Copy the full SHA fc98b62View commit details -
Fix Dot11InformationElement processing (#64)
Move offset check within check for vendor extension (221) as this appears to be a bug as the else statement never uses offset+4. Previously this would cause small elements to fail processing as it wasn't limited to only vendor elements.
Configuration menu - View commit details
-
Copy full SHA for 2e384c7 - Browse repository at this point
Copy the full SHA 2e384c7View commit details -
Add MPTCP Options in the TCP Layer Decoder (#66)
- Support for decoding MPTCPv0 (RFC6824) and MPTCPv1 (RFC8684) packets - Tests for MPTCP Co-authored-by: Nicolas Keukeleire <nicolas.keukeleire@tessares.net> Co-authored-by: Huang Huang <mozillazg101@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for e67058c - Browse repository at this point
Copy the full SHA e67058cView commit details -
Added support for bundled SCTPData chunks (#72)
Solution already proposed at google/gopacket#835
Configuration menu - View commit details
-
Copy full SHA for 303e28d - Browse repository at this point
Copy the full SHA 303e28dView commit details -
afpacket/pcapgo: fix htons in big endian systems (#75)
The old implementation swaps the bits regardless of the host endianess. Signed-off-by: wagner riffel <w@104d.net>
Configuration menu - View commit details
-
Copy full SHA for 5c63dfa - Browse repository at this point
Copy the full SHA 5c63dfaView commit details
Commits on Nov 11, 2024
-
Change ifdef for 64-bit time to check for the right thing (#90)
Currently this checks whether a type is defined which does not appear to work. Instead, we check for the specific cases where time64 would be used instead of time. Closes #89
Configuration menu - View commit details
-
Copy full SHA for ba9b66f - Browse repository at this point
Copy the full SHA ba9b66fView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v.1.3.0...v1.3.1