aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ntlmssp.c
AgeCommit message (Expand)AuthorFilesLines
2002-09-24Fixed a bitwise vs logical AND bug when checking the ntlmssp flags fortpot1-7/+10
2002-09-24Add NTLMSSP message type to COL_INFO. This looks nice for NTLM overtpot1-1/+7
2002-09-23Add an entry to the protocol tree for NULL strings intpot1-1/+4
2002-09-18Got rid of some nested parenthesis in the gssapi oid registrations.tpot1-2/+2
2002-09-11Small fix from Jim McDonough to fix the order of domain and workstation namesharpe1-3/+3
2002-09-11Small patch from Jim McDonough from IBM for problems with the Negotiate NTLMS...sharpe1-3/+3
2002-09-11A small fix to avoid a crash. Needs more work, though ...sharpe1-1/+3
2002-09-10From Jim McDonough: update NTLMSSP decoding to do:guy1-285/+287
2002-09-08Add a "gssapi_lookup_oid()" that takes a binary OID (pointer and length)guy1-1/+2
2002-09-07Fix a spelling mistake.sharpe1-2/+2
2002-09-04Add some level of OID naming etc ...sharpe1-2/+2
2002-09-03Who was that fscking idiot who put a \n into the mechListMIC format specifier!sharpe1-2/+2
2002-08-31Make "gssapi_init_oid()" take a dissector handle rather than aguy1-4/+7
2002-08-31Catch exceptions thrown while dissecting the NTLMSSP stuff, so that weguy1-41/+55
2002-08-30Include "packet-gssapi.h" to declare routines we call.guy1-1/+2
2002-08-30More SPNEGO, now can get down to NTLMSSP if that is what the negTokenTargsharpe1-1/+10
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-91/+91
2002-08-21Moved the generic true_false_string saying "Set", "Not set" intotpot1-6/+1
2002-08-18If the length of a string is zero, don't put it into the protocol tree.guy1-31/+53
2002-08-10Add a terminator to the ntlmssp_message_types list.guy1-2/+3
2002-08-10From Devin Heitmueller: dissect NTLMSSP authentication messages, and handleguy1-7/+246
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-5/+1
2002-07-10Show lengths as decimal, not hex.guy1-8/+21
2002-07-10Reordered some boolean fields to be consistent with the rest of ethereal.tpot1-39/+38
2002-07-09Dissector for DCERPC auth type == 10 (NTLMSSP) fromtpot1-0/+526