From: Eloy Pérez González Date: Thu, 4 Nov 2021 14:20:14 +0000 (+0100) Subject: dcerpc: remove prev_tx_call_id and clear_bind_cache from DCERPCState X-Git-Tag: suricata-7.0.0-beta1~987 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15f493f516a452ca810f77595fb57f8e2e96d6e3;p=thirdparty%2Fsuricata.git dcerpc: remove prev_tx_call_id and clear_bind_cache from DCERPCState remove those fields since are not used because of the removal of handle_bind_cache. --- diff --git a/rust/src/dcerpc/dcerpc.rs b/rust/src/dcerpc/dcerpc.rs index d532223697..f0e1fdfe7a 100644 --- a/rust/src/dcerpc/dcerpc.rs +++ b/rust/src/dcerpc/dcerpc.rs @@ -306,8 +306,6 @@ pub struct DCERPCState { pub query_completed: bool, pub data_needed_for_dir: Direction, pub prev_dir: Direction, - pub prev_tx_call_id: u32, - pub clear_bind_cache: bool, pub ts_gap: bool, pub tc_gap: bool, pub ts_ssn_gap: bool,