File tree Expand file tree Collapse file tree 3 files changed +14
-1
lines changed
Expand file tree Collapse file tree 3 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 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+
162023-02-13 ipfixprobe-4.7.3
27 * Stats: Improve Input & Output pugin stats
38 * Tls: fix buffer overflow error (causes crashing)
Original file line number Diff line number Diff line change 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+
192023-02-13 (Pavel Siska): Specify Output plugin bytes stats to L4 layer size.
2102023-02-13 (Pavel Siska): Added total counter to Input plugin statistics which sumarize values over all input plugins
3112023-02-02 (Pavel Siska): Tls - fix buffer overflow when parsing TLS SNI field
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.69] )
5- AC_INIT ( [ ipfixprobe] ,
[ 4.7.3 ] ,
[ [email protected] ] ) 5+ AC_INIT ( [ ipfixprobe] ,
[ 4.7.4 ] ,
[ [email protected] ] ) 66
77AC_CONFIG_SRCDIR ( [ main.cpp] )
88AC_CONFIG_HEADERS ( [ config.h] )
You can’t perform that action at this time.
0 commit comments