Bump the snaplen size to full frames

This commit is contained in:
HD Moore 2013-08-16 16:10:37 -05:00
parent 228c66e9c3
commit 4fef9f0be8
1 changed files with 2 additions and 2 deletions

View File

@ -287,9 +287,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,