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

@ -531,7 +531,7 @@ type EventStats: record {
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
type ReassemblerStats: record {