nuv3_conntrack_message_t Struct Reference

#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


Detailed Description

Message of type AUTH_CONN_DESTROY or AUTH_CONN_UPDATE send by NuFW to NuAuth

Definition at line 46 of file proto_v3.h.


Field Documentation

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().

uint8_t nuv3_conntrack_message_t::ipv4_protocol

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.

uint8_t nuv3_conntrack_message_t::msg_type

Message type (from nufw_message_t)

Definition at line 49 of file proto_v3.h.

Referenced by authpckt_conntrack_v3(), and send_conntrack_message().

uint8_t nuv3_conntrack_message_t::protocol_version

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().


The documentation for this struct was generated from the following file:
Generated on Thu Nov 20 04:00:45 2008 for NuFW by  doxygen 1.4.7