From: Jason Ish Date: Mon, 14 Sep 2020 19:32:13 +0000 (-0600) Subject: sip: set unidirection transaction flag X-Git-Tag: suricata-5.0.4~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c00c7ec07019a370c2663f3588f09f5d02451002;p=thirdparty%2Fsuricata.git sip: set unidirection transaction flag (cherry picked from commit 54d5f336d4f26074e642d2155c056f17a9563435) --- diff --git a/rust/src/sip/sip.rs b/rust/src/sip/sip.rs index 81caa3f237..8df2a2f347 100755 --- a/rust/src/sip/sip.rs +++ b/rust/src/sip/sip.rs @@ -424,7 +424,7 @@ pub unsafe extern "C" fn rs_sip_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