Skip to content

Commit 470984e

Browse files
authored
Merge pull request #178 from CESNET/debupdate
update debian package version
2 parents e94d2e7 + 6ad283f commit 470984e

File tree

2 files changed

+55
-1
lines changed

2 files changed

+55
-1
lines changed

debian/changelog

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,57 @@
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+
155
ipfixprobe (4.5.0ubuntu1) focal; urgency=medium
256

357
* Initial release. New architecture and new plugins

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Section: net
33
Priority: standard
44
Maintainer: Tomas Cejka <[email protected]>
55
Build-Depends: autoconf (>=2.69), pkg-config, libtool, make (>=4.2.1), debhelper (>=9),
6-
openssl, libpcap-dev, libpcap0.8, libssl-dev
6+
openssl, libpcap-dev, libpcap0.8, libssl-dev, libatomic1
77
Standards-Version: 4.5.0
88
Homepage: https://github.com/CESNET/ipfixprobe
99
Vcs-Git: https://github.com/CESNET/ipfixprobe

0 commit comments

Comments
 (0)