File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ 2023-02-13 ipfixprobe-4.7.3
2+ * Stats: Improve Input & Output pugin stats
3+ * Tls: fix buffer overflow error (causes crashing)
4+
152022-12-29 ipfixprobe-4.7.2
26 * rpm hotfix: disable automatic setting of hardening flags
37 * dpdk: bugfixes
Original file line number Diff line number Diff line change 1+ 2023-02-13 (Pavel Siska): Specify Output plugin bytes stats to L4 layer size.
2+ 2023-02-13 (Pavel Siska): Added total counter to Input plugin statistics which sumarize values over all input plugins
3+ 2023-02-02 (Pavel Siska): Tls - fix buffer overflow when parsing TLS SNI field
4+
152022-12-29 (Tomas Cejka): rpm: hotfix - disable automatic setting of hardening flags
262022-12-24 (Tomas Cejka): Merge pull request #133 from CESNET/dpdk-check-caps
372022-12-22 (Tomas Cejka): dpdk: bugfix HW timestamp capability check
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.2 ] ,
[ [email protected] ] ) 5+ AC_INIT ( [ ipfixprobe] ,
[ 4.7.3 ] ,
[ [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