aboutsummaryrefslogtreecommitdiffstats
path: root/packet-smb-common.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* In "get_unicode_or_ascii_string()", treat a negative length argument asGuy Harris2004-04-031-6/+22
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-3/+3
* Add new routines:Guy Harris2003-06-121-15/+5
* Move the ntlmv2 response dissection out of packet-ntlmssp.c and in toTim Potter2003-05-091-1/+199
* Add an extra argument to get_unicode_string() to optionallyTim Potter2003-04-031-3/+6
* Add an extra argument to get_ms_string() so we can optionally passTim Potter2003-04-031-9/+8
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-12/+12
* From Devin Heitmueller: dissect NTLMSSP authentication messages, and handleGuy Harris2002-08-101-1/+146
* Fix "display_unicode_string()" to get the length of the Unicode string,Guy Harris2002-06-161-17/+46
* Account for hidden share types in share_types.Richard Sharpe2002-05-271-1/+5
* Move the value_string table for the share type values toGuy Harris2002-05-241-1/+12
* Get rid of some unused arguments, and mark some others as unused.Guy Harris2002-04-301-4/+4
* Replace a bunch of "tvb_length()" and "tvb_length_remaining()" calls inGuy Harris2002-01-241-7/+4
* Get rid of incorrect "const" qualifier.Guy Harris2001-07-081-2/+2
* Use tvbuff-based routines to find the length of single-bit-character-setGuy Harris2001-07-081-5/+20
* Tvbuffified SMB NETLOGON dissector, from Ronnie Sahlberg.Guy Harris2001-07-081-101/+29
* Add tvbuff class.Gilbert Ramirez2000-05-111-6/+6
* In "display_flags()", panic if the size handed to it is neither 1, 2,Guy Harris2000-02-141-5/+19
* Fix the comment at the beginning of the file.Guy Harris2000-02-141-3/+2
* Jeff Foster's SMB Mailslot and Netlogin dissectors; he splitGuy Harris2000-02-141-0/+142