CONN protocol fields
Conn protocol fields capture various aspects of network connections, including state, duration, event history, byte counts, packet counts, transport protocol, and application service information.
Fields available in the CONN protocol for connection analysis:
|
Field |
Description |
|---|---|
|
conn_state |
Captures the state of the connection based on the protocol in use.
|
|
duration |
The duration of the connection, in seconds. |
|
history |
A code that indicates the event sequence of the connection. Each letter in the history code represents a specific event. Uppercase letters indicate client-side events, and lowercase letters indicate server-side events. Events are recorded only once per direction.
|
|
orig_bytes |
The total number of TCP or UDP payload bytes transmitted by the client during the connection. |
|
orig_pkts |
The number of packets sent by the originator. |
|
proto |
The transport layer protocol of a connection, for example, IP, ICMP, TCP, or UDP. |
|
resp_bytes |
The total number of TCP or UDP payload bytes transmitted by the server during the connection. |
|
resp_pkts |
The number of packets sent by the responder. |
|
service |
A connection's application protocol. This value indicates the last detected service on the traffic flow. |