mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add new "udp_content_delivery_ports_use_resp" option
This controls whether ports given by "udp_content_delivery_ports_orig" and "udp_content_delivery_ports_orig" are in terms of the UDP packet's destination port or by the Connection's "responder" port (the former is the unchanged default behavior).
This commit is contained in:
parent
e66148a13a
commit
2da84020cf
7 changed files with 41 additions and 8 deletions
|
@ -77,6 +77,7 @@ extern TableVal* udp_content_delivery_ports_orig;
|
|||
extern TableVal* udp_content_delivery_ports_resp;
|
||||
extern bool udp_content_deliver_all_orig;
|
||||
extern bool udp_content_deliver_all_resp;
|
||||
extern bool udp_content_delivery_ports_use_resp;
|
||||
|
||||
extern double dns_session_timeout;
|
||||
extern double rpc_timeout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue