mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 23: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
|
@ -23,6 +23,7 @@ extern TableType* string_set;
|
|||
extern TableType* string_array;
|
||||
extern TableType* count_set;
|
||||
extern VectorType* string_vec;
|
||||
extern VectorType* index_vec;
|
||||
extern VectorType* mime_matches;
|
||||
extern RecordType* mime_match;
|
||||
|
||||
|
@ -104,13 +105,6 @@ extern RecordType* pm_callit_request;
|
|||
|
||||
extern RecordType* ntp_msg;
|
||||
|
||||
extern TableVal* samba_cmds;
|
||||
extern RecordType* smb_hdr;
|
||||
extern RecordType* smb_trans;
|
||||
extern RecordType* smb_trans_data;
|
||||
extern RecordType* smb_tree_connect;
|
||||
extern TableType* smb_negotiate;
|
||||
|
||||
extern RecordType* geo_location;
|
||||
|
||||
extern RecordType* entropy_test_result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue