]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: http_accept sticky buffer + common code
authorVictor Julien <victor@inliniac.net>
Sat, 1 Apr 2017 09:49:20 +0000 (11:49 +0200)
committerVictor Julien <victor@inliniac.net>
Thu, 20 Apr 2017 15:41:11 +0000 (17:41 +0200)
commit88cfb99910f3b70ea565fcf9635f86afdaf46f1e
tree78e249580fec01b2e2f42082805fe05dfdf03a1f
parent753997310919cc041ac2b4058a7a46037bc2d613
detect: http_accept sticky buffer + common code

Implement common code to easily add more per HTTP header detection
keywords.

Implement http_accept sticky buffer. It operates on the HTTP Accept
header.
src/Makefile.am
src/detect-http-accept.c [new file with mode: 0644]
src/detect-http-accept.h [new file with mode: 0644]
src/detect-http-headers-stub.h [new file with mode: 0644]
src/detect-http-headers.c [new file with mode: 0644]
src/detect-http-headers.h [new file with mode: 0644]
src/detect.c
src/detect.h