mirror of
https://github.com/zeek/zeek.git
synced 2025-10-09 18:18:19 +00:00
Final touches to SSL events with record layer version.
This commit is contained in:
parent
aa2488fb69
commit
b2a0418dc5
24 changed files with 88 additions and 65 deletions
|
@ -21,7 +21,7 @@ public:
|
|||
void DeliverStream(int len, const u_char* data, bool orig) override;
|
||||
void Undelivered(uint64 seq, int len, bool orig) override;
|
||||
|
||||
void SendHandshake(const u_char* begin, const u_char* end, bool orig);
|
||||
void SendHandshake(uint16 raw_tls_version, const u_char* begin, const u_char* end, bool orig);
|
||||
|
||||
// Tell the analyzer that encryption has started.
|
||||
void StartEncryption();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue