]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect/http_raw_uri: code reorganization
authorVictor Julien <victor@inliniac.net>
Sun, 25 Nov 2018 10:53:15 +0000 (11:53 +0100)
committerVictor Julien <victor@inliniac.net>
Tue, 29 Jan 2019 12:27:56 +0000 (13:27 +0100)
commit0a405e27a0c4ae8e101d3e9dccb25034b7a00c38
tree3f5b0c9911243554da9f8ea50c3926eadb7ed310
parente29f13502b69fc37b58af4d91cfcdf1cc94fa090
detect/http_raw_uri: code reorganization

Move registration into http_uri logic, move tests into the other uri
tests. Switch to v2 mpm/inspect APIs.
src/Makefile.am
src/detect-engine-file.c
src/detect-engine-hrud.c [deleted file]
src/detect-engine-hrud.h [deleted file]
src/detect-engine-mpm.c
src/detect-engine-register.c
src/detect-http-raw-uri.c [deleted file]
src/detect-http-raw-uri.h [deleted file]
src/detect-http-uri.c
src/runmode-unittests.c
src/tests/detect-http-uri.c