nfs: TX are not unidirectional

NFS transactions are not unidirectional so we should not declare
them as such.
pull/8660/head
Eric Leblond 2 years ago committed by Victor Julien
parent 19174de4f3
commit 8b0d56c414

@ -2075,7 +2075,7 @@ pub unsafe extern "C" fn rs_nfs_udp_register_parser() {
get_tx_data: rs_nfs_get_tx_data,
get_state_data: rs_nfs_get_state_data,
apply_tx_config: None,
flags: APP_LAYER_PARSER_OPT_UNIDIR_TXS,
flags: 0,
truncate: None,
get_frame_id_by_name: Some(NFSFrameType::ffi_id_from_name),
get_frame_name_by_id: Some(NFSFrameType::ffi_name_from_id),

Loading…
Cancel
Save