From 611c90fb61554bbf423808659b6463b853ee6d8f Mon Sep 17 00:00:00 2001 From: Tomas Cejka Date: Sun, 22 Oct 2023 23:13:26 +0200 Subject: [PATCH] ipfixprobe: update to the version 4.11.1 Improvements: * IPFIX: propose new variable (cmd line option) to set ipfix template resh rate * DPDK: improvement of config and init script * Flow cache: improve hashing to incorporate VLAN info * statistics: improved monitoring capability, added additional statistics New plugins: * GRE: add new plugin to export GRE tunnel information * VLAN: add new plugin to export VLAN information * NetTiSA: Add new NetTisa process plugin, see https://arxiv.org/abs/2310.05530 * OVPN: Improvements (Added RTP header validation function, Improve section) * HTTP: Add parsing HTTP response headers server and set-cookie names * ICMP: Add new ICMP process plugin to export ICMP information * Flow Hash: add new plugin to export Flow Hash field BUGFIXES: * templates and byte encoding (HTTP) * QUIC: bugfixes and checks --- net/ipfixprobe/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net/ipfixprobe/Makefile b/net/ipfixprobe/Makefile index c876426..64269ad 100644 --- a/net/ipfixprobe/Makefile +++ b/net/ipfixprobe/Makefile @@ -5,9 +5,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/CESNET/ipfixprobe.git -PKG_SOURCE_DATE:=2022-12-14 -PKG_SOURCE_VERSION:=v4.7.1 -PKG_MIRROR_HASH:=bc794db92ce3cc24bc54c76f31594c59f192957241f3b54385a843aa3ab02d21 +PKG_SOURCE_DATE:=2023-10-30 +PKG_SOURCE_VERSION:=v4.11.1 +PKG_MIRROR_HASH:=446b60f12ae9a01e93b47ff84c088932f1e931fe6e76eccd13b48792969a25e8 PKG_MAINTAINER:=Tomas Cejka PKG_LICENSE:=BSD-3-Clause