aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ecp-oui.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-20Fix some issues seen by tools/check_typed_item_calls.pyMartin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-21Remove oui_vals value_string and epan/oui.cMichael Mann1-8/+6
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-4/+3
2016-04-18ecp oui: fix 'pinfo' was marked unused but was used [-Werror,-Wused-but-marke...Alexis La Goutte1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-4/+4
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-1/+3
2015-06-07ECP: fix V562 warning reported by PVS-StudioPascal Quantin1-1/+1
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-6/+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-08-18Fix warning: no previous prototype for ... [-Wmissing-prototypes]Alexis La Goutte1-1/+1
2014-06-26convert to proto_tree_add_subtree[_format]Michael Mann1-34/+16
2014-06-01Just have one value_string table for OUIs.Guy Harris1-7/+7
2014-05-02ECP dissector Remove packet-lldp.h dependsAlexis La Goutte1-25/+83
2014-05-02Add modelines infoAlexis La Goutte1-1/+13
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-3/+3
2013-09-09More dissector table UI name changes (a continuation of r51904).Chris Maynard1-1/+2
2013-03-17[-Wmissing-prototypes]Anders Broman1-0/+3
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
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-04-13Patch from Alex Lindberg to update the LLDP dissector to displayGuy Harris1-0/+6
2012-02-28Removed one variable to much.Anders Broman1-1/+2
2012-02-28From Mijo Safradin:Anders Broman1-0/+407