Skip to content

Release 1.3.1

Compare
Choose a tag to compare
@jelujelu released this 02 Jun 10:24
· 100 commits to develop since this release

This release add packaging files for DEB and RPM distributions and fixes a couple of bugs:

  • ICMP code to fill the tables was wrong and created segfault using normal select, aggregation or group functions. The code has been rewritten to work as the DNS code does and ICMP tests have been added.
  • Historically PacketQ parses all resource records but only saves the first and last record, this would overwrite EDNS information if it was not the first or last record. This has been fixed by saving the EDNS information as it is found.

Tarball: https://www.dns-oarc.net/files/packetq/packetq-1.3.1.tar.gz
sha256: b787ad2d2446f43fd494ef82a587cb79e6e69a85bbbf131c9c64258f0359acff
Packages: https://dev.dns-oarc.net/packages/

Thanks to Anand Buddhdev (RIPE NCC) and Daniel Stirnimann (SWITCH) for providing PCAPs to help resolve the bugs.

Commits:

9c2627f Fix CID 1439421
5423c1d Fix #17: Save EDNS information when it's found
ecb166e Fix #48: ICMP parsing and a little better memory handling
0052024 Fix #45: Add packaging files