File tree Expand file tree Collapse file tree 3 files changed +16
-1
lines changed
Expand file tree Collapse file tree 3 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ 2022-02-14 ipfixprobe-4.4.0
2+ * added DLT_RAW link-layer support
3+ * bugfixes - uninitialized variable (unirec output), flow duplication
4+ * IPFIX elements update and cleanup
5+
162022-02-01 ipfixprobe-4.3.0
27 * QUIC: FIXed wrong openssl linking on centos 7.
38 * Changed configuration of Copr RPM package.
Original file line number Diff line number Diff line change 1+ 2022-02-14 (Tomas Cejka): Merge pull request #68 from CESNET/unirec_output_fix
2+ 2022-02-14 (Tomas Cejka): Merge pull request #69 from CESNET/ipfix_elements_fix
3+ 2022-02-14 (Tomas Cejka): Merge pull request #67 from koumajos/add_raw_format
4+ 2022-02-13 (Tomas Cejka): ipfix-elements: cleaned TLS elements
5+ 2022-02-11 (Karel Hynek): Fixed uninitialised variable in unirec output
6+ 2022-02-11 (Tomas Cejka): ipfix-elements: fixed comments and WireGuard ids
7+ 2022-02-10 (Karel Hynek): fixed unirec interface flow duplication when multiple plugins enabled
8+ 2022-02-08 (Josef Koumar): Add DLT_RAW format of PCAP
9+ 2022-02-01 (SiskaPavel): Merge pull request #66 from CESNET/new_version
10+
1112022-02-01 (Karel Hynek): QUIC: FIXed wrong openssl linking on centos 7.
2122022-01-31 (xsiska12): Changed configuration of Copr RPM package.
313
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.3 .0] ,
[ [email protected] ] ) 5+ AC_INIT ( [ ipfixprobe] ,
[ 4.4 .0] ,
[ [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