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

index 5aafea1db7553d38e6fd9279a491deebceb9a3ab..3e81be13fa1c2dfd98d0208146ef5a7a6021a9ca 100644 (file)
@@ -710,7 +710,7 @@ pub unsafe extern "C" fn rs_register_ikev2_parser() {
         get_tx_iterator    : None,
         get_tx_data        : rs_ikev2_get_tx_data,
         apply_tx_config    : None,
-        flags              : 0,
+        flags              : APP_LAYER_PARSER_OPT_UNIDIR_TXS,
         truncate           : None,
     };