aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xtp.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-19Fix a duplicate display filter name.Chris Maynard1-1/+1
2012-01-13Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2011-12-28Fix memory leaks involving tvb_get_string[z]().Chris Maynard1-0/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-08-08Fix Coverity CID 1242: Pointer "ti" returned by proto_tree_add_uint64() is ne...Chris Maynard1-1/+1
2011-07-18Fix gcc 4.6 "set but not used [-Wunused-but-set-variable]" warnings.Bill Meier1-4/+2
2011-05-23Fix various benign cases of Coverity [UNUSED]: 996,995,956,936,899,1133,1000Bill Meier1-3/+0
2011-05-05packet-xtp.h used only in packet-xtp.c; Move packet-xtp.h contents to packet-...Bill Meier1-1/+129
2011-05-05Don't assign to unused variable: Coverity 1132 [UNUSED].Bill Meier1-2/+2
2011-02-07Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier1-108/+106
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2010-04-06#include <string.h> not needed.Bill Meier1-1/+0
2010-04-03Remove unneeded #include <stdio.h>Bill Meier1-1/+0
2009-10-25From Jakub Zawadzki:Anders Broman1-2/+1
2009-08-09Don't guard col_clear with col_checkKovarththanan Rajaratnam1-2/+1
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-60/+60
2009-04-07Use some default true_false_string's.Bill Meier1-20/+15
2009-03-22P64 changes: Fix some cases for which size_t is not requiredBill Meier1-1/+1
2008-12-20Fix various typos and spelling errors (mostly in text strings)Bill Meier1-1/+1
2008-12-17Fix typos and spelling (mostly in text strings) Bill Meier1-1/+1
2008-09-26Minor cleanup related to proto_register and proto_reg_handoffBill Meier1-11/+3
2008-08-25#include <prefs.h> not req'dBill Meier1-1/+0
2008-04-19From Shigeo Nakamura (bug 2466):Stig Bjørlykke1-0/+1335