]> git.ipfire.org Git - people/ms/suricata.git/commitdiff
sip: set unidirection transaction flag
authorJason Ish <jason.ish@oisf.net>
Mon, 14 Sep 2020 19:32:13 +0000 (13:32 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 7 Oct 2020 04:55:32 +0000 (06:55 +0200)
rust/src/sip/sip.rs

index 986a15fce8c72aa4ce968dc70c65c80e7991ed8c..9cfaf52002ef5aad1fec20421c620a0d93eddfe8 100755 (executable)
@@ -392,7 +392,7 @@ pub unsafe extern "C" fn rs_sip_register_parser() {
         get_tx_iterator: None,
         get_tx_data: rs_sip_get_tx_data,
         apply_tx_config: None,
-        flags: 0,
+        flags: APP_LAYER_PARSER_OPT_UNIDIR_TXS,
         truncate: None,
     };