1 #ifndef IPTRAF_NG_FLTDEFS_H
2 #define IPTRAF_NG_FLTDEFS_H
6 fltdefs.h - declarations for the TCP, UDP, and misc IP filters
11 #define FLT_FILENAME_MAX 40
14 #define FLT_DONTRESOLVE 0
28 #define F_IPSEC_ESP 50
30 #define MATCH_OPPOSITE_ALWAYS 1
31 #define MATCH_OPPOSITE_USECONFIG 2
34 * IP filter parameter entry
60 struct filterent
*next_entry
;
61 struct filterent
*prev_entry
;
65 struct filterent
*head
;
66 struct filterent
*tail
;
70 #endif /* IPTRAF_NG_FLTDEFS_H */