mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 08:38:20 +00:00
add a file analyzer to parse ocsp request and response
add two events: ocsp_request and ocsp_response
This commit is contained in:
parent
668f3e38ad
commit
e9baddfd6b
15 changed files with 833 additions and 1 deletions
|
@ -115,6 +115,8 @@ SERIAL_VAL(CARDINALITY_VAL, 22)
|
|||
SERIAL_VAL(X509_VAL, 23)
|
||||
SERIAL_VAL(COMM_STORE_HANDLE_VAL, 24)
|
||||
SERIAL_VAL(COMM_DATA_VAL, 25)
|
||||
SERIAL_VAL(OCSP_REQ_VAL, 26)
|
||||
SERIAL_VAL(OCSP_RESP_VAL, 27)
|
||||
|
||||
#define SERIAL_EXPR(name, val) SERIAL_CONST(name, val, EXPR)
|
||||
SERIAL_EXPR(EXPR, 1)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue