Reverting test, it works now.

This commit is contained in:
Robin Sommer 2011-04-18 18:11:43 -07:00
parent bed259e863
commit 6e263a5c27

View file

@ -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 = {