mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 21:18:20 +00:00
Just some cleanup/documentation of new tunnel-handling code.
This commit is contained in:
parent
0bdbeb89e2
commit
beacf581d3
12 changed files with 112 additions and 65 deletions
|
@ -2,7 +2,7 @@
|
|||
##! 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
|
||||
##! encapsulating tunnels is also found in the *tunnel* field of
|
||||
##! :bro:type:`connection`.
|
||||
|
||||
module Tunnel;
|
||||
|
@ -35,7 +35,6 @@ export {
|
|||
action: Action &log;
|
||||
## The type of tunnel.
|
||||
tunnel_type: Tunnel::Type &log;
|
||||
user: string &log &optional;
|
||||
};
|
||||
|
||||
## Logs all tunnels in an ecapsulation chain with action
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue