]> git.ipfire.org Git - thirdparty/suricata.git/commit
http: include htp-libhtp.h from header
authorPhilippe Antoine <pantoine@oisf.net>
Sun, 19 Jan 2025 20:20:45 +0000 (21:20 +0100)
committerVictor Julien <victor@inliniac.net>
Thu, 23 Jan 2025 18:10:44 +0000 (19:10 +0100)
commit9a8e377a7aee8d66ffb127aae9429c4845936a7e
treea0a8b99f9005d9903b994f46e422f9d037902d45
parentd6b56929d3c60b07aff37d96e28a25228314559e
http: include htp-libhtp.h from header

Instead of C files requiring it.
In preparation of libhtp rust, to minimize the final commit.
25 files changed:
src/app-layer-htp-file.c
src/app-layer-htp-xff.c
src/app-layer-htp.h
src/app-layer-http2.c
src/detect-file-data.c
src/detect-http-client-body.c
src/detect-http-cookie.c
src/detect-http-header-names.c
src/detect-http-header.c
src/detect-http-host.c
src/detect-http-method.c
src/detect-http-protocol.c
src/detect-http-raw-header.c
src/detect-http-request-line.c
src/detect-http-response-line.c
src/detect-http-start.c
src/detect-http-stat-code.c
src/detect-http-stat-msg.c
src/detect-http-ua.c
src/detect-http-uri.c
src/detect-lua.c
src/detect-parse.c
src/log-httplog.c
src/output-json-http.c
src/util-lua-http.c