add a file analyzer to parse ocsp request and response

add two events: ocsp_request and ocsp_response
This commit is contained in:
Liang Zhu 2015-06-15 11:05:04 -07:00
parent 668f3e38ad
commit e9baddfd6b
15 changed files with 833 additions and 1 deletions

View file

@ -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.