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, ↵wmeier1-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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39426 f5534014-38df-0310-8fa8-9805f1628bb7
2011-09-21Fix ex "modeline" so it works;wmeier1-1/+1
See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5748 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39081 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-29Remove unneeded #includes and do other minor cleanup.wmeier1-50/+44
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38259 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-22tvb_format_text → tvb_format_stringzpad.gerald1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37754 f5534014-38df-0310-8fa8-9805f1628bb7
2011-06-20From Jon Ellch via bug 5175:gerald1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37733 f5534014-38df-0310-8fa8-9805f1628bb7
2011-04-21Fix Dead Store (Dead nested assignment) Warning found by Clang alagoutte1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36758 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-10Clean up the blurbs indicated by checkAPIs.jake1-11/+13
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35449 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-19Clean up blurbs a bit. Not much we can do about "Description" - what isguy1-9/+9
it a description *of*? git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34978 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-19Remove a check_col();wmeier1-24/+24
Fix a typo; Minor whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34971 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-18From Jon Ellch via bug #5175: Add PPI-GPS protocol dissector patchsfisher1-0/+624
Minor changes by me as detailed in the bug's comment #8. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34956 f5534014-38df-0310-8fa8-9805f1628bb7