nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | #ifndef WIDS_H_ |
2 | #define WIDS_H_ |
||
3 | |||
4 | #include "attacks.h" |
||
5 | |||
6 | void wids_shorthelp(); |
||
7 | |||
8 | void wids_longhelp(); |
||
9 | |||
10 | struct attacks load_wids(); |
||
11 | |||
12 | void *wids_parse(int argc, char *argv[]); |
||
13 | |||
14 | struct packet wids_getpacket(void *options); |
||
15 | |||
16 | void wids_print_stats(void *options); |
||
17 | |||
18 | void wids_perform_check(void *options); |
||
19 | |||
20 | #endif |