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

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