mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00

The broxygen-generated files now live in the git repo, have tests that check that they are up-to-date, and a script to re-generate them on-demand.
20 lines
634 B
ReStructuredText
20 lines
634 B
ReStructuredText
:orphan:
|
|
|
|
Package: base/frameworks/tunnels
|
|
================================
|
|
|
|
The tunnels framework handles the tracking/logging of tunnels (e.g. Teredo,
|
|
AYIYA, or IP-in-IP such as 6to4 where "IP" is either IPv4 or IPv6).
|
|
|
|
:doc:`/scripts/base/frameworks/tunnels/__load__.bro`
|
|
|
|
|
|
:doc:`/scripts/base/frameworks/tunnels/main.bro`
|
|
|
|
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
|
|
encapsulating tunnels is also found in the *tunnel* field of
|
|
:bro:type:`connection`.
|
|
|