aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cfm.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-21Bug 1994: From Keith Mercer :Sake Blok1-17/+26
2007-11-06From Keith Mercer:Anders Broman1-206/+948
2007-10-13From Keith Mercer :Jaap Keuter1-0/+1053