Don't append string to upper-level proto_items if item == NULL.
[metze/wireshark/wip.git] / packet-ntlmssp.c
2003-01-06 Ronnie SahlbergUpdate DCERPC so that for (NTLMSSP) PDUs that have...
2002-12-31 Guy HarrisFrom Devin Heitmueller: support for decrypting DCERPC...
2002-11-28 Guy HarrisHandle GSS_Wrap header information as well as context...
2002-11-10 Guy HarrisDissect NTLMSSP authentication verifiers, as per lkcl...
2002-11-08 Guy HarrisIt doesn't appear as if any flag in the preceding NEGOT...
2002-11-08 Guy HarrisGet rid of an unused variable.
2002-11-08 Guy HarrisIf NTLMSSP_NEGOTIATE_UNICODE is different in the negoti...
2002-11-07 Guy HarrisNTLMSSP_NEGOTIATE messages sometimes appear to have...
2002-10-25 Guy HarrisFix the offset for the flags in an NTLMSSP_AUTH message.
2002-09-24 Tim PotterFixed a bitwise vs logical AND bug when checking the...
2002-09-24 Tim PotterAdd NTLMSSP message type to COL_INFO. This looks nice...
2002-09-23 Tim PotterAdd an entry to the protocol tree for NULL strings in
2002-09-18 Tim PotterGot rid of some nested parenthesis in the gssapi oid...
2002-09-11 Richard SharpeSmall fix from Jim McDonough to fix the order of domain...
2002-09-11 Richard SharpeSmall patch from Jim McDonough from IBM for problems...
2002-09-11 Richard SharpeA small fix to avoid a crash. Needs more work, though ...
2002-09-10 Guy HarrisFrom Jim McDonough: update NTLMSSP decoding to do:
2002-09-08 Guy HarrisAdd a "gssapi_lookup_oid()" that takes a binary OID...
2002-09-07 Richard SharpeFix a spelling mistake.
2002-09-04 Richard SharpeAdd some level of OID naming etc ...
2002-09-03 Richard SharpeWho was that fscking idiot who put a \n into the mechLi...
2002-08-31 Guy HarrisMake "gssapi_init_oid()" take a dissector handle rather...
2002-08-31 Guy HarrisCatch exceptions thrown while dissecting the NTLMSSP...
2002-08-30 Guy HarrisInclude "packet-gssapi.h" to declare routines we call.
2002-08-30 Richard SharpeMore SPNEGO, now can get down to NTLMSSP if that is...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-21 Tim PotterMoved the generic true_false_string saying "Set", ...
2002-08-18 Guy HarrisIf the length of a string is zero, don't put it into...
2002-08-10 Guy HarrisAdd a terminator to the ntlmssp_message_types list.
2002-08-10 Guy HarrisFrom Devin Heitmueller: dissect NTLMSSP authentication...
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-10 Guy HarrisShow lengths as decimal, not hex.
2002-07-10 Tim PotterReordered some boolean fields to be consistent with...
2002-07-09 Tim PotterDissector for DCERPC auth type == 10 (NTLMSSP) from