mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Remove SMB_time and SMB_date record types
This commit is contained in:
parent
cf6945ef71
commit
ca3da1c0a8
2 changed files with 1 additions and 13 deletions
|
@ -58,15 +58,3 @@ zeek::RecordValPtr SMB_BuildMACTimes(uint64_t modify, uint64_t access,
|
|||
|
||||
type SMB_timestamp32 = uint32;
|
||||
type SMB_timestamp = uint64;
|
||||
|
||||
type SMB_time = record {
|
||||
two_seconds : uint16;
|
||||
minutes : uint16;
|
||||
hours : uint16;
|
||||
} &byteorder = littleendian;
|
||||
|
||||
type SMB_date = record {
|
||||
day : uint16;
|
||||
month : uint16;
|
||||
year : uint16;
|
||||
} &byteorder = littleendian;
|
||||
|
|
|
@ -31,7 +31,7 @@ type SMB1_query_information_request(header: SMB_Header) = record {
|
|||
type SMB1_query_information_response(header: SMB_Header) = record {
|
||||
word_count : uint8;
|
||||
file_attribs : uint16;
|
||||
last_write_time : SMB_time;
|
||||
last_write_time : uint32;
|
||||
file_size : uint32;
|
||||
reserved : uint16[5];
|
||||
byte_count : uint16;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue