mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/expose-num-packets-unprocessed'
* origin/topic/awelzel/expose-num-packets-unprocessed: ConnStats: Expose num_packets_unprocessed packet_analysis/Manager: Rename GetUnprocessedCount() to PacketsUnprocessed()
This commit is contained in:
commit
12518e8256
11 changed files with 47 additions and 8 deletions
5
NEWS
5
NEWS
|
@ -274,6 +274,11 @@ New Functionality
|
|||
The ``onn/pppoe-session-id-logging.zeek`` policy script adds pppoe session IDs to the
|
||||
connection log.
|
||||
|
||||
The ``get_conn_stats()`` function's return value now includes the number of packets
|
||||
that have not been processed by any analyzer. Using data from ``get_conn_stats()`` and
|
||||
``get_net_stats()``, it's possible to determine the number of packets that have
|
||||
been received and accepted by Zeek, but eventually discarded without processing.
|
||||
|
||||
Changed Functionality
|
||||
---------------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue