aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-common.c
AgeCommit message (Expand)AuthorFilesLines
2004-04-03In "get_unicode_or_ascii_string()", treat a negative length argument asguy1-6/+22
2004-01-05removed some MSVC warnings (level 3)ulfl1-3/+3
2003-06-12Add new routines:guy1-15/+5
2003-05-09Move the ntlmv2 response dissection out of packet-ntlmssp.c and in totpot1-1/+199
2003-04-03Add an extra argument to get_unicode_string() to optionallytpot1-3/+6
2003-04-03Add an extra argument to get_ms_string() so we can optionally passtpot1-9/+8
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