aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppi-gps.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, ↵Bill Meier1-1/+1
FT_STRINGZ, FT_UINT_STRING as follows: 1. If there's no character encoding (ENC_ASCII, ...) specified then use ENC_ASCII. 2. For all but FT_UINT_STRING, always use ENC_NA (replacing any existing True/1/FALSE/0 /ENC_BIG_ENDIAN/ENC_LITTLE_ENDIAN). svn path=/trunk/; revision=39426
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 svn path=/trunk/; revision=39081
2011-07-29Remove unneeded #includes and do other minor cleanup.Bill Meier1-50/+44
svn path=/trunk/; revision=38259
2011-06-22tvb_format_text → tvb_format_stringzpad.Gerald Combs1-1/+1
svn path=/trunk/; revision=37754
2011-06-20From Jon Ellch via bug 5175:Gerald Combs1-250/+268
Please see the attached patch which updates the ppi-geolocation support to v2.0 of the specification. This iteration adds a new tag (sensor) and removes support for velocity/acceleration from the vector tag. Most of the changes center on the Vector tag. Everything that takes place elsewhere is cosmetic. I ran this iteration through fuzz-test and check-APIs just like last time. From me: Replace tvb_get_ephemeral_string with tvb_format_text. Move dissector registration to the bottom of each file. svn path=/trunk/; revision=37733
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang Alexis La Goutte1-1/+1
svn path=/trunk/; revision=36758
2011-01-10Clean up the blurbs indicated by checkAPIs.Jaap Keuter1-11/+13
svn path=/trunk/; revision=35449
2010-11-19Clean up blurbs a bit. Not much we can do about "Description" - what isGuy Harris1-9/+9
it a description *of*? svn path=/trunk/; revision=34978
2010-11-19Remove a check_col();Bill Meier1-24/+24
Fix a typo; Minor whitespace cleanup. svn path=/trunk/; revision=34971
2010-11-18From Jon Ellch via bug #5175: Add PPI-GPS protocol dissector patchStephen Fisher1-0/+624
Minor changes by me as detailed in the bug's comment #8. svn path=/trunk/; revision=34956