Skip to content

Commit 1273177

Browse files
authored
Merge pull request #153 from CESNET/release
ipfixprobe: increased version, updated ChangeLog, released RPM package
2 parents 2a131ff + a2ca317 commit 1273177

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2023-05-16 ipfixprobe-4.8.0
2+
* DPDK: bugfix of HW timestamps
3+
* DPDK: compliance, different constant names
4+
* pstats: bugfix of recognition of zero length packets
5+
* SSADetector: add new plugin to detect possible SYN-SYNACK-ACK
6+
17
2023-03-27 ipfixprobe-4.7.4
28
* Support parsing of ipv6 mobility header
39
* Support TLS v1.3

NEWS

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
2023-05-05 (SiskaPavel): Merge pull request #148 from CESNET/dpdk-version
2+
2023-05-05 (Pavel Siska): dpdk - support HW timestamp only when metadata are available
3+
2023-05-04 (Pavel Siska): Dpdk - support different constant names acros dpdk versions
4+
2023-04-18 (SiskaPavel): Merge pull request #146 from CESNET/ssadetector_plugin
5+
2023-04-18 (SiskaPavel): Merge pull request #143 from BonnyAD9/http-invalid-method
6+
2023-04-18 (Karel Hynek): Merge pull request #145 from CESNET/pstats_zerolen_fix
7+
2023-04-18 (Karel Hynek): SSADetector: Updated coding style, Removed unnamed constants
8+
2023-04-17 (Karel Hynek): PSTATS BUGFIX: Fixed zero-len packets recognition
9+
2023-04-04 (Jakub Antonín Štigler): Increase the method field size in http
10+
2023-03-27 (Jakub Antonín Štigler): Set back the default size of http method
11+
2023-03-27 (Jakub Antonín Štigler): parse http requests with invalid header
12+
2023-03-27 (SiskaPavel): Merge pull request #142 from CESNET/new_version
13+
2023-03-15 (Karel Hynek): SSADetector: Added functional tests
14+
2023-03-15 (Karel Hynek): SSADetector: Added ext record modification methods
15+
2023-03-15 (Karel Hynek): SSADetector: Added transition functions to detection automaton
16+
2023-03-15 (Karel Hynek): SSADetector: SSADetectorRecord EXT completely defined
17+
2023-03-15 (Karel Hynek): SSADetector: Added pkt table structure
18+
2023-03-15 (Karel Hynek): SSADetector: Added pkt entry structure
19+
2023-03-15 (jirakja7): SSADetector plugin: initial files.
20+
121
2023-03-20 (Jakub Antonín Štigler): Skip ipv6 mobility header
222
2023-03-15 (Karel Hynek): Updated .gitignore
323
2023-03-13 (Karel Hynek): tls: Updated tls test reference

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

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

0 commit comments

Comments
 (0)