]> git.ipfire.org Git - people/ms/suricata.git/commit - src/app-layer-register.h
applayer: add flags to parser registration struct
authorJason Ish <jason.ish@oisf.net>
Mon, 13 Jul 2020 16:24:24 +0000 (10:24 -0600)
committerJason Ish <jason.ish@oisf.net>
Tue, 14 Jul 2020 15:10:18 +0000 (09:10 -0600)
commit53aa967e0b89417f2714fcbcbb6463be6ce8282e
tree4ad9898a931281df6ff1224493ff549c2633ffb6
parent7476399f432810e6aa1b71d453bc977f2bca2596
applayer: add flags to parser registration struct

This will allow Rust parsers to register for gap handing from
Rust (some Rust parsers do handle gaps, but they set the flag
from C).
14 files changed:
rust/src/applayer.rs
rust/src/applayertemplate/template.rs
rust/src/dhcp/dhcp.rs
rust/src/dns/dns.rs
rust/src/ikev2/ikev2.rs
rust/src/krb/krb5.rs
rust/src/ntp/ntp.rs
rust/src/rdp/rdp.rs
rust/src/rfb/rfb.rs
rust/src/sip/sip.rs
rust/src/snmp/snmp.rs
rust/src/ssh/ssh.rs
src/app-layer-register.c
src/app-layer-register.h