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

index 976ff71b37b67d0ae42ac972f8943c71e9539afc..4a2c034dda5fb5bb3284bab4c7cb2723e2b2bb43 100644 (file)
@@ -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,
     };