mirror of https://github.com/OISF/suricata
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.
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 | 17 years ago | |
| userguide | 7 years ago | |
| AUTHORS | 8 years ago | |
| Basic_Setup.txt | 13 years ago | |
| GITGUIDE | 17 years ago | |
| INSTALL | 8 years ago | |
| INSTALL.PF_RING | 8 years ago | |
| INSTALL.WINDOWS | 14 years ago | |
| Makefile.am | 8 years ago | |
| NEWS | 8 years ago | |
| README | 16 years ago | |
| Setting_up_IPSinline_for_Linux.txt | 8 years ago | |
| TODO | 8 years ago | |
| Third_Party_Installation_Guides.txt | 13 years ago | |