mirror of
https://github.com/zeek/zeek.git
synced 2025-10-11 02:58:20 +00:00
modified GSSAPI analyzer to parse NTLM and KRB tokens
This commit is contained in:
parent
45ee32db49
commit
57bfbc02b1
2 changed files with 56 additions and 27 deletions
|
@ -50,9 +50,6 @@ type GSSAPI_NEG_TOKEN_RESP_Arg = record {
|
|||
};
|
||||
|
||||
type GSSAPI_NEG_TOKEN_MECH_TOKEN(is_orig: bool) = record {
|
||||
meta : ASN1EncodingMeta;
|
||||
mech_token_meta : ASN1EncodingMeta;
|
||||
oid : ASN1Encoding;
|
||||
mech_token : bytestring &restofdata;
|
||||
meta : ASN1EncodingMeta;
|
||||
token : bytestring &length=meta.length;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue