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:
Seth Hall 2012-05-02 21:16:30 -04:00
parent 2ec7fbae62
commit 0c97c3c1de
17 changed files with 94 additions and 85 deletions

View file

@ -39,9 +39,9 @@ redef record connection += {
};
global analyzers = { ANALYZER_IRC };
redef Protocols::analyzer_map["IRC"] = analyzers;
redef Protocols::analyzer_map += { ["IRC"] = analyzers };
global ports = { 6666/tcp, 6667/tcp, 6668/tcp, 6669/tcp, 7000/tcp };
redef Protocols::common_ports["IRC"] = ports;
redef Protocols::common_ports += { ["IRC"] = ports };
event bro_init() &priority=5
{