Merge branch 'feature/add-udp-probe-specifiers' of github.com:hmoore-r7/zmap into hmoore-r7-feature/add-udp-probe-specifiers

This commit is contained in:
Eric Wustrow 2013-08-16 17:43:30 -04:00
commit 9f04ca6bd2
1 changed files with 2 additions and 2 deletions

View File

@ -302,9 +302,9 @@ static response_type_t responses[] = {
probe_module_t module_udp = {
.name = "udp",
.packet_length = 96,
.packet_length = 1,
.pcap_filter = "udp || icmp",
.pcap_snaplen = 96,
.pcap_snaplen = 1500,
.port_args = 1,
.thread_initialize = &udp_init_perthread,
.global_initialize = &udp_global_initialize,