Skip to content

Commit 96ea90d

Browse files
committed
ipfixprobe: increased version, updated ChangeLog, released RPM package
1 parent 1f4b212 commit 96ea90d

File tree

3 files changed

+37
-1
lines changed

3 files changed

+37
-1
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2023-07-18 ipfixprobe-4.9.1
2+
* NetTiSA: Add new NetTisa process plugin
3+
* OVPN: Imporovments (Added rtp header validation function, Improve detection)
4+
* HTTP: Add parsing HTTP response headers server and set-cookie names
5+
* ICMP: Add new ICMP process plugin
6+
* Code format: Changing uncrustify to clang format
7+
18
2023-06-01 ipfixprobe-4.9.0
29
* flow cache: add VLAN ID to the flow key
310
* SSADetector: detect SYN-SYNACK-ACK sequence to detect VPN within exiting connection

NEWS

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
2023-07-17 (Pavel Siska): NetTiSA: Add NetTiSA into README.md
2+
2023-07-17 (Pavel Siska): NetTiSA: Add NetTiSA to Makefile
3+
2023-07-17 (Pavel Siska): NetTiSA: Add NetTiSA plugin
4+
2023-07-17 (Pavel Siska): NetTiSA: Add NetTiSA IPFIX elements
5+
2023-07-17 (Pavel Siska): utils - format code with clang-format
6+
2023-07-17 (Pavel Siska): Byte-utils - introduce htonf() function to convert float to network order
7+
2023-07-14 (Karel Hynek): OVPN: Code reformat
8+
2023-07-14 (Karel Hynek): OVPN: checking datapackets for RTP validity to reduce false positives
9+
2023-07-14 (Karel Hynek): OVPN: Added rtp header validation function
10+
2023-07-14 (Karel Hynek): OVPN plugin: Improve detection for flows with large small number packets
11+
2023-07-07 (Jakub Magda): Add new HTTP fields to README.md
12+
2023-07-07 (Karel Hynek): HTTP: Updated functional tests
13+
2023-07-07 (Karel Hynek): HTTP: Added missing pointer check
14+
2023-07-07 (Karel Hynek): HTTP: Code reformat
15+
2023-07-07 (Karel Hynek): HTTP: FIXED invalid pointer check
16+
2023-06-28 (Karel Hynek): Changing uncrustify to clang format
17+
2023-06-17 (Tomas Cejka): actions: update to actions/checkout@v3
18+
2023-06-17 (Tomas Cejka): coverity: update to actions/checkout@v3
19+
2023-06-15 (Jakub Magda): Add parsing HTTP response headers server and set-cookie names
20+
2023-06-06 (Jakub Antoní Stigler): Update functional test references
21+
2023-06-01 (jaroslavpesek): dpdk - updated README.md for multiport read
22+
2023-05-23 (Jakub Antoní Stigler): improve readablility
23+
2023-04-25 (Jakub Antoní Stigler): Add icmp to README
24+
2023-04-25 (Jakub Antoní Stigler): remove icmp from parser
25+
2023-04-25 (Jakub Antoní Stigler): Implement fill functions in icmp
26+
2023-04-25 (Jakub Antoní Stigler): Add binaries to gitignore
27+
2023-04-25 (Jakub Antoní Stigler): Implement ICMP plugin
28+
2023-04-25 (Jakub Antoní Stigler): generate empty icmp plugin
29+
130
2023-05-30 (jaroslavpesek): Merge pull request #157 from CESNET/dpdk-port
231
2023-05-29 (Pavel Siska): Ipfixprobed - support dpdk option `lcores`
332
2023-05-29 (Pavel Siska): Ipfixprobed - remove dpdk option `cpu_mask`

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.69])
5-
AC_INIT([ipfixprobe], [4.9.0], [[email protected]])
5+
AC_INIT([ipfixprobe], [4.9.1], [[email protected]])
66

77
AC_CONFIG_SRCDIR([main.cpp])
88
AC_CONFIG_HEADERS([config.h])

0 commit comments

Comments
 (0)