diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2025-02-25 13:24:56 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2025-02-25 13:24:56 +0100 |
commit | e97590fb8bc068a2e3174f0a2538ecb97fcedb19 (patch) | |
tree | e346cb7edd0baafc5981674090ac471de148bc98 | |
parent | ae25f89a3a68405614b335eced4d0d73d45d2cdc (diff) |
Updated error event schemaadd/tunnel-decoding
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-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", |