File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 1+ 2025-07-02 nemea-modules-2.26.0
2+ * prefix_tags: Added tagging capability for both SRC and DST IP addresses.
3+ * anonymizer: option to skip SRC_IP (-S)/DST_IP (-D)
142024-05-09 nemea-modules-2.25.0
25 * blacklist2idea: rename Idea fields (In/Out)PacketsCount -> (In/Out)PacketCount)
362024-02-08 nemea-modules-2.24.0
Original file line number Diff line number Diff line change 1+ 2025-07-01 (Karel Hynek): prefix_tags: improve performance by skipping prefix search unless necessary
2+ 2025-07-01 (Karel Hynek): prefix_tags: Added tagging capability for both SRC and DST IP addresses.
3+ 2024-08-29 (Tomas Cejka): anonymizer: option to skip SRC_IP (-S)/DST_IP (-D)
4+ 2024-06-20 (Michalsus): Module flow_age_stats and script for graphs (#231)
5+
162024-05-09 (Tomas Cejka): blacklist2idea: fixed test reference after In/OutPacketCount change
272024-04-24 (Pavel Siska): blacklist - rename Idea fields InPacketsCount -> InPacketCount OutPacketsCount -> OutPacketCount
38
Original file line number Diff line number Diff line change 22# Process this file with autoconf to produce a configure script.
33
44AC_PREREQ ( [ 2.63] )
5- AC_INIT ( [ nemea-modules] ,
[ 2.25 .0] ,
[ [email protected] ] ) 5+ AC_INIT ( [ nemea-modules] ,
[ 2.26 .0] ,
[ [email protected] ] ) 66AC_CONFIG_SRCDIR ( [ flowcounter/flowcounter.c] )
77AC_CONFIG_HEADERS ( [ config.h] )
88RELEASE=1
You can’t perform that action at this time.
0 commit comments