mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
OCSP: split into two analysers in scriptland.
Instead of having an additional string argument specifying if we are sending a request or a reply, we now have an ANALYZER_OCSP_REQUEST and an ANALYZER_OCSP_REPLY
This commit is contained in:
parent
e1bcc4509f
commit
1b19ab78b6
4 changed files with 19 additions and 25 deletions
|
@ -13,7 +13,7 @@ export {
|
|||
ocsp_type: string &optional;
|
||||
};
|
||||
|
||||
## ocsp logging
|
||||
## ocsp logging
|
||||
redef enum Log::ID += { LOG };
|
||||
|
||||
## type for pending ocsp request
|
||||
|
@ -23,7 +23,7 @@ export {
|
|||
## one ocsp request record
|
||||
type Info_req: record {
|
||||
## time for the request
|
||||
ts: time;
|
||||
ts: time;
|
||||
## file id for this request or
|
||||
## hash of the GET url if it's GET request
|
||||
id: string &log &optional;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue