mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
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:
parent
f3b3e73eba
commit
2ba3f5420b
4 changed files with 14 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue