aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp-sss.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-33/+33
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2015-06-24Remove a bunch more deprecated tvb_length callsEvan Huus1-15/+15
2015-05-01Add tshark -z "ncp,srt"Michael Mann1-16/+0
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-08-18Eliminate proto_tree_add_text from some dissectors.Michael Mann1-10/+6
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-1/+1
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-18/+18
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-18/+18
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Drop isprint.h use g_ascii_isprint() when this include hack was enabled.Jakub Zawadzki1-2/+1
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-12-13Do one or more of the following:Bill Meier1-3/+3
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-1/+1
2013-09-09expert_add_info_format_text -> expert_add_info_formatMichael Mann1-1/+1
2013-09-02Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-8/+7
2013-08-21small fix for r51448 isprint() is locale aware, we want just asciiJakub Zawadzki1-1/+1
2013-08-20No need to initialize length_remaining to 0.Chris Maynard1-1/+1
2013-08-20Simplify find_delimiter() by making use of tvb_find_guint8().Chris Maynard1-28/+23
2013-08-20Whitespace changes. Add modelines.Chris Maynard1-186/+125
2013-07-06Fix display filter errors caught by checkfiltername.plMichael Mann1-1/+1
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-10/+7
2013-05-27Batch of filterable expert infosMichael Mann1-4/+12
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-2/+2
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-10Use val_to_str_const() where appropriate;Bill Meier1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-32/+32
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-12/+12
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-6/+6
2011-06-20Fix some gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings;Bill Meier1-2/+2
2011-05-17As suggested by Chris: use val_to_str_const() instead of match_strval() plus aJeff Morriss1-42/+45
2010-06-09Do some constifying [or other] based upon gcc -Wwrite-strings warnings.Bill Meier1-3/+3
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-01-19Even better - don't use a global variable in the first place, as itsGuy Harris1-53/+13
2010-01-19Fix gcc -Wshadow warningsBill Meier1-5/+5
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-45/+45
2009-05-05The expert_item pointers and expert_status values don't need to beGuy Harris1-2/+2
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-10-31Fix several cases of writing to COL_PROTOCOL w/o checking firstBill Meier1-3/+5
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-03-04match_strval() may return NULL so don't blindly pass its return value into co...Jeff Morriss1-83/+83
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-35/+35
2008-02-08Added missing "svn:keywords Id" and "svn:eol-style native" for someStig Bjørlykke1-1/+1
2008-02-02Rewrote some prohibited APIs in epan/dissectors/ (sprintf, strcpy, strcat).Stig Bjørlykke1-33/+34
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2007-04-14fix MacOSX gcc-3.3 warnings about unused tfs/value_string variablesSebastien Tandel1-4/+4