From: Jason Ish Date: Mon, 14 Sep 2020 19:31:56 +0000 (-0600) Subject: rdp: set unidirection transaction flag X-Git-Tag: suricata-5.0.4~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41ce7838960c9dac3f7f70e5ffb0e3351d12de17;p=thirdparty%2Fsuricata.git rdp: set unidirection transaction flag (cherry picked from commit 1d40d0c5f93f7233834eb1eeae569b7f794a8a6b) --- diff --git a/rust/src/rdp/rdp.rs b/rust/src/rdp/rdp.rs index d97315b0bc..6afb45c8b6 100644 --- a/rust/src/rdp/rdp.rs +++ b/rust/src/rdp/rdp.rs @@ -533,7 +533,7 @@ pub unsafe extern "C" fn rs_rdp_register_parser() { get_tx_iterator: None, get_tx_detect_flags: None, set_tx_detect_flags: None, - flags: 0, + flags: crate::core::APP_LAYER_PARSER_OPT_UNIDIR_TXS, }; /* For 5.0 we want this disabled by default, so check that it