diff --git a/rust/src/core.rs b/rust/src/core.rs index 2e773e2cfc..1745ca57c7 100644 --- a/rust/src/core.rs +++ b/rust/src/core.rs @@ -64,6 +64,9 @@ macro_rules!BIT_U64 { ($x:expr) => (1 << $x); } +// Flow flags +pub const FLOW_DIR_REVERSED: u32 = BIT_U32!(26); + // Defined in app-layer-protos.h extern { pub fn StringToAppProto(proto_name: *const u8) -> AppProto;