mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
Adapting attribute serialization when talking to Broccoli.
Broccoli doesn't support expressions, and we now no longer send them when serializing attributes. This is the Bro change mentioned in #606. It's needs a correspondinly modified Broccoli identifying itself as such, and it isn't tested yet ... Addresses #606.
This commit is contained in:
parent
01b4ea1f5d
commit
18d968adcd
4 changed files with 30 additions and 2 deletions
|
@ -198,6 +198,7 @@ protected:
|
|||
static const int NO_CACHING = 2;
|
||||
static const int PID_64BIT = 4;
|
||||
static const int NEW_CACHE_STRATEGY = 8;
|
||||
static const int BROCCOLI_PEER = 16;
|
||||
|
||||
// Constants to remember to who did something.
|
||||
static const int NONE = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue