From 44c4d41d0d16017d8dae51c66954f2528a882fc8 Mon Sep 17 00:00:00 2001 From: Jon Siwek Date: Thu, 26 Apr 2012 12:53:20 -0500 Subject: [PATCH] Add summary documentation to tunnels/main.bro. --- scripts/base/frameworks/tunnels/main.bro | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/scripts/base/frameworks/tunnels/main.bro b/scripts/base/frameworks/tunnels/main.bro index df978d9510..b40aa519f9 100644 --- a/scripts/base/frameworks/tunnels/main.bro +++ b/scripts/base/frameworks/tunnels/main.bro @@ -1,3 +1,10 @@ +##! This script handles the tracking/logging of tunnels (e.g. Teredo, +##! AYIYA, or IP-in-IP such as 6to4 where "IP" is either IPv4 or IPv6). +##! +##! For any connection that occurs over a tunnel, information about its +##! its encapsulating tunnels is also found in the *tunnel* field of +##! :bro:type:`connection`. + module Tunnel; export {