Skip to content

Commit 51a1d3f

Browse files
authored
Merge pull request #98 from CESNET/new_version
ipfixprobe: increased version to 4.6.0, updated ChangeLog, released RPM package
2 parents 175d94d + 3e506eb commit 51a1d3f

File tree

3 files changed

+49
-1
lines changed

3 files changed

+49
-1
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
2022-07-26 ipfixprobe-4.6.0
2+
* QUIC: refactor plugin, version 2 added
3+
* Zero-copy packet processing
4+
* deb: add config files to generate deb package
5+
* xxhash update
6+
* Remove std::future feature for workers terminations
7+
18
2022-03-11 ipfixprobe-4.5.0
29
* Fixed variable-length IE IPFIX export (quic, http, tls)
310
* QUIC plugin: Export of new information elements in QUIC plugin

NEWS

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,44 @@
1+
2022-07-26 (OndrejSedlacek): SSDP Plugin: Fixed payload handling.
2+
2022-07-26 (Andrej Lukacovic): QUIC: parse_header variables changed to const, decrypt_header copies from original pkt payload
3+
2022-07-26 (Karel Hynek): Updated copyright and license in QUIC and TLS plugins/parsers
4+
2022-07-26 (Karel Hynek): Refactor: Fixed coding style in QUIC and TLS process plugins, parsers
5+
2022-07-26 (Karel Hynek): Refactor: NEW class TLS parser for QUIC and TLS plugins
6+
2022-07-26 (Andrej Lukacovic): QUIC: Refactor and updates in expand_label method
7+
2022-07-26 (Andrej Lukacovic): QUIC: changed copy whole packet payload to copy only header
8+
2022-07-26 (Pavel Siska): Quic: Fixed payload buffer overflow
9+
2022-07-26 (Andrej Lukacovic): QUIC: Version 2 added
10+
2022-07-26 (Andrej Lukacovic): QUIC: changed server side return value, quic_check_initial bool fixed
11+
2022-07-26 (Andrej Lukacovic): QUIC: remove unused vars, copy raw quic data into buffer
12+
2022-07-26 (Andrej Lukacovic): QUIC: moved version parsing
13+
2022-07-26 (Andrej Lukacovic): QUIC: comments/rfc links
14+
2022-07-26 (Andrej Lukacovic): QUIC: ack1,ack2,connection_close frames parsing added, refactor of supported implementation/versions (partially supported Qv2)
15+
2022-07-26 (Andrej Lukacovic): QUIC: refactor and checked decryption
16+
2022-07-26 (Andrej Lukacovic): QUIC: refactor, dynamic array removed
17+
2022-07-25 (Pavel Siska): ssdp: Check payload length during parsing.
18+
2022-07-25 (Pavel Siska): smtp: Check payload length during parsing.
19+
2022-07-25 (Pavel Siska): rtsp: Check payload length during parsing.
20+
2022-07-25 (Pavel Siska): http: Check payload length during parsing.
21+
2022-07-25 (Pavel Siska): common.hpp: Added payload length checker function.
22+
2022-07-25 (Pavel Siska): Added common.hpp file with strnstr function.
23+
2022-07-24 (Pavel Siska): STEM: changed number of packets to read from interface.
24+
2022-07-24 (Pavel Siska): RAW: changed number of packets to read from interface.
25+
2022-07-24 (Pavel Siska): PCAP: changed number of packets to read from interface.
26+
2022-07-24 (Pavel Siska): Changed allocation of PacketBlock structure.
27+
2022-07-24 (Pavel Siska): Removed memcpy of packet in parser.
28+
2022-07-11 (Tomas Cejka): deb: add config files to generate deb package
29+
2022-06-30 (Karel Hynek): FIXed unprotected string.erase() methods.
30+
2022-06-21 (Tomas Cejka): pcap: add support for DLT_LINUX_SLL2 datalink layer
31+
2022-05-21 (Pavel Siska): Merge input and storage workers thread.
32+
2022-05-19 (Tomas Cejka): doc: improve description/example for DPDK
33+
2022-05-19 (xsiska12): Remove std::future feature for workers terminations
34+
2022-05-18 (Roman Vrana): Added InterfaceIn for Flexprobe data
35+
2022-05-18 (Roman Vrana): Added DPDK run example
36+
2022-04-25 (Karel Hynek): xxhash update
37+
2022-04-19 (Roman Vrana): Added version check for MTU setting
38+
2022-04-19 (Roman Vrana): DPDK interface fix
39+
2022-03-24 (root): Fixed data type of active/inactive timeout in init config
40+
2022-03-05 (Štěpán Šimek): process/create_plugin.sh fix
41+
142
2022-03-11 (xsiska12): QUIC plugin: Updated coding style
243
2022-03-11 (xsiska12): TLS plugin: Updated coding style
344
2022-03-11 (xsiska12): QUIC plugin: Updated coding style

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

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

0 commit comments

Comments
 (0)