]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: implement http {location,server} sticky buffer
authorJeff Lucovsky <jeff@lucovsky.org>
Wed, 27 Feb 2019 23:53:10 +0000 (18:53 -0500)
committerVictor Julien <victor@inliniac.net>
Fri, 22 Mar 2019 12:12:25 +0000 (13:12 +0100)
commit81c1af0887bd400dd44398381b8804a8d82eb52c
treed8d2c16a5b65a242c1c083f5cd1a36196937fd95
parent081fdc68049d8f26d2ab9aacb19a187c98b5b2f4
detect: implement http {location,server} sticky buffer

This implements inspection of the Server and Location buffer as a
content sticky buffer.
src/Makefile.am
src/detect-engine-register.h
src/detect-http-headers.c
src/detect-http-location.c [new file with mode: 0644]
src/detect-http-location.h [new file with mode: 0644]
src/detect-http-server.c [new file with mode: 0644]
src/detect-http-server.h [new file with mode: 0644]