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

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

Ticket #6627.
rust/src/lib.rs
rust/src/sdp/mod.rs [new file with mode: 0644]
rust/src/sdp/parser.rs [new file with mode: 0644]