mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 01:58:20 +00:00
Update NetVar for the SMB changes.
This commit is contained in:
parent
a06577d285
commit
f1696ab534
3 changed files with 3 additions and 516 deletions
|
@ -20,6 +20,7 @@ TableType* string_set;
|
|||
TableType* string_array;
|
||||
TableType* count_set;
|
||||
VectorType* string_vec;
|
||||
VectorType* index_vec;
|
||||
VectorType* mime_matches;
|
||||
RecordType* mime_match;
|
||||
|
||||
|
@ -101,13 +102,6 @@ RecordType* pm_callit_request;
|
|||
|
||||
RecordType* ntp_msg;
|
||||
|
||||
TableVal* samba_cmds;
|
||||
RecordType* smb_hdr;
|
||||
RecordType* smb_trans;
|
||||
RecordType* smb_trans_data;
|
||||
RecordType* smb_tree_connect;
|
||||
TableType* smb_negotiate;
|
||||
|
||||
RecordType* geo_location;
|
||||
|
||||
RecordType* entropy_test_result;
|
||||
|
@ -329,6 +323,7 @@ void init_net_var()
|
|||
string_set = internal_type("string_set")->AsTableType();
|
||||
string_array = internal_type("string_array")->AsTableType();
|
||||
string_vec = internal_type("string_vec")->AsVectorType();
|
||||
index_vec = internal_type("index_vec")->AsVectorType();
|
||||
mime_match = internal_type("mime_match")->AsRecordType();
|
||||
mime_matches = internal_type("mime_matches")->AsVectorType();
|
||||
|
||||
|
@ -424,13 +419,6 @@ void init_net_var()
|
|||
|
||||
ntp_msg = internal_type("ntp_msg")->AsRecordType();
|
||||
|
||||
samba_cmds = internal_val("samba_cmds")->AsTableVal();
|
||||
smb_hdr = internal_type("smb_hdr")->AsRecordType();
|
||||
smb_trans = internal_type("smb_trans")->AsRecordType();
|
||||
smb_trans_data = internal_type("smb_trans_data")->AsRecordType();
|
||||
smb_tree_connect = internal_type("smb_tree_connect")->AsRecordType();
|
||||
smb_negotiate = internal_type("smb_negotiate")->AsTableType();
|
||||
|
||||
geo_location = internal_type("geo_location")->AsRecordType();
|
||||
|
||||
entropy_test_result = internal_type("entropy_test_result")->AsRecordType();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue