Releases: f18m/large-pcap-analyzer
Releases · f18m/large-pcap-analyzer
large-pcap-analyzer v3.8.2: Bugfix release
- 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
large-pcap-analyzer v3.8.0: Feature release
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
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
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
New features
- add --set-timestamps options
Others
- added TravisCI integration for continuous testing
large-pcap-analyzer v3.5.1
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
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
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
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)