mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
init-bare: Deprecate tcp_reassembler_ports
...and remove from NetVar, seems left-over.
This commit is contained in:
parent
6482a9a8c2
commit
e773fe0506
2 changed files with 2 additions and 5 deletions
|
@ -1368,13 +1368,13 @@ const tcp_max_old_segments = 0 &redef;
|
||||||
## that still trigger reassembly.
|
## that still trigger reassembly.
|
||||||
##
|
##
|
||||||
## .. zeek:see:: tcp_reassembler_ports_resp
|
## .. zeek:see:: tcp_reassembler_ports_resp
|
||||||
const tcp_reassembler_ports_orig: set[port] = {} &redef;
|
const tcp_reassembler_ports_orig: set[port] = {} &redef &deprecated="Remove in v8.1. Non-functional since v4.1";
|
||||||
|
|
||||||
## For services without a handler, these sets define responder-side ports
|
## For services without a handler, these sets define responder-side ports
|
||||||
## that still trigger reassembly.
|
## that still trigger reassembly.
|
||||||
##
|
##
|
||||||
## .. zeek:see:: tcp_reassembler_ports_orig
|
## .. zeek:see:: tcp_reassembler_ports_orig
|
||||||
const tcp_reassembler_ports_resp: set[port] = {} &redef;
|
const tcp_reassembler_ports_resp: set[port] = {} &redef &deprecated="Remove in v8.1. Non-functional since v4.1";
|
||||||
|
|
||||||
## Defines destination TCP ports for which the contents of the originator stream
|
## Defines destination TCP ports for which the contents of the originator stream
|
||||||
## should be delivered via :zeek:see:`tcp_contents`.
|
## should be delivered via :zeek:see:`tcp_contents`.
|
||||||
|
|
|
@ -32,9 +32,6 @@ zeek::RecordType* mime_match;
|
||||||
|
|
||||||
zeek::RecordType* socks_address;
|
zeek::RecordType* socks_address;
|
||||||
|
|
||||||
zeek::TableVal* tcp_reassembler_ports_orig;
|
|
||||||
zeek::TableVal* tcp_reassembler_ports_resp;
|
|
||||||
|
|
||||||
zeek::TableVal* tcp_content_delivery_ports_orig;
|
zeek::TableVal* tcp_content_delivery_ports_orig;
|
||||||
zeek::TableVal* tcp_content_delivery_ports_resp;
|
zeek::TableVal* tcp_content_delivery_ports_resp;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue