|
| 1 | +ipfixprobe (4.9.2ubuntu1) focal; urgency=medium |
| 2 | + |
| 3 | + * Changes in 4.9.2: |
| 4 | + - NetTiSA: Fix time comparison, handle Nan values |
| 5 | + * Changes in 4.9.1 |
| 6 | + - NetTiSA: Add new NetTisa process plugin |
| 7 | + - OVPN: Imporovments (Added rtp header validation function, Improve detection) |
| 8 | + - HTTP: Add parsing HTTP response headers server and set-cookie names |
| 9 | + - ICMP: Add new ICMP process plugin |
| 10 | + - Code format: Changing uncrustify to clang format |
| 11 | + * Changes in 4.9.0 |
| 12 | + - flow cache: add VLAN ID to the flow key |
| 13 | + - SSADetector: detect SYN-SYNACK-ACK sequence to detect VPN within exiting connection |
| 14 | + - ovpn: enhanced algorithm to minimize false positives |
| 15 | + - optimization: do not export some additional info for short flows |
| 16 | + - dpdk: allow running as a secondary DPDK process, reading from mring |
| 17 | + - dpdk: allow reading from multiple port of the network interface |
| 18 | + - init: improve config & service to set `lcores` |
| 19 | + * Changes in 4.8.0 |
| 20 | + - DPDK: bugfix of HW timestamps |
| 21 | + - DPDK: compliance, different constant names |
| 22 | + - pstats: bugfix of recognition of zero length packets |
| 23 | + - SSADetector: add new plugin to detect possible SYN-SYNACK-ACK |
| 24 | + * Changes in 4.7.4 |
| 25 | + - Support parsing of ipv6 mobility header |
| 26 | + - Support TLS v1.3 |
| 27 | + - Support of extracting TLS version from handshake extension |
| 28 | + * Changes in 4.7.3 |
| 29 | + - Stats: Improve Input & Output pugin stats |
| 30 | + - Tls: fix buffer overflow error (causes crashing) |
| 31 | + * Changes in 4.7.2 |
| 32 | + - rpm hotfix: disable automatic setting of hardening flags |
| 33 | + - dpdk: bugfixes |
| 34 | + - dpdk: changed RSS setting to use IP only |
| 35 | + - improved ipfixprobed |
| 36 | + * Changes in 4.7.1 |
| 37 | + - http: Removed trailing '\r' from HTTP exported fields |
| 38 | + - tcp: fixed seq&ack tracking |
| 39 | + - dpdk: reworked plugin |
| 40 | + * Changes in 4.7.0 |
| 41 | + - dpdk: support for multi-queues |
| 42 | + - dpdk: improved config file and init script |
| 43 | + - flexprobe: changed flexprobe packet conversion to zero-copy mode |
| 44 | + - build: bugfix - fixed missing -PIC |
| 45 | + - tls: bugfix - replaced bad data type |
| 46 | + * Changes in 4.6.0 |
| 47 | + - QUIC: refactor plugin, version 2 added |
| 48 | + - Zero-copy packet processing |
| 49 | + - deb: add config files to generate deb package |
| 50 | + - xxhash update |
| 51 | + - Remove std::future feature for workers terminations |
| 52 | + |
| 53 | + -- Tomas Cejka < [email protected]> Mon, 07 Aug 2023 15:19:28 +0000 |
| 54 | + |
1 | 55 | ipfixprobe (4.5.0ubuntu1) focal; urgency=medium |
2 | 56 |
|
3 | 57 | * Initial release. New architecture and new plugins |
|
0 commit comments