aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-cfm.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-01-19Fix some duplicate display filter names.cmaynard1-11/+11
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-20Use ENC_NA as proto_tree_add_item() encoding arg for FT_ETHER hf[] field type.wmeier1-11/+11
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-87/+87
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-215/+213
2011-06-24From Peter Nahas:jake1-1/+114
2010-12-23Fix for bug 5517:jake1-1/+2
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2010-10-02Minor cleanup:wmeier1-694/+724
2010-04-06#include <string.h> not needed.wmeier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>wmeier1-1/+0
2010-03-15Declare sip_uri_offset_init() as returning void and remove a couple unused va...morriss1-1/+98
2009-08-09Don't guard col_clear with col_checkkrj1-3/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkkrj1-3/+1
2008-12-18Fix various typos and spelling errors (mostly in text strings)wmeier1-1/+1
2008-08-25prefs.h not req'd; cleanup reg_handoff; wmeier1-8/+3
2007-11-28From Brian W. Antoine:jake1-2/+2
2007-11-21Bug 1994: From Keith Mercer :sake1-17/+26
2007-11-06From Keith Mercer:etxrab1-206/+948
2007-10-13From Keith Mercer :jake1-0/+1053