]> git.ipfire.org Git - thirdparty/suricata.git/commit
smb/dce_iface: avoid deleting current ifaces from state 7537/head
authorEloy Pérez González <zer1t0ps@protonmail.com>
Fri, 22 Oct 2021 11:53:39 +0000 (13:53 +0200)
committerVictor Julien <vjulien@oisf.net>
Tue, 14 Jun 2022 10:26:18 +0000 (12:26 +0200)
commitceec0ae5984dfe5966c811df5b8a8b7e1b5d7e90
tree657e4ffe8aad92d6d26afe922e1b5399babfb2ec
parentc3d4fa33086899bf7fff7f9c4a5f9e50b1e6c7d0
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