From: Jason Ish Date: Mon, 14 Sep 2020 19:31:56 +0000 (-0600) Subject: rdp: set unidirection transaction flag X-Git-Tag: suricata-6.0.0~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d40d0c5f93f7233834eb1eeae569b7f794a8a6b;p=thirdparty%2Fsuricata.git rdp: set unidirection transaction flag --- diff --git a/rust/src/rdp/rdp.rs b/rust/src/rdp/rdp.rs index 976ff71b37..4a2c034dda 100644 --- a/rust/src/rdp/rdp.rs +++ b/rust/src/rdp/rdp.rs @@ -487,7 +487,7 @@ pub unsafe extern "C" fn rs_rdp_register_parser() { get_tx_iterator: None, get_tx_data: rs_rdp_get_tx_data, apply_tx_config: None, - flags: 0, + flags: APP_LAYER_PARSER_OPT_UNIDIR_TXS, truncate: None, };