Skip to content

Commit 11dcd7c

Browse files
authored
Merge pull request #142 from CESNET/new_version
ipfixprobe: increased version, updated ChangeLog, released RPM package
2 parents 317ebbf + ff2b934 commit 11dcd7c

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
2023-03-27 ipfixprobe-4.7.4
2+
* Support parsing of ipv6 mobility header
3+
* Support TLS v1.3
4+
* Support of extracting TLS version from handshake extension
5+
16
2023-02-13 ipfixprobe-4.7.3
27
* Stats: Improve Input & Output pugin stats
38
* Tls: fix buffer overflow error (causes crashing)

NEWS

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2023-03-20 (Jakub Antonín Štigler): Skip ipv6 mobility header
2+
2023-03-15 (Karel Hynek): Updated .gitignore
3+
2023-03-13 (Karel Hynek): tls: Updated tls test reference
4+
2023-03-13 (Karel Hynek): tls: Updated test pcap to contain tls 1.3
5+
2023-03-13 (Karel Hynek): TLS: Updated Recognition of Server Hello stage
6+
2023-03-10 (Andrej Lukacovic): Support of extracting TLS version from handshake extension
7+
2022-12-20 (Tomas Cejka): Improved description of output
8+
19
2023-02-13 (Pavel Siska): Specify Output plugin bytes stats to L4 layer size.
210
2023-02-13 (Pavel Siska): Added total counter to Input plugin statistics which sumarize values over all input plugins
311
2023-02-02 (Pavel Siska): Tls - fix buffer overflow when parsing TLS SNI field

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.7.3], [[email protected]])
5+
AC_INIT([ipfixprobe], [4.7.4], [[email protected]])
66

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

0 commit comments

Comments
 (0)