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