mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18:20 +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
|
@ -110,9 +110,9 @@ redef record connection += {
|
|||
|
||||
# Not attaching ANALYZER_DNS_UDP_BINPAC and ANALYZER_DNS_TCP_BINPAC right now.
|
||||
global analyzers = { ANALYZER_DNS };
|
||||
redef Protocols::analyzer_map["DNS"] = analyzers;
|
||||
redef Protocols::analyzer_map += { ["DNS"] = analyzers };
|
||||
global ports = { 53/udp, 53/tcp, 137/udp, 5353/udp, 5355/udp };
|
||||
redef Protocols::common_ports["DNS"] = ports;
|
||||
redef Protocols::common_ports += { ["DNS"] = ports };
|
||||
|
||||
event bro_init() &priority=5
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue