mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Several final fixes for PacketFilter framework.
- Fixed how the dpd_* variables are written. - Fixed a bug with the shunting code. - Updated a few tests.
This commit is contained in:
parent
2ec7fbae62
commit
0c97c3c1de
17 changed files with 94 additions and 85 deletions
|
@ -73,10 +73,10 @@ event bro_init() &priority=5
|
|||
}
|
||||
|
||||
global analyzers = { ANALYZER_SSL };
|
||||
redef Protocols::analyzer_map["SSL"] = analyzers;
|
||||
redef Protocols::analyzer_map += { ["SSL"] = analyzers };
|
||||
global ports = { 443/tcp, 563/tcp, 585/tcp, 614/tcp, 636/tcp,
|
||||
989/tcp, 990/tcp, 992/tcp, 993/tcp, 995/tcp, 5223/tcp };
|
||||
redef Protocols::common_ports["SSL"] = ports;
|
||||
redef Protocols::common_ports += { ["SSL"] = ports };
|
||||
|
||||
|
||||
function set_session(c: connection)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue