aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppi-gps.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+2
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2013-01-31Use '#if 0 ... #endif' rather than /** ... **/ to comment outBill Meier1-2/+2
2013-01-26Comment out cases of unused hf array entries found by checkhf.Bill Meier1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-07-29Remove unneeded #includes and do other minor cleanup.Bill Meier1-50/+44
2011-06-22tvb_format_text → tvb_format_stringzpad.Gerald Combs1-1/+1
2011-06-20From Jon Ellch via bug 5175:Gerald Combs1-250/+268
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-1/+1
2011-01-10Clean up the blurbs indicated by checkAPIs.Jaap Keuter1-11/+13
2010-11-19Clean up blurbs a bit. Not much we can do about "Description" - what isGuy Harris1-9/+9
2010-11-19Remove a check_col();Bill Meier1-24/+24
2010-11-18From Jon Ellch via bug #5175: Add PPI-GPS protocol dissector patchStephen Fisher1-0/+624