mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Fix documentation for ReassemblerStats.
This commit is contained in:
parent
9d2c41a4ff
commit
ecfacbe96e
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
||||||
|
|
||||||
|
2.5-363 | 2017-12-05 11:00:09 -0600
|
||||||
|
|
||||||
|
* Fix documentation for ReassemblerStats. (Corelight)
|
||||||
|
|
||||||
2.5-362 | 2017-12-02 09:45:04 -0600
|
2.5-362 | 2017-12-02 09:45:04 -0600
|
||||||
|
|
||||||
* BIT-1791: Do not log SOCKS passwords by default and add
|
* BIT-1791: Do not log SOCKS passwords by default and add
|
||||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
||||||
2.5-362
|
2.5-363
|
||||||
|
|
|
@ -531,7 +531,7 @@ type EventStats: record {
|
||||||
dispatched: count; ##< Total number of events dispatched so far.
|
dispatched: count; ##< Total number of events dispatched so far.
|
||||||
};
|
};
|
||||||
|
|
||||||
## Summary statistics of all regular expression matchers.
|
## Holds statistics for all types of reassembly.
|
||||||
##
|
##
|
||||||
## .. bro:see:: get_reassembler_stats
|
## .. bro:see:: get_reassembler_stats
|
||||||
type ReassemblerStats: record {
|
type ReassemblerStats: record {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue