]> git.ipfire.org Git - thirdparty/suricata.git/commit
smb/dce_iface: avoid deleting current ifaces from state
authorEloy Pérez González <zer1t0ps@protonmail.com>
Fri, 22 Oct 2021 11:53:39 +0000 (13:53 +0200)
committerShivani Bhardwaj <shivanib134@gmail.com>
Wed, 9 Feb 2022 14:31:38 +0000 (20:01 +0530)
commit3028bdadc593404c27d083f666ba3540b2007d39
tree7b74b446c80e43cb9daabc723552569cf91c0545
parent9bc31affa4f81a723f7b234dd82ef585314dca54
smb/dce_iface: avoid deleting current ifaces from state

The smb dce_iface keyword must match for all those dcerpc requests
and responses sent in the context of the given interface. They are
not matching as the current bind interfaces are deleted by any
non bind message.

Ticket: 4767
(cherry picked from commit bff0774767757b0ccab8165e293024fa39d0a952)
rust/src/smb/dcerpc.rs