aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppi-vector.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, ↵wmeier1-2/+2
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-21Whitespace cleanup:wmeier1-1/+1
Use consistent indentation; Convert "4 space tabs" to spaces; Remove trailing whitespace. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@39082 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-117/+128
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@38259 f5534014-38df-0310-8fa8-9805f1628bb7
2011-07-06Add a URL for the specifications. (No, the Wireshark source code is notguy1-92/+713
a specification.) Put V1 support back, in case there are captures out there with V1 packets and somebody wants to read them. We don't need two identical tests against the minimum length. For an unknown version, just put in a text item for the data, don't append a note to the length field (which is the wrong field to append to in any case). Make routines not used outside this file static. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@37912 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-580/+428
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-01-06Actually use proto_tree_add_item().morriss1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35397 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-06There's no need to pass the result of tvb_get_ptr() as the 'value' in ↵morriss1-7/+9
proto_tree_add_string: just use proto_tree_add_item(). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35396 f5534014-38df-0310-8fa8-9805f1628bb7
2010-12-06Fix various typos and spelling errors.wmeier1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35126 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-19Clean up blurbs a bit. Not much we can do about "Description" - what isguy1-3/+3
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-56/+56
Fix a typo; Minor whitespace cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34971 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-18Fix compilation errors: Use FT_DOUBLE and proto_tree_add_double for gdoubles.wmeier1-36/+36
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34963 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-18From Jon Ellch via bug #5175: Add PPI-GPS protocol dissector patchsfisher1-0/+929
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