aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ntlmssp.c
Commit message (Expand)AuthorAgeFilesLines
* Moved the generic true_false_string saying "Set", "Not set" intoTim Potter2002-08-211-6/+1
* If the length of a string is zero, don't put it into the protocol tree.Guy Harris2002-08-181-31/+53
* Add a terminator to the ntlmssp_message_types list.Guy Harris2002-08-101-2/+3
* From Devin Heitmueller: dissect NTLMSSP authentication messages, and handleGuy Harris2002-08-101-7/+246
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-5/+1
* Show lengths as decimal, not hex.Guy Harris2002-07-101-8/+21
* Reordered some boolean fields to be consistent with the rest of ethereal.Tim Potter2002-07-101-39/+38
* Dissector for DCERPC auth type == 10 (NTLMSSP) fromTim Potter2002-07-091-0/+526