From 6e263a5c27e74dbb13a24ef1cd673aee75b7d8df Mon Sep 17 00:00:00 2001 From: Robin Sommer Date: Mon, 18 Apr 2011 18:11:43 -0700 Subject: [PATCH] Reverting test, it works now. --- doc/example.bro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/example.bro b/doc/example.bro index 841daa3d64..f148788ce4 100644 --- a/doc/example.bro +++ b/doc/example.bro @@ -39,7 +39,7 @@ module Example; # go into the generated documentation's "Packet Filter" section redef capture_filters += { ["ssl"] = "tcp port 443", - ["nntps"] = "tcp port 563", + ["nntps"] = "tcp port 562", }; global example_ports = {