Add "encap_hdr_size" option back in.

The "tunnel_port" and "parse_udp_tunnels" options are still gone
as those did not work entirely (e.g. IPv6 support and misnaming
of tunnel_port/udp_tunnel_port).
This commit is contained in:
Jon Siwek 2012-06-18 12:48:03 -05:00
parent f3b3e73eba
commit 2ba3f5420b
4 changed files with 14 additions and 0 deletions

View file

@ -915,6 +915,10 @@ const frag_timeout = 0.0 sec &redef;
## to be potentially copied and buffered.
const packet_sort_window = 0 usecs &redef;
## If positive, indicates the encapsulation header size that should
## be skipped. This applies to all packets.
const encap_hdr_size = 0 &redef;
## Whether to use the ``ConnSize`` analyzer to count the number of packets and
## IP-level bytes transfered by each endpoint. If true, these values are returned
## in the connection's :bro:see:`endpoint` record value.