aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-common.c
AgeCommit message (Expand)AuthorFilesLines
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-12/+12
2002-08-10From Devin Heitmueller: dissect NTLMSSP authentication messages, and handleguy1-1/+146
2002-06-16Fix "display_unicode_string()" to get the length of the Unicode string,guy1-17/+46
2002-05-27Account for hidden share types in share_types.sharpe1-1/+5
2002-05-24Move the value_string table for the share type values toguy1-1/+12
2002-04-30Get rid of some unused arguments, and mark some others as unused.guy1-4/+4
2002-01-24Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inguy1-7/+4
2001-07-08Get rid of incorrect "const" qualifier.guy1-2/+2
2001-07-08Use tvbuff-based routines to find the length of single-bit-character-setguy1-5/+20
2001-07-08Tvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg.guy1-101/+29
2000-05-11Add tvbuff class.gram1-6/+6
2000-02-14In "display_flags()", panic if the size handed to it is neither 1, 2,guy1-5/+19
2000-02-14Fix the comment at the beginning of the file.guy1-3/+2
2000-02-14Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitguy1-0/+142