mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Restore reporting messages for pcap filter issues
This commit is contained in:
parent
5e4db6d0c4
commit
81357853ed
3 changed files with 62 additions and 11 deletions
|
@ -5146,6 +5146,13 @@ export {
|
|||
};
|
||||
|
||||
type Interfaces: set[Pcap::Interface];
|
||||
|
||||
## The state of the compilation for a pcap filter.
|
||||
type filter_state: enum {
|
||||
ok, # no issues encountered
|
||||
fatal, # fatal issue, something that would prevent zeek from continuing
|
||||
warning # non-fatal issue that should just be logged
|
||||
};
|
||||
} # end export
|
||||
|
||||
module DCE_RPC;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue