policy/protocols/http/header-names.bro

HTTP

Extract and include the header names used for each request in the HTTP logging stream. The headers in the logging stream will be stored in the same order which they were seen on the wire.

Namespace:HTTP
Imports:base/protocols/http/main.bro
Source File:/scripts/policy/protocols/http/header-names.bro

Summary

Options

HTTP::log_client_header_names: bool &redef A boolean value to determine if client header names are to be logged.
HTTP::log_server_header_names: bool &redef A boolean value to determine if server header names are to be logged.

Redefinitions

HTTP::Info: record  

Detailed Interface

Options

HTTP::log_client_header_names
Type:bool
Attributes:&redef
Default:T

A boolean value to determine if client header names are to be logged.

HTTP::log_server_header_names
Type:bool
Attributes:&redef
Default:F

A boolean value to determine if server header names are to be logged.

Copyright 2016, The Bro Project. Last updated on December 07, 2018. Created using Sphinx 1.8.2.