aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb-browse.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-20Remove unused dissector registration prototypes, fix typoJoão Valverde1-1/+0
2016-05-09Give the time_[m]secs_to routines names that begin with "[un]signed_".Guy Harris1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-13/+12
2015-04-30Fix some cases where we're shifting a signed 1 left.Guy Harris1-35/+35
2015-04-13Add more "bitmask grouping" APIs.Michael Mann1-57/+31
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+1
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-56/+26
2014-10-02Add editor modelines & adjust indentation/whitespace as needed.Bill Meier1-27/+40
2014-09-09Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-12/+15
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-1/+1
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-3/+3
2014-04-12Get rid of more tvb_get_nstringz* calls.Guy Harris1-18/+10
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-3/+3
2013-12-11- Make local functions static.Anders Broman1-0/+3
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