You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
suricata/doc
Maurizio Abba 6c0ec0b2f3 eve/http: add request/response http headers
Add a keyword configuration dump-all-headers, with allowed values
{both, request, response}, dumping all HTTP headers in the eve-log http
object. Each header is a single object in the list request_headers
(response_headers) with the following notation:

{
    "name": <header name>,
    "value": <header value>
}

To avoid forged malicious headers, the header name size is capped at 256
bytes, the header value size at 2048.

By default, dump-all-headers is disabled.
6 years ago
..
doxygen
userguide
AUTHORS
Basic_Setup.txt
GITGUIDE
INSTALL
INSTALL.PF_RING
INSTALL.WINDOWS
Makefile.am
NEWS
README
Setting_up_IPSinline_for_Linux.txt
TODO
Third_Party_Installation_Guides.txt

README