Skip to content

Releases: f18m/large-pcap-analyzer

large-pcap-analyzer v3.8.2: Bugfix release

11 Jun 00:17
Compare
Choose a tag to compare
  • Fix regression in timing analysis for PCAP files with 1 pkt only: exit code must be zero

large-pcap-analyzer v3.8.1: Bugfix release

10 Jun 22:31
Compare
Choose a tag to compare
  • Make sure the behavior of --timing --quiet coherently produces always one single number in output (the PCAP duration) even when the PCAP has wrong timestamps

large-pcap-analyzer v3.8.0: Feature release

07 Jun 22:51
Compare
Choose a tag to compare

This release comes with:

Bugfixes:

  • Build fails on Ubuntu 23.04 because pcap_compile_nopcap is deprecated (#17)

New "traffic report" feature:

  • Implement new --report and --report-write CLI options to produce "traffic reports"
  • Provide 4 traffic reports for now: allflows_by_pkts, top10flows_by_pkts, allflows_by_pkts_outer, top10flows_by_pkts_outer
  • Divide CLI options into 3 categories: filtering options, timestamp-processing options and reporting options

large-pcap-analyzer v3.7.1: Bugfix release

19 Dec 00:16
Compare
Choose a tag to compare

bugfix: declare zero as duration for PCAPs with just 1 packet
Others:

added Github actions CI

large-pcap-analyzer v3.7.0: new --set-duration-preserve-ifg option

17 Nov 21:25
e58140b
Compare
Choose a tag to compare

This release adds a new --set-duration-preserve-ifg commandline option that behaves differently than --set-duration and is still very fast. README.md example #7 contains all the details.

large-pcap-analyzer v3.6.0

10 Feb 10:39
Compare
Choose a tag to compare

New features

  • add --set-timestamps options

Others

  • added TravisCI integration for continuous testing

large-pcap-analyzer v3.5.1

12 Jun 23:19
Compare
Choose a tag to compare

New features

  • add --quiet mode option to allow this utility to be used easily from external scripts
  • fix some casts that blocked i386/armhf building

large-pcap-analyzer v3.5.0

10 Jun 14:20
Compare
Choose a tag to compare

New features

  • add --set-duration option that allows altering PCAP timestamps
  • add support for long options also for other existing commands
  • add SNAP distribution/deployment option (with snapcraft integration)
  • add RPM distribution/deployment option (with copr integration)

large-pcap-analyzer v3.4.3

14 Mar 19:37
Compare
Choose a tag to compare

Fixes:

  • allow building with GCC 7.x
  • allow configure script to run on systems with automake <15 like Centos 7

large-pcap-analyzer v3.4.2

28 Feb 12:14
Compare
Choose a tag to compare

Major new features:

  • added -C option to extract a TCP/UDP/SCTP connection (possibly GTPu-encapsulated) by specifying in a compact form the 4tuple (IP:port IP:port)