]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/sdp: implement logger
authorGiuseppe Longo <giuseppe@glongo.it>
Sat, 16 Mar 2024 14:34:50 +0000 (15:34 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 25 Apr 2024 04:52:25 +0000 (06:52 +0200)
commitbff790b6ac6f0e5ddf6bd0fe0085881473935c2c
tree5b83f0d314f96cadd237427b9c554502212bcff6
parent1ccfc3521409e76d64d69a8618d3f9e70892bb7e
rust/sdp: implement logger

This implements a logger for the SDP protocol.
Given that SDP is encapsulated within other protocols (such as SIP),
enabling it separately is not necessary.

Ticket #6627
etc/schema.json
rust/src/sdp/logger.rs [new file with mode: 0644]
rust/src/sdp/mod.rs