aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-bpdu.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-08STP: Remove an unused variable.Gerald Combs1-3/+1
2021-10-04to_str: pull scope arg up into tvb_ether_to_strEvan Huus1-6/+6
2020-09-10bpdu: fix some string types.Guy Harris1-2/+2
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2020-01-10Use symbolic values for Cisco's LLC PIDsJoerg Mayer1-5/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-8/+6
2016-08-21LLC/STP (Cisco): Add Cisco Root Link Query PDU (STP)Alexis La Goutte1-0/+3
2016-06-15proto_tree_add_boolean -> proto_tree_add_bitmask_list_valueMichael Mann1-19/+11
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-11-27Remove manual setting of pinfo->current_proto.Michael Mann1-6/+0
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-14/+16
2015-08-17BPDU: Fix some Dead Store (Dead assignement/Dead increment) Warning found by ...Alexis La Goutte1-4/+0
2015-08-13Eliminate proto_tree_add_text from some dissectors.Michael Mann1-66/+100
2015-04-18Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-126/+22
2015-01-20bpdu: Fix minor bug introduced in g188aa9aBill Meier1-1/+1
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-10-04Add editor modelines; Reformat as appropriate.Bill Meier1-243/+256
2014-06-22convert to proto_tree_add_subtree[_format]Michael Mann1-39/+29
2014-04-06Apply found fix-encoding-args.pl errors in the dissector directory.Michael Mann1-10/+10
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-10-22Remove instances of unused 'data_handle' (and of one other handle).Bill Meier1-2/+0
2013-09-30From Peter Paluch via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9160Evan Huus1-5/+146
2013-09-11Change the name of the Cisco HDLC dissector table from chdlctype to chdlc.pro...Chris Maynard1-1/+1
2013-08-31From Andreas Urke via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9088 :Pascal Quantin1-1/+1
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2013-04-01Typo's. That is all.Jaap Keuter1-2/+2
2013-03-15[-Wmissing-prototypes]Anders Broman1-1/+4
2012-12-26Fix a bunch of warnings.Guy Harris1-5/+5
2012-11-28It's not going to pass theGuy Harris1-88/+87
2012-11-28Redo the MSTI stuff a bit, making a copy of total_msti_length at theGuy Harris1-7/+6
2012-11-28Squelch a "may be uninitialized" warning.Guy Harris1-2/+1
2012-11-28Clean up indentation.Guy Harris1-412/+403
2012-11-28Remove an unused variableAnders Broman1-1/+1
2012-11-28From gyanesh:Anders Broman1-70/+239
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-01From Vasu D. Dasari via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7550Alexis La Goutte1-1/+2
2012-07-17From Peter Paluch:Anders Broman1-0/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-61/+53
2011-09-21(Trivial) Remove trailing whitespace from lines for a few files.Bill Meier1-21/+21
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-4/+4
2010-05-10Indentation & whitespace cleanup (including: "4 space tabs" ==> spaces)Bill Meier1-25/+25
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0