rust/core: Add flow flags

pull/6285/head
Shivani Bhardwaj 4 years ago
parent 222e55847c
commit d1ea00521b

@ -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;

Loading…
Cancel
Save