mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 10:08:20 +00:00
Revert addition of final modifier to JSON formatter
This commit is contained in:
parent
39c00c9966
commit
8ac591c9f5
3 changed files with 6 additions and 2 deletions
4
CHANGES
4
CHANGES
|
@ -1,4 +1,8 @@
|
|||
|
||||
3.2.0-dev.473 | 2020-05-06 10:40:09 -0700
|
||||
|
||||
* Revert addition of final modifier to JSON formatter (Tim Wojtulewicz, Corelight)
|
||||
|
||||
3.2.0-dev.471 | 2020-05-06 10:00:58 -0700
|
||||
|
||||
* Fix global buffer over-read in POP3 analyzer (Justin Azoff, Corelight)
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
3.2.0-dev.471
|
||||
3.2.0-dev.473
|
||||
|
|
|
@ -14,7 +14,7 @@ namespace threading { namespace formatter {
|
|||
* A thread-safe class for converting values into a JSON representation
|
||||
* and vice versa.
|
||||
*/
|
||||
class JSON final : public Formatter {
|
||||
class JSON : public Formatter {
|
||||
public:
|
||||
enum TimeFormat {
|
||||
TS_EPOCH, // Doubles that represents seconds from the UNIX epoch.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue