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
|
@ -26,7 +26,7 @@ export {
|
|||
};
|
||||
}
|
||||
|
||||
event ssl_heartbeat(c: connection, is_orig: bool, length: count, heartbeat_type: count, payload_length: count)
|
||||
event ssl_heartbeat(c: connection, is_orig: bool, length: count, heartbeat_type: count, payload_length: count, payload: string)
|
||||
{
|
||||
if ( heartbeat_type == 1 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue