zeek/policy.old/summaries/nfs-summary.bro
2011-03-01 10:51:44 -05:00

9 lines
213 B
Text

@load sun-rpc-summary
redef SUN_RPC_summary::log = open_log_file("nfs-summary");
redef capture_filters = {
["nfs"] = "port 2049",
# UDP packets are often fragmented
["nfs-frag"] = "ip[6:2] & 0x1fff != 0",
};