mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 13:38:19 +00:00
Add support for AP_REQ, AP_REP, PRIV, and CRED message types.
This commit is contained in:
parent
3b4bec18d6
commit
b981bc6c62
6 changed files with 85 additions and 20 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue