rdp: set unidirection transaction flag

pull/4941/head
Jason Ish 5 years ago committed by Victor Julien
parent f7dee602e9
commit 1d40d0c5f9

@ -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,
};

Loading…
Cancel
Save