#include <proto.h>
Data Fields | |
| uint8_t | protocol_version |
| uint8_t | msg_type |
| uint16_t | msg_length |
See also structures nufw_to_nuauth_conntrack_message_t and nufw_to_nuauth_auth_message_t which include message content.
Definition at line 96 of file proto.h.
Message length including header (in bytes)
Definition at line 104 of file proto.h.
Referenced by authpckt_decode().
Message type (from nufw_message_t)
Definition at line 101 of file proto.h.
Referenced by authpckt_decode().
Version of the protocol (PROTO_VERSION)
Definition at line 98 of file proto.h.
Referenced by authpckt_decode(), and get_proto_version_from_packet().
1.4.7