diff options
author | Toni <matzeton@googlemail.com> | 2025-02-25 15:17:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-25 15:17:16 +0100 |
commit | 42c54d3755a84dfaf741157fe83c94b0b15fb296 (patch) | |
tree | e346cb7edd0baafc5981674090ac471de148bc98 /schema | |
parent | bb870cb98fd6885b2e1d1c6ae0af5b1c32663d8a (diff) |
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 <matzeton@googlemail.com>
Diffstat (limited to 'schema')
-rw-r--r-- | schema/error_event_schema.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/schema/error_event_schema.json b/schema/error_event_schema.json index e638b0242..8228d7edb 100644 --- a/schema/error_event_schema.json +++ b/schema/error_event_schema.json @@ -102,11 +102,10 @@ "Unknown packet type", "Packet header invalid", "IP4 packet too short", - "Packet smaller than IP4 header", "nDPI IPv4/L4 payload detection failed", "IP6 packet too short", - "Packet smaller than IP6 header", "nDPI IPv6/L4 payload detection failed", + "Tunnel decoding failed", "TCP packet smaller than expected", "UDP packet smaller than expected", "Captured packet size is smaller than expected packet size", |