mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
ConnStats: Expose num_packets_unprocessed
Not sure it's the best place to put, but we don't have packet analysis stats bif and also num_packets is already there, so seems reasonable to put the num_packets_unprocessed into
This commit is contained in:
parent
fa476746bf
commit
120f061bcd
6 changed files with 20 additions and 3 deletions
|
@ -50,6 +50,7 @@ struct Stats {
|
|||
size_t num_fragments;
|
||||
size_t max_fragments;
|
||||
uint64_t num_packets;
|
||||
uint64_t num_packets_unprocessed;
|
||||
};
|
||||
|
||||
class Manager final {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue