Skip to content

Commit 254d2c2

Browse files
authored
Merge pull request #77 from CESNET/new_version
ipfixprobe: increased version, updated ChangeLog, released RPM package
2 parents 0c8e955 + 26886b3 commit 254d2c2

File tree

3 files changed

+32
-1
lines changed

3 files changed

+32
-1
lines changed

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2022-03-11 ipfixprobe-4.5.0
2+
* Fixed variable-length IE IPFIX export (quic, http, tls)
3+
* QUIC plugin: Export of new information elements in QUIC plugin
4+
* FIXED wrong export reason
5+
* FIXED mistakes in README
6+
* enhancement: PHists, PStats do not export data for single-packet flow
7+
* turris: add CPP if macros to skip debug prints
8+
19
2022-02-14 ipfixprobe-4.4.0
210
* added DLT_RAW link-layer support
311
* bugfixes - uninitialized variable (unirec output), flow duplication

NEWS

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
2022-03-11 (xsiska12): QUIC plugin: Updated coding style
2+
2022-03-11 (xsiska12): TLS plugin: Updated coding style
3+
2022-03-11 (xsiska12): QUIC plugin: Updated coding style
4+
2022-03-11 (Karel Hynek): HTTP Plugin: Updated coding style
5+
2022-03-11 (Karel Hynek): QUIC: Updated IPFIX elements export
6+
2022-03-11 (Karel Hynek): Fixed wrong minimal buffer len calculation in HTTP plugin
7+
2022-03-10 (Karel Hynek): FIXED HTTP plugin variable-length IE IPFIX export
8+
2022-03-10 (Karel Hynek): FIXED TLS plugin variable-length IE IPFIX export
9+
2022-03-10 (Karel Hynek): Added new function for variable-length IE IPFIX export
10+
2022-03-10 (Karel Hynek): FIXED wrong export reason
11+
2022-03-09 (Andrej Lukacovic): FIXED: check for version negotiation packet and check for allocated memory borders while using memcpy
12+
2022-03-09 (Karel Hynek): FIXED mistakes in README
13+
2022-03-02 (Karel Hynek): enhancement: PHists, PStats do not export data for single-packet flow
14+
2022-03-02 (Karel Hynek): Added ability to remove extension's memory associated with flow
15+
2022-03-02 (Andrej Lukacovic): QUIC: Fixed test reference
16+
2022-02-24 (Andrej Lukacovic): Feature: Parsing Google UA extension and frame reassemble
17+
2022-02-20 (Andrej Lukacovic): Feature: Parsing Google UA Extension and frame reassemble (addted test pcaps)
18+
2022-02-20 (Andrej Lukacovic): Feature: Parsing Google UA extension and frame reassemble
19+
2022-02-17 (Andrej Lukacovic): initial
20+
2022-02-16 (Andrej Lukacovic): initial
21+
2022-02-15 (Tomas Cejka): turris: add CPP if macros to skip debug prints
22+
2022-02-14 (Tomas Cejka): Create LICENSE
23+
124
2022-02-14 (Tomas Cejka): Merge pull request #68 from CESNET/unirec_output_fix
225
2022-02-14 (Tomas Cejka): Merge pull request #69 from CESNET/ipfix_elements_fix
326
2022-02-14 (Tomas Cejka): Merge pull request #67 from koumajos/add_raw_format

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

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

0 commit comments

Comments
 (0)