Fix documentation for ReassemblerStats.

This commit is contained in:
Jon Siwek 2017-12-05 11:00:09 -06:00
parent 9d2c41a4ff
commit ecfacbe96e
3 changed files with 6 additions and 2 deletions

View file

@ -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

View file

@ -1 +1 @@
2.5-362 2.5-363

View file

@ -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 {