aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-common.c
AgeCommit message (Expand)AuthorFilesLines
2011-04-18Removed some unneeded assignments.stig1-1/+1
2011-02-23Split get_dns_name() into get_dns_name() and expand_dns_name().gerald1-69/+10
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-2/+1
2010-12-21Fix indentation: change from a mixture of 2 and 4 spaces to tabs (whichsfisher1-168/+187
2010-04-06#include <string.h> not needed.wmeier1-2/+0
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-1/+2
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).stig1-1/+1
2007-03-30Fix more warningssfisher1-1/+1
2006-11-26Problem: wmeier1-7/+6
2006-11-24From Stefan Metzmacher:jake1-0/+78
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-08-19remove g_malloc() from packet-smb-commonsahlberg1-3/+1
2005-08-17replace a whole bunch of silly rotating stating buffers with ep_alloc() callssahlberg1-18/+5
2005-08-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversionsahlberg1-3/+1
2004-12-01Get rid of a long-obsolete comment.guy1-6/+0
2004-08-02"dissect_smb_unknown()" isn't some generic routine, it's used only toguy1-11/+0
2004-08-02Don't drag in a huge pile of headers in "packet-smb-common.h"; rely onguy1-0/+9
2004-08-02Move the NTLMv2 blob stuff back into packet-ntlmssp.c - it's moreguy1-198/+0
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+490