mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Bump pre-commit hooks
This commit is contained in:
parent
6d272038fe
commit
b9eabbabba
11 changed files with 28 additions and 28 deletions
|
@ -79,7 +79,7 @@ on SSL::PSKKeyExchangeModes -> event ssl_extension_psk_key_exchange_modes($conn,
|
|||
|
||||
on SSL::Alert_message -> event ssl_alert($conn, SSL::get_direction(sh), self.level, self.description);
|
||||
|
||||
on SSL::Heartbeat -> event ssl_heartbeat($conn, SSL::get_direction(sh), length, self.tpe, self.payload_length, self.data);
|
||||
on SSL::Heartbeat -> event ssl_heartbeat($conn, SSL::get_direction(sh), length, self.type_, self.payload_length, self.data);
|
||||
|
||||
on SSL::CertificateStatus -> event ssl_stapled_ocsp($conn, $is_orig, self.response);
|
||||
|
||||
|
|
|
@ -856,7 +856,7 @@ function determine_encryption_on(pr: PlaintextRecord, content_type: uint8, hands
|
|||
}
|
||||
|
||||
type Heartbeat = unit(sh: Share, length: uint16) {
|
||||
tpe: uint8;
|
||||
type_: uint8;
|
||||
payload_length: uint16; # don't trust this one - there might still be people testing.
|
||||
data: bytes &size=(length - 3);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue