aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-logon.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-3/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-59/+72
2014-09-09Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-35/+33
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-7/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-11- Make local functions static.Anders Broman1-0/+2
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-7/+5
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-07-27Fix a few Clang warnings (dead increment, dead assignment)Pascal Quantin1-2/+2
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-32/+32
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-02-23Split get_dns_name() into get_dns_name() and expand_dns_name().Gerald Combs1-8/+8
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-4/+4
2007-03-20remove some unused variablesRonnie Sahlberg1-3/+0
2006-11-26From Stefan Metzmacher:Jaap Keuter1-4/+130
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-08-19remove g_malloc() from packet-smb-commonRonnie Sahlberg1-2/+0
2005-08-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversionRonnie Sahlberg1-2/+0
2005-04-28Don't try to access past the end of an array. Fixes bug 140.Gerald Combs1-1/+1
2005-01-31there are two NETLOGON protocolsRonnie Sahlberg1-79/+79
2004-08-03Move a bunch of stuff that's more Windows-related than SMB-related toGuy Harris1-1/+2
2004-08-02"dissect_smb_unknown()" isn't some generic routine, it's used only toGuy Harris1-1/+10
2004-08-02Don't drag in a huge pile of headers in "packet-smb-common.h"; rely onGuy Harris1-0/+7
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1032