aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-nlsp.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus1-8/+8
2020-11-19Fix some more item lengths.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-12-28nlsp: remove logically dead code (CID: 1158979).Dario Lombardo1-6/+0
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-23/+14
2016-07-21Add proto_tree_add_checksum.Michael Mann1-5/+3
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_BIG_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-19/+19
2014-10-02Reformat hf[] entries; Add editor modelines & adjust whitespace.Bill Meier1-159/+428
2014-09-29Remove proto_tree_add_text_valist from dissectors.Michael Mann1-94/+74
2014-09-27Eliminate proto_tree_add_text from some dissectors.Michael Mann1-258/+209
2014-07-04convert to proto_tree_add_subtree[_format]Michael Mann1-33/+10
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-2/+2
2013-08-20Fix clang warnings: Value stored to '[offset|length]' is never read.Chris Maynard1-6/+0
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-100/+46
2012-12-25Add some additional sanity checks.Guy Harris1-0/+4
2012-12-23In nlsp_dissect_clvs(), count len down at the same time we increment theGuy Harris1-5/+5
2012-09-25replaced decode_boolean_bitfield calls with itemized filtersMichael Mann1-10/+20
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-2/+2
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-9/+9
2011-09-19The change in r37371 fixed the clv_tree unused assignment and pointless use, ...Chris Maynard1-1/+5
2011-05-23Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000Bill Meier1-1/+9
2011-01-21Introduce, and start using, tvb_eth_to_str().Jeff Morriss1-21/+21
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-30Use value_string_ext fcns to access two value_string arrays.Bill Meier1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-16/+16
2009-04-07Use some default true_false_string's.Bill Meier1-7/+2
2008-10-31Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-08-05More char -> const char warning fixesJörg Mayer1-5/+5
2005-08-02Fix more "no previous declaration" warningsJörg Mayer1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1659