mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
NEWS file tweaks: input error events & OpenFlow.
These were pointed out by Daniel.
This commit is contained in:
parent
6aea681832
commit
3284e92677
1 changed files with 7 additions and 2 deletions
9
NEWS
9
NEWS
|
@ -41,6 +41,9 @@ New Functionality
|
||||||
New log files: net_control.log, netcontrol_catch_release.log,
|
New log files: net_control.log, netcontrol_catch_release.log,
|
||||||
netcontrol_drop.log, and netcontrol_shunt.log.
|
netcontrol_drop.log, and netcontrol_shunt.log.
|
||||||
|
|
||||||
|
- Bro now includes the OpenFlow framework which exposes the datastructures
|
||||||
|
necessary to interface to OpenFlow capable hardware.
|
||||||
|
|
||||||
- Bro's Intelligence Framework was refactored and new functionality
|
- Bro's Intelligence Framework was refactored and new functionality
|
||||||
has been added:
|
has been added:
|
||||||
|
|
||||||
|
@ -154,8 +157,10 @@ New Functionality
|
||||||
|
|
||||||
- The pcap buffer size can be set through the new option Pcap::bufsize.
|
- The pcap buffer size can be set through the new option Pcap::bufsize.
|
||||||
|
|
||||||
- Input framework readers Table and Event can now define a custom
|
- Input framework readers stream types Table and Event can now define a custom
|
||||||
event to receive logging messages.
|
event (specified by the new "error_ev" field) to receive error messages
|
||||||
|
emitted by the input stream. This can, e.g., be used to raise notices in
|
||||||
|
case errors occur when reading an important input source.
|
||||||
|
|
||||||
- The logging framework now supports user-defined record separators,
|
- The logging framework now supports user-defined record separators,
|
||||||
renaming of column names, as well as extension data columns that can
|
renaming of column names, as well as extension data columns that can
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue