]> git.ipfire.org Git - thirdparty/suricata.git/commit
smb: expose smb1 request/reply flags with a method
authorJason Ish <jason.ish@oisf.net>
Fri, 18 Feb 2022 17:43:17 +0000 (11:43 -0600)
committerVictor Julien <vjulien@oisf.net>
Fri, 4 Mar 2022 15:50:54 +0000 (16:50 +0100)
commit09e2d3b216218eaed471b3ddb496873223744cf8
tree9c116a93267d17d663aa5d2ce9db3e2a3866d4d0
parent7b659489c85eaed4921ed9c4b97ecf827560376e
smb: expose smb1 request/reply flags with a method

Adds `.is_request()` and `.is_reply()` to check if a SMB record flags
say the message is a request or a reply.
rust/src/smb/smb1_records.rs