aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-logon.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-32/+32
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-1/+1
2011-02-23Split get_dns_name() into get_dns_name() and expand_dns_name().gerald1-8/+8
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofguy1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-4/+4
2007-03-20remove some unused variablessahlberg1-3/+0
2006-11-26From Stefan Metzmacher:jake1-4/+130
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-08-19remove g_malloc() from packet-smb-commonsahlberg1-2/+0
2005-08-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversionsahlberg1-2/+0
2005-04-28Don't try to access past the end of an array. Fixes bug 140.gerald1-1/+1
2005-01-31there are two NETLOGON protocolssahlberg1-79/+79
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toguy1-1/+2
2004-08-02"dissect_smb_unknown()" isn't some generic routine, it's used only toguy1-1/+10
2004-08-02Don't drag in a huge pile of headers in "packet-smb-common.h"; rely onguy1-0/+7
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1032