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.
7 years ago
..
doxygen
userguide eve/http: add request/response http headers 7 years ago
AUTHORS docs: replace redmine links and enforce https on oisf urls 8 years ago
Basic_Setup.txt Update docs from wiki 13 years ago
GITGUIDE
INSTALL docs: replace redmine links and enforce https on oisf urls 8 years ago
INSTALL.PF_RING docs: replace redmine links and enforce https on oisf urls 8 years ago
INSTALL.WINDOWS
Makefile.am docs: remove many outdated and old install docs 8 years ago
NEWS docs: replace redmine links and enforce https on oisf urls 8 years ago
README
Setting_up_IPSinline_for_Linux.txt docs: replace redmine links and enforce https on oisf urls 8 years ago
TODO docs: replace redmine links and enforce https on oisf urls 8 years ago
Third_Party_Installation_Guides.txt Update docs from wiki 13 years ago

README