1 #ifndef IPTRAF_NG_FLTSELECT_H
2 #define IPTRAF_NG_FLTSELECT_H
6 othfilter.h - declarations for the non-TCP filter module
13 char filename
[FLT_FILENAME_MAX
];
17 unsigned int arp
:1, rarp
:1, nonip
:1, padding
:13;
20 extern struct filterstate ofilter
;
22 void config_filters(void);
23 void loadfilters(void);
24 void savefilters(void);
25 int nonipfilter(unsigned int protocol
);
27 #endif /* IPTRAF_NG_FLTSELECT_H */