mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Allow to handle late DPD matches.
If dpd_match_only_beginning is disabled, matches of protocol signatures can be handeld using protocol_late_match. To prevent further matching in this case, dpd_late_match_stop may be activated.
This commit is contained in:
parent
8ab0650c1e
commit
5901b6d33c
5 changed files with 58 additions and 0 deletions
|
@ -166,6 +166,7 @@ extern RecordType* irc_join_info;
|
|||
extern int dpd_reassemble_first_packets;
|
||||
extern int dpd_buffer_size;
|
||||
extern int dpd_match_only_beginning;
|
||||
extern int dpd_late_match_stop;
|
||||
extern int dpd_ignore_ports;
|
||||
|
||||
extern TableVal* likely_server_ports;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue