mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Merge remote-tracking branch 'origin/topic/johanna/dpd-packet-limit'
* origin/topic/johanna/dpd-packet-limit: PIA - switch size to int64_t Introduce dpd_max_packets
This commit is contained in:
parent
8a1b32c877
commit
a49dcc8954
8 changed files with 52 additions and 14 deletions
|
@ -83,6 +83,7 @@ extern int sig_max_group_size;
|
|||
|
||||
extern int dpd_reassemble_first_packets;
|
||||
extern int dpd_buffer_size;
|
||||
extern int dpd_max_packets;
|
||||
extern int dpd_match_only_beginning;
|
||||
extern int dpd_late_match_stop;
|
||||
extern int dpd_ignore_ports;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue