mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 12:38:20 +00:00
A few more small fixes.
This commit is contained in:
parent
f31de38c9b
commit
ed36f37643
3 changed files with 4 additions and 4 deletions
|
@ -34,7 +34,7 @@ export {
|
|||
## Interval at which to watch for the
|
||||
## :bro:id:`ICMPTimeExceeded::icmp_time_exceeded_threshold` variable to be crossed.
|
||||
## At the end of each interval the counter is reset.
|
||||
const icmp_time_exceeded_interval = 1min &redef;
|
||||
const icmp_time_exceeded_interval = 3min &redef;
|
||||
|
||||
## The log record for the traceroute log.
|
||||
type Info: record {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue