From 297a2cb9c5738909e88c96c3116f0d8b10c46a69 Mon Sep 17 00:00:00 2001 From: Seth Hall Date: Mon, 23 May 2011 14:52:18 -0400 Subject: [PATCH] A table_s_of_s type to get around bifcl type limitation. --- policy/bro.init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/policy/bro.init b/policy/bro.init index b29e6cebb5..948874d67b 100644 --- a/policy/bro.init +++ b/policy/bro.init @@ -15,6 +15,8 @@ type count_set: set[count]; type index_vec: vector of count; type string_vec: vector of string; +type table_s_of_s: table[string] of string; + type transport_proto: enum { unknown_transport, tcp, udp, icmp }; type conn_id: record { @@ -920,7 +922,6 @@ global dns_max_queries = 5; # has bigger cipherspecs, we won't do a comparisons of cipherspecs. const ssl_max_cipherspec_size = 68 &redef; -# SSL and X.509 types. type X509Extensions: table[count] of string; type X509: record { version: count;