]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/sip: parse and log sdp
authorGiuseppe Longo <giuseppe@glongo.it>
Sat, 16 Mar 2024 14:36:42 +0000 (15:36 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 25 Apr 2024 04:52:25 +0000 (06:52 +0200)
commit868493529b4452590e37ed8d6430f64837788f61
tree43be098ea6d8b378b5d3976f13191c17699b9e53
parentbff790b6ac6f0e5ddf6bd0fe0085881473935c2c
rust/sip: parse and log sdp

If SDP payload is found within a SIP message, it will be parsed and then
logged.

Ticket #6627
rust/src/sip/log.rs
rust/src/sip/parser.rs