aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-xtp.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unneeded #includes (stdio.h,stdlib.h);Bill Meier2011-02-071-108/+106
* Rename the routines that handle dissector tables with unsigned integerGuy Harris2010-12-201-1/+1
* #include <string.h> not needed.Bill Meier2010-04-061-1/+0
* Remove unneeded #include <stdio.h>Bill Meier2010-04-031-1/+0
* From Jakub Zawadzki:Anders Broman2009-10-251-2/+1
* Don't guard col_clear with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam2009-08-091-2/+1
* From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke2009-06-181-60/+60
* Use some default true_false_string's.Bill Meier2009-04-071-20/+15
* P64 changes: Fix some cases for which size_t is not requiredBill Meier2009-03-221-1/+1
* Fix various typos and spelling errors (mostly in text strings)Bill Meier2008-12-201-1/+1
* Fix typos and spelling (mostly in text strings) Bill Meier2008-12-171-1/+1
* Minor cleanup related to proto_register and proto_reg_handoffBill Meier2008-09-261-11/+3
* #include <prefs.h> not req'dBill Meier2008-08-251-1/+0
* From Shigeo Nakamura (bug 2466):Stig Bjørlykke2008-04-191-0/+1335