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