mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
9 lines
227 B
Text
9 lines
227 B
Text
@load dns-common-summary
|
|
|
|
redef DNS_common_summary::dns_summary_log = open_log_file("netbios-ns-summary");
|
|
redef DNS_common_summary::server_ports = { 137/udp };
|
|
|
|
redef capture_filters += {
|
|
["netbios-ns"] = "udp port 137",
|
|
};
|
|
|