sip: set unidirection transaction flag

pull/4941/head
Jason Ish 6 years ago committed by Victor Julien
parent 1d40d0c5f9
commit 54d5f336d4

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

Loading…
Cancel
Save