]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/sip: register pattern matching
authorGiuseppe Longo <giuseppe@glongo.it>
Fri, 24 Nov 2023 22:18:49 +0000 (23:18 +0100)
committerVictor Julien <victor@inliniac.net>
Wed, 28 Feb 2024 06:00:43 +0000 (07:00 +0100)
commitfe77def8165e1e52397a586ad292170667b1e286
treea3bdf2d1aef74087035b7c97151f9500fb262fd4
parentadd95002b98cef76e89468df3ebaba5944daad46
rust/sip: register pattern matching

This permits to detect the SIP protocol using pattern matching instead of
probing parser.

Since it is no longer used, the respective probing functions have been removed.
rust/src/sip/sip.rs