diff --git a/CHANGES b/CHANGES index bd18dc5e1c..dc0d2e4e63 100644 --- a/CHANGES +++ b/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 * BIT-1791: Do not log SOCKS passwords by default and add diff --git a/VERSION b/VERSION index 37deebc97b..f22c264edd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.5-362 +2.5-363 diff --git a/scripts/base/init-bare.bro b/scripts/base/init-bare.bro index f2a6816d9d..f2ea2ed29a 100644 --- a/scripts/base/init-bare.bro +++ b/scripts/base/init-bare.bro @@ -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 {