Data Fields | |
char | Fin |
char | Syn |
char | Rst |
char | Psh |
char | Ack |
char | Urg |
char | Ece |
char | Cwr |
unsigned char | RuleBits [MAX_RULES/8] |
tcp_flags_data * | Next |
Definition at line 13 of file test_tcp_flags.c.
char tcp_flags_data::Fin |
Definition at line 14 of file test_tcp_flags.c.
Referenced by TCPFlagsAddNode(), and TestTCPFlags().
char tcp_flags_data::Syn |
Definition at line 15 of file test_tcp_flags.c.
Referenced by TCPFlagsAddNode(), and TestTCPFlags().
char tcp_flags_data::Rst |
Definition at line 16 of file test_tcp_flags.c.
Referenced by TCPFlagsAddNode(), and TestTCPFlags().
char tcp_flags_data::Psh |
Definition at line 17 of file test_tcp_flags.c.
Referenced by TCPFlagsAddNode(), and TestTCPFlags().
char tcp_flags_data::Ack |
Definition at line 18 of file test_tcp_flags.c.
Referenced by TCPFlagsAddNode(), and TestTCPFlags().
char tcp_flags_data::Urg |
Definition at line 19 of file test_tcp_flags.c.
Referenced by TCPFlagsAddNode(), and TestTCPFlags().
char tcp_flags_data::Ece |
Definition at line 20 of file test_tcp_flags.c.
Referenced by TCPFlagsAddNode(), and TestTCPFlags().
char tcp_flags_data::Cwr |
Definition at line 21 of file test_tcp_flags.c.
Referenced by TCPFlagsAddNode(), and TestTCPFlags().
unsigned char tcp_flags_data::RuleBits[MAX_RULES/8] |
Definition at line 23 of file test_tcp_flags.c.
Referenced by TCPFlagsAddNode(), and TestTCPFlags().
struct tcp_flags_data* tcp_flags_data::Next [read] |
Definition at line 24 of file test_tcp_flags.c.
Referenced by TCPFlagsAddNode(), and TestTCPFlags().