#include <proto_v3.h>
Data Fields | |
| uint8_t | protocol_version |
| uint8_t | msg_type |
| uint16_t | msg_length |
| uint32_t | packet_id |
| uint32_t | timestamp |
Definition at line 65 of file proto_v3.h.
Message length including header (in bytes)
Definition at line 69 of file proto_v3.h.
Message type (from nufw_message_t)
Definition at line 68 of file proto_v3.h.
Referenced by authpckt_new_connection_v3().
Netfilter packet unique identifier
Definition at line 72 of file proto_v3.h.
Referenced by authpckt_new_connection_v3().
Version of the protocol (PROTO_VERSION)
Definition at line 67 of file proto_v3.h.
Timestamp (Epoch format)
Definition at line 73 of file proto_v3.h.
Referenced by authpckt_new_connection_v3().
1.4.7