adding UDP module back in with field set usage

This commit is contained in:
Zakir Durumeric
2013-08-30 02:55:39 -04:00
parent d1eeff167d
commit 8cd541d039
7 changed files with 49 additions and 25 deletions

View File

@ -24,13 +24,13 @@
extern probe_module_t module_tcp_synscan;
extern probe_module_t module_icmp_echo;
//extern probe_module_t module_udp;
extern probe_module_t module_udp;
// ADD YOUR MODULE HERE
probe_module_t* probe_modules[] = {
&module_tcp_synscan,
&module_icmp_echo,
// &module_udp
&module_udp
// ADD YOUR MODULE HERE
};