aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dec-bpdu.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-26Remove use of APPEND_BOOLEAN_FLAG in favor of proto_tree_add_bitmask_with_flags.Michael Mann1-35/+7
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2014-12-22First batch of unincludes. Last attempt...Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-1/+1
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+3
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-04-26Whitespace cleanup: Indentation, trailing, ...Bill Meier1-167/+167
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.Bill Meier1-2/+2
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-18/+16
2011-06-19Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-3/+0
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-3/+3
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-11-17Remove the address operator from value_string arrays fed to VALS()Gerasimos Dimitriadis1-2/+2
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-17/+17
2009-04-07Use some default true_false_string's.Bill Meier1-8/+3
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-2/+2
2004-08-06From Albert Chin: rename resolv.{ch} to addr_resolv.{ch}, so that anGuy Harris1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+300