aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-common.c
AgeCommit message (Expand)AuthorFilesLines
2003-06-12Add new routines:Guy Harris1-15/+5
2003-05-09Move the ntlmv2 response dissection out of packet-ntlmssp.c and in toTim Potter1-1/+199
2003-04-03Add an extra argument to get_unicode_string() to optionallyTim Potter1-3/+6
2003-04-03Add an extra argument to get_ms_string() so we can optionally passTim Potter1-9/+8
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-12/+12
2002-08-10From Devin Heitmueller: dissect NTLMSSP authentication messages, and handleGuy Harris1-1/+146
2002-06-16Fix "display_unicode_string()" to get the length of the Unicode string,Guy Harris1-17/+46
2002-05-27Account for hidden share types in share_types.Richard Sharpe1-1/+5
2002-05-24Move the value_string table for the share type values toGuy Harris1-1/+12
2002-04-30Get rid of some unused arguments, and mark some others as unused.Guy Harris1-4/+4
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris1-7/+4
2001-07-08Get rid of incorrect "const" qualifier.Guy Harris1-2/+2
2001-07-08Use tvbuff-based routines to find the length of single-bit-character-setGuy Harris1-5/+20
2001-07-08Tvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg.Guy Harris1-101/+29
2000-05-11Add tvbuff class.Gilbert Ramirez1-6/+6
2000-02-14In "display_flags()", panic if the size handed to it is neither 1, 2,Guy Harris1-5/+19
2000-02-14Fix the comment at the beginning of the file.Guy Harris1-3/+2
2000-02-14Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris1-0/+142