#include <proto_v3.h>
Data Fields | |
| uint8_t | protocol_version |
| uint8_t | msg_type |
| uint16_t | msg_length |
| uint32_t | timeout |
| uint32_t | ipv4_src |
| uint32_t | ipv4_dst |
| uint8_t | ipv4_protocol |
| uint16_t | src_port |
| uint16_t | dest_port |
Definition at line 46 of file proto_v3.h.
| uint16_t nuv3_conntrack_message_t::dest_port |
TCP/UDP destionation port or ICMP code
Definition at line 58 of file proto_v3.h.
Referenced by authpckt_conntrack_v3(), and send_conntrack_message().
| uint32_t nuv3_conntrack_message_t::ipv4_dst |
IPv4 destination IP
Definition at line 55 of file proto_v3.h.
Referenced by authpckt_conntrack_v3(), and send_conntrack_message().
IPv4 protocol number
Definition at line 56 of file proto_v3.h.
Referenced by authpckt_conntrack_v3(), and send_conntrack_message().
| uint32_t nuv3_conntrack_message_t::ipv4_src |
IPv4 source IP
Definition at line 54 of file proto_v3.h.
Referenced by authpckt_conntrack_v3(), and send_conntrack_message().
| uint16_t nuv3_conntrack_message_t::msg_length |
Message length including header (in bytes)
Definition at line 50 of file proto_v3.h.
Message type (from nufw_message_t)
Definition at line 49 of file proto_v3.h.
Referenced by authpckt_conntrack_v3(), and send_conntrack_message().
Version of the protocol (PROTO_VERSION)
Definition at line 48 of file proto_v3.h.
Referenced by send_conntrack_message().
| uint16_t nuv3_conntrack_message_t::src_port |
TCP/UDP source port or ICMP type
Definition at line 57 of file proto_v3.h.
Referenced by authpckt_conntrack_v3(), and send_conntrack_message().
| uint32_t nuv3_conntrack_message_t::timeout |
Timeout (Epoch format)
Definition at line 53 of file proto_v3.h.
Referenced by send_conntrack_message().
1.4.7