From 42c54d3755a84dfaf741157fe83c94b0b15fb296 Mon Sep 17 00:00:00 2001 From: Toni Date: Tue, 25 Feb 2025 15:17:16 +0100 Subject: Initial tunnel decoding (GRE - Layer4 only atm) (#55) Initial tunnel decoding (GRE - Layer4 only atm). Fixes #53 * make finally use of the thread distribution seed * Handle GRE/PPP subprotocol the right way * Add `-t` command line / config option * Removed duplicated and obsolete IP{4,6}_SIZE_SMALLER_THAN_HEADER which is the same as IP{4,6}_PACKET_TOO_SHORT * Updated error event schema Signed-off-by: Toni Uhlig --- test/results/flow-info/default/gre.pcapng.out | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'test/results/flow-info') diff --git a/test/results/flow-info/default/gre.pcapng.out b/test/results/flow-info/default/gre.pcapng.out index 750268a11..8853ee01e 100644 --- a/test/results/flow-info/default/gre.pcapng.out +++ b/test/results/flow-info/default/gre.pcapng.out @@ -1,7 +1,7 @@ DAEMON-EVENT: init DAEMON-EVENT: [Processed: 0 pkts][ZLib][compressions: 0|diff: 0 / 0] DAEMON-EVENT: [Flows][active: 0 / 0|skipped: 0|!detected: 0|guessed: 0|detection-updates: 0|updates: 0] - new: [.....1][.142] [ip4][...47] [109.105.228.253] -> [...10.177.98.84] - detected: [.....1][.142] [ip4][...47] [109.105.228.253] -> [...10.177.98.84] [GRE][Unknown][Network][Acceptable] - idle: [.....1][.142] [ip4][...47] [109.105.228.253] -> [...10.177.98.84] [GRE][Unknown][Network][Acceptable] + new: [.....1][.142] [ip4][..udp] [.192.168.10.210][.5060] -> [.192.168.103.40][.5060] + detected: [.....1][.142] [ip4][..udp] [.192.168.10.210][.5060] -> [.192.168.103.40][.5060] [SIP][Unknown][VoIP][Acceptable] + idle: [.....1][.142] [ip4][..udp] [.192.168.10.210][.5060] -> [.192.168.103.40][.5060] [SIP][Unknown][VoIP][Acceptable] DAEMON-EVENT: shutdown -- cgit v1.2.3