]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
dcerpc: remove prev_tx_call_id and clear_bind_cache from DCERPCState
authorEloy Pérez González <zer1t0ps@protonmail.com>
Thu, 4 Nov 2021 14:20:14 +0000 (15:20 +0100)
committerVictor Julien <vjulien@oisf.net>
Mon, 24 Jan 2022 14:37:54 +0000 (15:37 +0100)
remove those fields since are not used because of the removal of
handle_bind_cache.

rust/src/dcerpc/dcerpc.rs

index d5322236979db42798a7f3005cc50711ee35bbbe..f0e1fdfe7ae8c9ba6ecf5a770b4f28b90b4f6efb 100644 (file)
@@ -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,