nmsg
0.9.0
|
base "ipconn" message type. More...
Go to the source code of this file.
Variables | |
struct nmsg_msgmod_field | ipconn_fields [] |
struct nmsg_msgmod_plugin | nmsg_msgmod_ctx |
base "ipconn" message type.
This message type is meant to carry stateless information about IP connections.
ipconn message fields.
Name | Type | Required | Repeated | Description |
proto | uint16 | no | no | IP protocol |
srcip | IP address | no | no | Source IP address |
srcport | uint16 | no | no | Source port |
dstip | IP address | no | no | Destination IP address |
dstport | uint16 | no | no | Destination port |
Definition in file ipconn.c.
struct nmsg_msgmod_field ipconn_fields[] |
struct nmsg_msgmod_plugin nmsg_msgmod_ctx |