Skip to content

Commit 3477f26

Browse files
committed
ipfixprobe: increased version, updated ChangeLog, released RPM package
1 parent 1ac04ac commit 3477f26

File tree

3 files changed

+50
-1
lines changed

3 files changed

+50
-1
lines changed

ChangeLog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
2023-10-03 ipfixprobe-4.10.0
2+
* dpdk: improvement of config and init script
3+
* QUIC: bugfixes and checks
4+
* GRE: add new plugin to export GRE tunnel information
5+
* VLAN: add new plugin to export VLAN information
6+
* Flow Hash: add new plugin to export Flow Hash field
7+
* Nettisa: optimization - skip for short flows
8+
* icmp: add new plugin to export ICMP information
9+
* flow cache: improve hashing to incorporate VLAN info
10+
* bugfixes - templates and byte encoding (HTTP)
11+
* statistics: improved monitoring capabality, added additional statistics
12+
113
2023-07-21 ipfixprobe-4.9.2
214
* NetTiSA: Fix time comparison, handle Nan values
315

NEWS

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,40 @@
1+
2023-10-03 (Tomas Cejka): Merge pull request #185 from CESNET/dpdkinit
2+
2023-09-30 (Tomas Cejka): dpdk: propose new variables to control init by ipfixprobed
3+
2023-09-25 (SiskaPavel): Merge pull request #184 from CESNET/vlan_plugin_ipfix_fix
4+
2023-09-25 (Pavel Siska): ipfix-elements - add missing vlan plugin ipfix template
5+
2023-09-21 (Tomas Cejka): Merge pull request #183 from CESNET/fix-build-fedora38+
6+
2023-09-21 (Pavel Siska): stats - add missing include
7+
2023-09-19 (Karel Hynek): Merge pull request #181 from CESNET/quic_fix
8+
2023-09-13 (Karel Hynek): QUIC: Code reformat
9+
2023-09-13 (Karel Hynek): QUIC: Added buffer overflow checks
10+
2023-08-08 (SiskaPavel): Merge pull request #176 from CESNET/flow-hash-plugin
11+
2023-08-08 (Jakub Antonín Štigler): Plugin template - fix method specifiers
12+
2023-08-08 (Jakub Antonín Štigler): Flow Hash - update readme
13+
2023-08-08 (Jakub Antonín Štigler): Flow Hash - implement plugin
14+
2023-08-07 (Tomas Cejka): Merge pull request #178 from CESNET/debupdate
15+
2023-08-07 (Tomas Cejka): update debian package version
16+
2023-08-04 (Tomas Cejka): Merge pull request #177 from CESNET/parse-gre
17+
2023-08-03 (Jakub Antonín Štigler): GRE - remove wrong throw in parser
18+
2023-08-03 (Jakub Antonín Štigler): Flow cache - export hash to flow
19+
2023-08-03 (Jakub Antonín Štigler): Flow - Add hash field
20+
2023-08-02 (SiskaPavel): Merge pull request #144 from BonnyAD9/support-gre-protocol
21+
2023-08-02 (SiskaPavel): Merge pull request #162 from BonnyAD9/export-vlan-id
22+
2023-08-02 (Jakub Antonín Štigler): Merge branch 'master' into export-vlan-id
23+
2023-08-02 (Jakub Antonín Štigler): GRE: integrate into parser
24+
2023-08-02 (Jakub Antonín Štigler): GRE: parse gre protocol
25+
2023-08-01 (Jakub Antonín Štigler): VLAN: Update readme
26+
2023-08-01 (Jakub Antonín Štigler): VLAN: Update tests
27+
2023-08-01 (Jakub Antonín Štigler): VLAN: Implement plugin
28+
2023-08-01 (SiskaPavel): Merge pull request #165 from BonnyAD9/icmp-plugin
29+
2023-07-27 (Karel Hynek): Merge pull request #175 from CESNET/http_ipfixtemplate_bugfix
30+
2023-07-27 (Karel Hynek): HTTP: Bugfix in IPFIX template.
31+
2023-07-25 (Karel Hynek): Merge pull request #174 from CESNET/nettisa_improvment
32+
2023-07-25 (Karel Hynek): Nettisa: Added functional tests
33+
2023-07-24 (Karel Hynek): Nettisa: Removing one-packet nettisa flow export
34+
2023-07-21 (SiskaPavel): Merge pull request #173 from CESNET/new_version
35+
2023-07-12 (Jakub Antonín Štigler): icmp: fix byte order
36+
2023-06-15 (Jakub Antonín Štigler): VLAN: Add includes
37+
138
2023-07-20 (Josef Koumar): NetTiSA: Handle NaN values
239
2023-07-18 (Pavel Siska): Nettisa - fix invalid time conversion
340
2023-07-18 (Pavel Siska): utils - add function that convert struct timeval to microseconds

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

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

0 commit comments

Comments
 (0)