aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-browse.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-1/+1
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-6/+6
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-29/+15
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
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-9/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded includes (ctype.h, stdio.h);Bill Meier1-3/+3
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-2/+2
2011-10-23Fix a few proto_tree_add_item() encoding args.Bill Meier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-5/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-16/+16
2011-05-19Create subtree under the correct parent tree: Coverity 1138.Bill Meier1-2/+2
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inJeff Morriss1-2/+1
2010-11-10Convert host name to UTF8 before displaying to info column or in tree.Chris Maynard1-4/+12
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-10/+10
2010-08-26Show a text string of the Windows version (if Windows 2000 or higher.)Stephen Fisher1-0/+41
2010-08-03Decode Browse Domain Announcement version and signature if signatureStig Bjørlykke1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-2/+0
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-1/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-6/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-6/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-13/+13
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
2008-06-16From Michael Adam:Jaap Keuter1-0/+13
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-2/+2
2006-06-18include emem.hRonnie Sahlberg1-0/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-08-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion.Ronnie Sahlberg1-2/+1
2005-05-27The DESIRE_ and OS_ values are bit indices, not numerical values thatGuy Harris1-18/+1
2004-07-24In "dissect_smb_server_type_flags()":Guy Harris1-28/+31
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1166