mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
A table_s_of_s type to get around bifcl type limitation.
This commit is contained in:
parent
6826b58fb4
commit
297a2cb9c5
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue