Skip to content

Commit

Permalink
ipfixprobe: update to the version 4.11.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
cejkato2 committed Oct 30, 2023
1 parent 2b02b0d commit 611c90f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions net/ipfixprobe/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
PKG_LICENSE:=BSD-3-Clause
Expand Down

0 comments on commit 611c90f

Please sign in to comment.