12 #ifndef __PACKET_NTLMSSP_H__
13 #define __PACKET_NTLMSSP_H__
17 #define NTLMSSP_NEGOTIATE 1
18 #define NTLMSSP_CHALLENGE 2
19 #define NTLMSSP_AUTH 3
20 #define NTLMSSP_UNKNOWN 4
22 #define NTLMSSP_KEY_LEN 16
24 #define NTLMSSP_MAX_ORIG_LEN 256
27 guint8 md4[NTLMSSP_KEY_LEN];
28 char key_origin[NTLMSSP_MAX_ORIG_LEN+1];
42 const guint8 *domain_name;
43 const guint8 *acct_name;
44 const guint8 *host_name;
45 guint8 session_key[NTLMSSP_KEY_LEN];
48 #define NTLMSSP_BLOB_MAX_SIZE 10240
59 const guint8 *server_challenge,
60 const guint8 *encryptedsessionkey,
65 dissect_ntlmssp_NTLM_REMOTE_SUPPLEMENTAL_CREDENTIAL(
tvbuff_t *tvb,
int offset,
proto_tree *tree);
Definition: packet-ntlmssp.h:26
Definition: packet-ntlmssp.h:49
Definition: packet_info.h:44
Definition: wmem_allocator.h:27
Definition: tvbuff-int.h:35