]> git.ipfire.org Git - people/ms/suricata.git/commit
app-layer: define AppLayerTxData and AppLayerTxConfig
authorVictor Julien <victor@inliniac.net>
Wed, 18 Mar 2020 13:08:37 +0000 (14:08 +0100)
committerVictor Julien <victor@inliniac.net>
Sat, 11 Jul 2020 06:37:40 +0000 (08:37 +0200)
commit411f428a388a96dc043ca583705b6c01e54721c7
tree8f313552e4bb08701fe8f252eea1e70c25123e25
parent274a033d656a5abd8ed0df021a96a2f618b90e64
app-layer: define AppLayerTxData and AppLayerTxConfig

AppLayerTxData is a structure each tx should include that will contain
the common fields the engine needs for tracking logging, detection and
possibly other things.

AppLayerTxConfig will be used by the detection engine to configure
the transaction.
16 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-parser.c
src/app-layer-parser.h
src/app-layer-register.c
src/app-layer-register.h