_ntlmhdr Struct Reference

#include <ntlmauth.h>

Collaboration diagram for _ntlmhdr:

Public Attributes

char signature [8]
 
int32_t type
 

Detailed Description

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.

Member Data Documentation

◆ signature

char _ntlmhdr::signature[8]

"NTLMSSP"

Definition at line 77 of file ntlmauth.h.

Referenced by manage_request(), ntlm_make_challenge(), and ntlm_validate_packet().

◆ type

int32_t _ntlmhdr::type

One of the NTLM_* types above.

Definition at line 78 of file ntlmauth.h.

Referenced by manage_request(), ntlm_make_challenge(), and ntlm_validate_packet().


The documentation for this struct was generated from the following file:

 

Introduction

Documentation

Support

Miscellaneous