aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppi-gps.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-2/+2
2018-06-05Correctly handle the PPI GPS timestamp fractionJaap Keuter1-6/+7
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-24Convert PPI dissectors to "new style".Michael Mann1-41/+34
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-09-06Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-37/+39
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