mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
Remove the 'net' type from Bro (addresses #535).
Incremented the serialization data format version in the process.
This commit is contained in:
parent
82f94881c0
commit
1730496d12
28 changed files with 20 additions and 227 deletions
|
@ -123,7 +123,7 @@ protected:
|
|||
|
||||
// This will be increased whenever there is an incompatible change
|
||||
// in the data format.
|
||||
static const uint32 DATA_FORMAT_VERSION = 19;
|
||||
static const uint32 DATA_FORMAT_VERSION = 20;
|
||||
|
||||
ChunkedIO* io;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue