]> git.ipfire.org Git - thirdparty/suricata.git/commit
smb: do not use tree id to match create request and response 7744/head
authorPhilippe Antoine <contact@catenacyber.fr>
Thu, 2 Sep 2021 09:40:45 +0000 (11:40 +0200)
committerPhilippe Antoine <pantoine@oisf.net>
Mon, 22 Aug 2022 15:32:12 +0000 (17:32 +0200)
commite94920b49f43bea4220a1bdf32297ec004e58059
tree2777c701ee2c8dea6487b19681cc19cef4368a5d
parent9353b07292255025069674df73b84acd88b254db
smb: do not use tree id to match create request and response

As an SMB2 async response does not have a tree id, even if
the request has it.

Per spec, MessageId should be enough to identifiy a message request
and response uniquely across all messages that are sent on the same
SMB2 Protocol transport connection.
So, the tree id is redundant anyways.

Ticket: #5508
etc/schema.json
rust/src/smb/smb.rs
rust/src/smb/smb2.rs