aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-browse.c
AgeCommit message (Expand)AuthorFilesLines
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