Add support for AP_REQ, AP_REP, PRIV, and CRED message types.

This commit is contained in:
Vlad Grigorescu 2015-02-04 16:28:44 -05:00
parent 3b4bec18d6
commit b981bc6c62
6 changed files with 85 additions and 20 deletions

View file

@ -3009,6 +3009,14 @@ export {
validate : bool;
};
## AP Options. See :rfc:`4120`
type KRB::AP_Options: record {
## Indicates that user-to-user-authentication is in use
use_session_key : bool;
## Mutual authentication is required
mutual_required : bool;
};
## Used in a few places in the Kerberos analyzer for elements
## that have a type and a string value.
type KRB::Type_Value: record {