aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-browse.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-27Fix a few Clang warnings (dead increment, dead assignment)pascal1-9/+0
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-5/+5
2011-10-23Fix a few proto_tree_add_item() encoding args.wmeier1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-2/+2
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-5/+5
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-16/+16
2011-05-19Create subtree under the correct parent tree: Coverity 1138.wmeier1-2/+2
2011-01-16There's no need to pass the result of tvb_get_ptr() as the 'value' inmorriss1-2/+1
2010-11-10Convert host name to UTF8 before displaying to info column or in tree.cmaynard1-4/+12
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.morriss1-10/+10
2010-08-26Show a text string of the Windows version (if Windows 2000 or higher.)sfisher1-0/+41
2010-08-03Decode Browse Domain Announcement version and signature if signaturestig1-1/+1
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-2/+0
2009-11-17Remove the address operator from value_string arrays fed to VALS()dimeg1-1/+1
2009-08-09Don't guard col_clear with col_checkkrj1-6/+2
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-6/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-13/+13
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2008-06-16From Michael Adam:jake1-0/+13
2007-11-08Apply yet another set of the optimization patches:etxrab1-2/+2
2006-06-18include emem.hsahlberg1-0/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-2/+2
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsguy1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-08-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion.sahlberg1-2/+1
2005-05-27The DESIRE_ and OS_ values are bit indices, not numerical values thatguy1-18/+1
2004-07-24In "dissect_smb_server_type_flags()":guy1-28/+31
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1166