Mercurial > pidgin
changeset 26222: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 | 33516a6221c0 |
files | libpurple/nat-pmp.c libpurple/ntlm.c |
diffstat | 2 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/nat-pmp.c Fri Mar 27 08:53:09 2009 +0000 +++ b/libpurple/nat-pmp.c Sat Mar 28 04:30:40 2009 +0000 @@ -81,6 +81,8 @@ struct _PurplePmpMapResponse { guint8 version; guint8 opcode; + guint16 resultcode; + guint32 epoch; guint16 privateport; guint16 publicport; guint32 lifetime;
--- 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 {