mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 19:18:19 +00:00
Improve the formatting of the SSL::Info::ssl_history documentation
This commit is contained in:
parent
67410a0aa3
commit
f02079e3c8
1 changed files with 32 additions and 26 deletions
|
@ -71,6 +71,10 @@ export {
|
||||||
|
|
||||||
## SSL history showing which types of packets we received in which order.
|
## SSL history showing which types of packets we received in which order.
|
||||||
## Letters have the following meaning with client-sent letters being capitalized:
|
## Letters have the following meaning with client-sent letters being capitalized:
|
||||||
|
##
|
||||||
|
## ====== ====================================================
|
||||||
|
## Letter Meaning
|
||||||
|
## ====== ====================================================
|
||||||
## H hello_request
|
## H hello_request
|
||||||
## C client_hello
|
## C client_hello
|
||||||
## S server_hello
|
## S server_hello
|
||||||
|
@ -97,6 +101,8 @@ export {
|
||||||
## J hello_retry_request
|
## J hello_retry_request
|
||||||
## L alert
|
## L alert
|
||||||
## Q unknown_content_type
|
## Q unknown_content_type
|
||||||
|
## ====== ====================================================
|
||||||
|
##
|
||||||
ssl_history: string &log &default="";
|
ssl_history: string &log &default="";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue