|
Squid Web Cache master
|
#include <ntlmauth.h>
Public Attributes | |
| char | signature [8] |
| int32_t | type |
This is an header common to all packets, it's used to discriminate among the different packet signature types.
Definition at line 76 of file ntlmauth.h.
| char _ntlmhdr::signature[8] |
"NTLMSSP"
Definition at line 77 of file ntlmauth.h.
Referenced by ntlm_make_challenge(), and ntlm_validate_packet().
| int32_t _ntlmhdr::type |
One of the NTLM_* types above.
Definition at line 78 of file ntlmauth.h.
Referenced by ntlm_make_challenge(), and ntlm_validate_packet().