From 5fbf51008eb7e2d55e074cd12c877b59f4a41f79 Mon Sep 17 00:00:00 2001 From: Simon THOBY Date: Fri, 9 Dec 2022 23:30:10 +0100 Subject: re-impl the ct expression --- src/parser.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/parser.rs') diff --git a/src/parser.rs b/src/parser.rs index b5e9f18..c402dae 100644 --- a/src/parser.rs +++ b/src/parser.rs @@ -85,6 +85,9 @@ pub enum DecodeError { #[error("Invalid type for a compare expression")] UnknownCmpOp(u32), + #[error("Invalid type for a conntrack key")] + UnknownConntrackKey(u32), + #[error("Unsupported value for a link layer header field")] UnknownLinkLayerHeaderField(u32, u32), -- cgit v1.2.3