Skip to content

Releases: CESNET/ipfixprobe

v4.7.1

14 Dec 14:28
20bb951

Choose a tag to compare

Changes in v4.7.1

  • http: Removed trailing '\r' from HTTP exported fields
  • tcp: fixed seq&ack tracking
  • dpdk: reworked plugin
  • slightly improved doc/help

v4.6.1

05 Aug 13:55
7ab7b0b

Choose a tag to compare

Compared to v4.6.0, this version contains only build-related fixes for OpenWrt compilation.

v4.6.0

04 Aug 12:14
51a1d3f

Choose a tag to compare

v4.6.0 Pre-release
Pre-release

Brief list of changes:
* Refactoring and fixes of QUIC plugin
* Zero-copy packet processing
* Update of xxhash code
* Remove std::future feature for workers terminations

v4.5.0

18 Mar 12:48
b80e0fa

Choose a tag to compare

Brief list of changes:

  • FIXED variable-length IE IPFIX export (quic, http, tls)
  • FEATURE QUIC: Export of new information elements in QUIC plugin
  • FIXED wrong export reason

v4.4.0

14 Feb 19:55
v4.4.0

Choose a tag to compare

Brief list of changes:

  • improved performance by replacing std::stringstream by std::string (due to global lock)
  • improved WireGuard confidence
  • fixed QUIC plugin
  • fixed uninitialised variable
  • fixed UniRec flow duplication
  • cleanup IPFIX elements and fixed their duplicates (compatibility of some elements with flowmon exporter)
  • added DLT_RAW link-layer of libpcap

v4.0.0

28 Dec 18:20
90d1c84

Choose a tag to compare

The ipfixprobe flow exporter is used to process packets of the high-speed network traffic to create aggregated information about ongoing traffic. The output of ipfixprobe are IP flows represented in the standard IPFIX format, thus the tool is compatible with common monitoring and detection systems. To receive packets from the network card, ipfixprobe supports libpcap and DPDK technologies and is also compatible with COMBO accelerator cards developed by CESNET. This makes it possible to monitor high-speed traffic at speeds of up to around 170Gb/s. The ipfixprobe architecture is modular and contains a number of plugins that extend common IPFIX data information. More advanced packet sequence statistics allow the use of machine learning methods to classify network traffic, including encrypted communication.