mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge branch 'topic/vern/bit-ops' of https://github.com/bro/bro
* 'topic/vern/bit-ops' of https://github.com/bro/bro: documentation clarification for "p1 | p2" documentation for bitwise operators document the '|' operator for patterns test suite for bitwise operators brief NEWS blurb allow for "counter" operands (does anyone still use these?) for one (but not both) of the bitwise operands bitwise operations for "count" types implemented Starting branch for supporting bit operations on count's.
This commit is contained in:
commit
e5275b0c92
12 changed files with 215 additions and 26 deletions
6
CHANGES
6
CHANGES
|
@ -1,4 +1,9 @@
|
|||
|
||||
2.5-679 | 2018-06-21 16:00:48 -0500
|
||||
|
||||
* Add support for bitwise operations (&, |, ^, ~) on "count" values.
|
||||
(Vern Paxson)
|
||||
|
||||
2.5-671 | 2018-06-21 11:55:39 -0500
|
||||
|
||||
* Add ability for BroControl to skip cluster setup (Corelight)
|
||||
|
@ -55,7 +60,6 @@
|
|||
2.5-650 | 2018-06-06 16:20:18 -0500
|
||||
|
||||
* Improve Broker performance (Corelight)
|
||||
>>>>>>> b51e6f39ddc641811d4875cda4543d3a60fb5a63
|
||||
|
||||
2.5-648 | 2018-06-05 17:32:47 -0500
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue