aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cfm.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-22CFM: Unindent dissector code by restructuring loop conditionsJaap Keuter1-317/+331
2022-02-28CFM: clean up proto_item encoding, white space and some comments.Jaap Keuter1-284/+274
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-2/+2
2022-01-11CFM: Add 1SL PDU dissectionJaap Keuter1-0/+63
2022-01-09CFM: Add CSF PDU dissectionJaap Keuter1-1/+74
2020-08-30More spelling fixes, start of second pass of dissectors.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-04MPLS: link CFM to designated G-ACh channel typeJaap Keuter1-1/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-15Add support for BASE_OUIMichael Mann1-19/+7
2017-08-27cfm: fix 'pinfo' was marked unused but was used [-Wused-but-marked-unused]Alexis La Goutte1-1/+1
2017-06-29Added General Notification Message opcode to CFMGabor Vaszkun1-0/+105
2016-10-18Fix typo.Guy Harris1-1/+1
2016-05-03Decode OUI as Ethernet Vendor ID.Joerg Mayer1-9/+22
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-13register_dissector -> new_register_dissectorMichael Mann1-2/+3
2015-06-23CFM: fix CFM Type Test signal (TST) without CRC dissectionJustinKu1-1/+1
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-11-12Add Decode As functionality for MPLS PW Associated Channel Type.Michael Mann1-0/+1
2014-09-26CFM: display MEP ID in decimal in OAM Y.1731 Synthetic Loss Message and Reply...Pascal Quantin1-8/+8
2014-09-11packet-cfm.c: Update some comments; Add editor modelines.Bill Meier1-11/+21
2014-09-11packet-cfm.c: Fix Bug 10385: "Ethernet OAM (CFM) frames including TLV's are w...Bill Meier1-1/+1
2014-06-24convert to proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-03From Andreas Urke via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9091 :Pascal Quantin1-43/+86
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-3/+3
2013-07-03Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-13/+10
2013-03-15[-Wmissing-prototypes]Anders Broman1-0/+3
2012-11-07Get rid of a non ASCII char.Anders Broman1-1/+1
2012-11-07From Wim Leflere:Anders Broman1-17/+114
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 FSF address - part II.Jakub Zawadzki1-1/+1
2012-01-19Fix some duplicate display filter names.Chris Maynard1-11/+11
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-11/+11
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-87/+87
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-215/+213
2011-06-24From Peter Nahas:Jaap Keuter1-1/+114
2010-12-23Fix for bug 5517:Jaap Keuter1-1/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-02Minor cleanup:Bill Meier1-694/+724
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2010-03-14From Robert Dickerson:Jaap Keuter1-1/+98
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
2008-12-18Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-08-25prefs.h not req'd; cleanup reg_handoff; Bill Meier1-8/+3
2007-11-28From Brian W. Antoine:Jaap Keuter1-2/+2