mirror of
https://github.com/zeek/zeek.git
synced 2025-10-05 08:08:19 +00:00
11 lines
221 B
Text
11 lines
221 B
Text
@load base/frameworks/files
|
|
@load base/utils/paths
|
|
|
|
module FileOCSP;
|
|
|
|
export {
|
|
## add one more argument to indicate is ocsp response or request
|
|
redef record Files::AnalyzerArgs += {
|
|
ocsp_type: string &optional;
|
|
};
|
|
}
|