aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ntlmssp.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-31Make "gssapi_init_oid()" take a dissector handle rather than aGuy Harris1-4/+7
2002-08-31Catch exceptions thrown while dissecting the NTLMSSP stuff, so that weGuy Harris1-41/+55
2002-08-30Include "packet-gssapi.h" to declare routines we call.Guy Harris1-1/+2
2002-08-30More SPNEGO, now can get down to NTLMSSP if that is what the negTokenTargRichard Sharpe1-1/+10
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-91/+91
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intoTim Potter1-6/+1
2002-08-18If the length of a string is zero, don't put it into the protocol tree.Guy Harris1-31/+53
2002-08-10Add a terminator to the ntlmssp_message_types list.Guy Harris1-2/+3
2002-08-10From Devin Heitmueller: dissect NTLMSSP authentication messages, and handleGuy Harris1-7/+246
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-5/+1
2002-07-10Show lengths as decimal, not hex.Guy Harris1-8/+21
2002-07-10Reordered some boolean fields to be consistent with the rest of ethereal.Tim Potter1-39/+38
2002-07-09Dissector for DCERPC auth type == 10 (NTLMSSP) fromTim Potter1-0/+526