aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tte-pcf.c
AgeCommit message (Expand)AuthorFilesLines
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-6/+6
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-3/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-1/+0
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-7/+7
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-10-17From Benjamin Roch via bug 3418:Stig Bjørlykke1-3/+9
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-11-17From Benjamin Roch via. bug 4247:Kovarththanan Rajaratnam1-2/+4
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-01-13Minor changes related to reg_handoff_ & proto_register_Bill Meier1-5/+1
2008-12-10From Benjamin Roch:Jaap Keuter1-0/+226