mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 17:18: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
|
@ -627,6 +627,8 @@ extern OpaqueType* cardinality_type;
|
|||
extern OpaqueType* topk_type;
|
||||
extern OpaqueType* bloomfilter_type;
|
||||
extern OpaqueType* x509_opaque_type;
|
||||
extern OpaqueType* ocsp_req_opaque_type;
|
||||
extern OpaqueType* ocsp_resp_opaque_type;
|
||||
|
||||
// Returns the Bro basic (non-parameterized) type with the given type.
|
||||
// The reference count of the type is not increased.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue