]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/smb: log uuid of interface in dcerpc 7767/head
authorEric Leblond <el@stamus-networks.com>
Tue, 28 Jun 2022 13:52:04 +0000 (15:52 +0200)
committerVictor Julien <vjulien@oisf.net>
Thu, 25 Aug 2022 13:07:29 +0000 (15:07 +0200)
commit2cc9152fc937ca1b72438636e949c9248dd1c02b
tree1765d93f0edb79dd3f8484b48b897b4a677dddeb
parentb6f1cf255ced1c3198e60a8ed4dec703adeab38b
rust/smb: log uuid of interface in dcerpc

When doing a DCERPC request, we can use the context id to log the
interface that is used. Doing that we can see in one single event
what is the DCERPC interface and opnum that are used. This allows
to have all the information needed to resolve the request to a
function call.

Feature #5413.
etc/schema.json
rust/src/smb/log.rs