]> git.ipfire.org Git - thirdparty/suricata.git/commit
rust/sip: add parser for SIP protocol
authorGiuseppe Longo <giuseppe@glongo.it>
Sat, 9 Feb 2019 08:02:11 +0000 (09:02 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 17 Sep 2019 08:42:20 +0000 (10:42 +0200)
commit2e975a0481ed93428a2956466688a89f61188f8d
tree3a6abcc7f4cf5fb1e5b27e0f8cf06d1901560915
parenta2356a89f7cb42c91fdf607ffe0af3ecc7df5a4b
rust/sip: add parser for SIP protocol
13 files changed:
rust/gen-c-headers.py
rust/src/lib.rs
rust/src/sip/mod.rs [new file with mode: 0644]
rust/src/sip/parser.rs [new file with mode: 0644]
rust/src/sip/sip.rs [new file with mode: 0755]
src/Makefile.am
src/app-layer-detect-proto.c
src/app-layer-parser.c
src/app-layer-protos.c
src/app-layer-protos.h
src/app-layer-sip.c [new file with mode: 0644]
src/app-layer-sip.h [new file with mode: 0644]
suricata.yaml.in