diff libpurple/ntlm.c @ 26304:511509fa0e02

disapproval of revision '77d562b624d9b55c9ff165d5797b72ba553e3256'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 28 Mar 2009 04:30:40 +0000
parents 75654d6b2b4d
children ed44004c333c
line wrap: on
line diff
--- a/libpurple/ntlm.c	Fri Mar 27 08:53:09 2009 +0000
+++ b/libpurple/ntlm.c	Sat Mar 28 04:30:40 2009 +0000
@@ -59,9 +59,14 @@
 	guint8  protocol[8];     /* 'N', 'T', 'L', 'M', 'S', 'S', 'P', '\0'*/
 	guint32 type;            /* 0x00000002 */
 
+	short   msg_len1;        /* target name length */
+	short   msg_len2;        /* target name length */
+	guint32 msg_off;         /* target name offset (always 0x00000048) */
+
 	guint32 flags;           /* 0x00008201 */
 
 	guint8  nonce[8];        /* nonce */
+	guint8 context[8];
 };
 
 struct type3_message {