mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add "udp_content_ports" option
Any port in that set found as either source or destination port of a UDP packet will cause the "udp_contents" event to be raised.
This commit is contained in:
parent
2da84020cf
commit
c1b3c9593b
7 changed files with 60 additions and 24 deletions
|
@ -75,6 +75,7 @@ extern bool tcp_content_deliver_all_resp;
|
|||
|
||||
extern TableVal* udp_content_delivery_ports_orig;
|
||||
extern TableVal* udp_content_delivery_ports_resp;
|
||||
extern TableVal* udp_content_ports;
|
||||
extern bool udp_content_deliver_all_orig;
|
||||
extern bool udp_content_deliver_all_resp;
|
||||
extern bool udp_content_delivery_ports_use_resp;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue