Skip to content

Commit

Permalink
modbus: do not claim to handle gaps
Browse files Browse the repository at this point in the history
  • Loading branch information
catenacyber committed Jun 21, 2021
1 parent b3c1f2a commit 585fe02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/modbus/modbus.rs
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ pub unsafe extern "C" fn rs_modbus_register_parser() {
set_de_state: rs_modbus_state_set_tx_detect_state,
get_tx_data: rs_modbus_state_get_tx_data,
apply_tx_config: None,
flags: APP_LAYER_PARSER_OPT_ACCEPT_GAPS,
flags: 0,
truncate: None,
};

Expand Down

0 comments on commit 585fe02

Please sign in to comment.