nmsg
0.9.0
|
base "http" message type. More...
Go to the source code of this file.
Variables | |
struct nmsg_msgmod_field | http_fields [] |
struct nmsg_msgmod_plugin | nmsg_msgmod_ctx |
base "http" message type.
This message type is meant to carry information about HTTP requests.
HTTP message fields.
Name | Type | Required | Repeated | Description |
type | enum HttpType | yes | no | Type of HTTP connection. |
srcip | IP address | no | no | Client IP address |
srchost | string | no | no | Client hostname, if known |
srcport | uint16 | no | no | Client TCP port |
dstip | IP address | no | no | Server IP address |
dstport | uint16 | no | no | Server TCP port |
request | multi-line string | no | no | HTTP request and headers |
enum HttpType values.
Name | Value | Description |
unknown | 0 | |
sinkhole | 1 | HTTP server is a sinkhole |
Definition in file http.c.
struct nmsg_msgmod_field http_fields[] |
struct nmsg_msgmod_plugin nmsg_msgmod_ctx |