aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-epl_v1.c
AgeCommit message (Expand)AuthorFilesLines
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-2/+2
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...wmeier1-28/+28
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...wmeier1-5/+5
2011-08-08Dissectors don't need to #include <gmodule.h>wmeier1-1/+1
2011-03-16From Roland Knall:etxrab1-1/+104
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2009-10-25From Jakub Zawadzki:etxrab1-18/+7
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
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-38/+38
2007-10-23Apply the small performance enhancment patches for:etxrab1-5/+5
2006-09-02From David Buechisahlberg1-0/+569