]> git.ipfire.org Git - thirdparty/suricata.git/commit
smb: improve request/response mapping 3593/head
authorVictor Julien <victor@inliniac.net>
Thu, 20 Dec 2018 08:11:21 +0000 (09:11 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 20 Dec 2018 09:32:48 +0000 (10:32 +0100)
commit8b570c0293f1d7b1c1796b8aac51187625de9e85
tree61e10814ca0d1fcb6b8b6c9e3839e4cee7349a12
parent6f5eb487a1393d960e1ff68a0cd508bdbc540c7d
smb: improve request/response mapping

Only use ssn_id and msg_id for mapping a response to a request.

By not using the tree_id it can always be included in the tx.hdr which
means it can be logged properly in case of IOCTL and DCERPC.
rust/src/smb/dcerpc.rs
rust/src/smb/session.rs
rust/src/smb/smb.rs
rust/src/smb/smb2_ioctl.rs