mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Adding record to init-bare
This commit is contained in:
parent
b6746bc9e0
commit
17512bb8db
2 changed files with 7 additions and 2 deletions
|
@ -221,8 +221,8 @@ type Client_Core_Data = record {
|
|||
} &byteorder=littleendian;
|
||||
|
||||
type Client_Security_Data = record {
|
||||
encryption_methods: uint16;
|
||||
ext_encryption_methods: uint16;
|
||||
encryption_methods: uint32;
|
||||
ext_encryption_methods: uint32;
|
||||
} &byteorder=littleendian;
|
||||
|
||||
type Client_Network_Data = record {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue