mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 20:48:21 +00:00
also extract payload data in ssl_heartbeat
This commit is contained in:
parent
f2c2da92c6
commit
2942a26280
4 changed files with 7 additions and 7 deletions
|
@ -233,7 +233,7 @@ type ApplicationData(rec: SSLRecord) = record {
|
|||
type Heartbeat(rec: SSLRecord) = record {
|
||||
type : uint8;
|
||||
payload_length : uint16;
|
||||
data : bytestring &restofdata &transient;
|
||||
data : bytestring &restofdata;
|
||||
};
|
||||
|
||||
######################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue