mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
fix mis-typed record fields that happened to work in original RecordVal impl.
This commit is contained in:
parent
e64805430b
commit
b065582319
1 changed files with 3 additions and 3 deletions
|
@ -3334,7 +3334,7 @@ export {
|
|||
## The security mode field specifies whether SMB signing is enabled, required at the server, or both.
|
||||
security_mode : count;
|
||||
## A globally unique identifier that is generate by the server to uniquely identify the server.
|
||||
server_guid : string;
|
||||
server_guid : SMB2::GUID;
|
||||
## The system time of the SMB2 server when the SMB2 NEGOTIATE Request was processed.
|
||||
system_time : time;
|
||||
## The SMB2 server start time.
|
||||
|
@ -3710,7 +3710,7 @@ type dns_edns_ecs: record {
|
|||
family: string; ##< IP Family
|
||||
source_prefix_len: count; ##< Source Prefix Length.
|
||||
scope_prefix_len: count; ##< Scope Prefix Length.
|
||||
address: string; ##< Client Subnet Address.
|
||||
address: addr; ##< Client Subnet Address.
|
||||
};
|
||||
|
||||
## An DNS EDNS TCP KEEPALIVE (TCP KEEPALIVE) record.
|
||||
|
@ -4354,7 +4354,7 @@ export {
|
|||
keyboard_function_key: count;
|
||||
ime_file_name: string;
|
||||
post_beta2_color_depth: count &optional;
|
||||
client_product_id: string &optional;
|
||||
client_product_id: count &optional;
|
||||
serial_number: count &optional;
|
||||
high_color_depth: count &optional;
|
||||
supported_color_depths: count &optional;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue