]> 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)
committerVictor Julien <vjulien@oisf.net>
Mon, 24 Jan 2022 14:37:54 +0000 (15:37 +0100)
commitbff0774767757b0ccab8165e293024fa39d0a952
tree7764db5d8db2d386f7c76f31921169630dace807
parent1ae22fd5de3155c356c1191759cb7c066498a93e
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
rust/src/smb/dcerpc.rs