aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-udld.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-19/+19
2023-09-19Use `register_dissector()` for more protocolsDavid Perry1-3/+3
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-4/+4
2020-04-13Standardise IETF RFC and Draft URLs in dissectors.Martin Mathieson1-1/+1
2020-01-10Use symbolic values for Cisco's LLC PIDsJoerg Mayer1-3/+2
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-30UDLD: Use correct flag bitsJaap Keuter1-2/+2
2016-09-18UDLD has been an informational RFC for a whileJoerg Mayer1-19/+19
2016-07-21Add proto_tree_add_checksum.Michael Mann1-1/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-4/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+5
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-3/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-178/+191
2014-09-08Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-35/+56
2014-07-07convert to proto_tree_add_subtree[_format]Michael Mann1-11/+8
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-10- Forward declaration of register functions.Anders Broman1-0/+3
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-1/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-4/+2
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
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-2/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-6/+6
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-2/+2
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2009-11-09Put flags subtree under correct element.Stig Bjørlykke1-1/+1
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
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-8/+8
2007-01-18Filled in missing hf entries.Martin Mathieson1-0/+8
2006-10-12Adding initial version of UDLD dissectorJaap Keuter1-0/+296