Skip to content

large-pcap-analyzer v3.8.0: Feature release

Compare
Choose a tag to compare
@f18m f18m released this 07 Jun 22:51
· 5 commits to master since this 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