mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add regular debugging output for interesting operations (stream/filter operations) to input framework (this was way overdue)
This commit is contained in:
parent
c3d2f1d5fc
commit
b4e6971aab
4 changed files with 114 additions and 3 deletions
|
@ -24,6 +24,7 @@ enum DebugStream {
|
|||
DBG_DPD, // Dynamic application detection framework
|
||||
DBG_TM, // Time-machine packet input via Brocolli
|
||||
DBG_LOGGING, // Logging streams
|
||||
DBG_INPUT, // Input streams
|
||||
DBG_THREADING, // Threading system
|
||||
|
||||
NUM_DBGS // Has to be last
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue