mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 15:18:20 +00:00
9 lines
213 B
Text
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",
|
|
};
|