]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/content-inspect: turn void arg into Packet
authorVictor Julien <victor@inliniac.net>
Fri, 3 May 2019 08:00:09 +0000 (10:00 +0200)
committerVictor Julien <victor@inliniac.net>
Fri, 3 May 2019 10:35:36 +0000 (12:35 +0200)
commit32fb7d773afd29e1373457484049157dd1d3db16
treee961d8142bdefe2f211cda24dbf092fe39949889
parentb7a751727323f417f426f02ae196ee9238a874b4
detect/content-inspect: turn void arg into Packet

Replace the 'void *data' argument by a 'Packet *p' as this was
the only user left of the data pointer.
18 files changed:
src/detect-base64-data.c
src/detect-dce-stub-data.c
src/detect-dnp3.c
src/detect-dns-query.c
src/detect-engine-content-inspection.c
src/detect-engine-content-inspection.h
src/detect-engine-payload.c
src/detect-engine.c
src/detect-file-data.c
src/detect-filemagic.c
src/detect-filename.c
src/detect-http-header-names.c
src/detect-http-header.c
src/detect-http-start.c
src/detect-krb5-cname.c
src/detect-krb5-sname.c
src/detect-template-rust-buffer.c
src/tests/detect-engine-content-inspection.c