mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Reverting test, it works now.
This commit is contained in:
parent
bed259e863
commit
6e263a5c27
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ module Example;
|
||||||
# go into the generated documentation's "Packet Filter" section
|
# go into the generated documentation's "Packet Filter" section
|
||||||
redef capture_filters += {
|
redef capture_filters += {
|
||||||
["ssl"] = "tcp port 443",
|
["ssl"] = "tcp port 443",
|
||||||
["nntps"] = "tcp port 563",
|
["nntps"] = "tcp port 562",
|
||||||
};
|
};
|
||||||
|
|
||||||
global example_ports = {
|
global example_ports = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue