mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
8 lines
208 B
Text
8 lines
208 B
Text
# $Id:$
|
|
|
|
redef capture_filters += { ["dce"] = "port 135" };
|
|
|
|
global dce_ports = { 135/tcp } &redef;
|
|
redef dpd_config += { [ANALYZER_DCE_RPC] = [$ports = dce_ports] };
|
|
|
|
# No default implementation for events.
|