aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppi-vector.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-12-24ppi-vector: Fix Dead Store (Dead assignement/Dead increment) Warning found by...Alexis La Goutte1-1/+1
2016-12-16Improve some unit strings with unicode charactersJoão Valverde1-10/+10
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-64/+25
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-4/+4
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-24Convert PPI dissectors to "new style".Michael Mann1-20/+20
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-13Use ENC_LITTLE_ENDIAN when fetching FT_U?INT8 fields ...Bill Meier1-1/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-09-06Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-76/+83
2014-03-07(Benign) Don't use "address-of" operator on arg of VALS() (not that it makes ...Bill Meier1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-12- Forward declaration of register functions.Anders Broman1-0/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2013-02-26Fix spelling/typos found using a list of commonly misspelled words.Bill Meier1-1/+1
2013-01-31Remove some trailing whitespace from 3 field labels (aka names)Bill Meier1-47/+47
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-2/+2
2011-09-21Whitespace cleanup: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-117/+128
2011-07-06Add a URL for the specifications. (No, the Wireshark source code is notGuy Harris1-92/+713
2011-06-22tvb_format_text → tvb_format_stringzpad.Gerald Combs1-1/+1
2011-06-20From Jon Ellch via bug 5175:Gerald Combs1-580/+428
2011-01-06Actually use proto_tree_add_item().Jeff Morriss1-1/+1
2011-01-06There's no need to pass the result of tvb_get_ptr() as the 'value' in proto_t...Jeff Morriss1-7/+9
2010-12-06Fix various typos and spelling errors.Bill Meier1-3/+3
2010-11-19Clean up blurbs a bit. Not much we can do about "Description" - what isGuy Harris1-3/+3
2010-11-19Remove a check_col();Bill Meier1-56/+56
2010-11-18Fix compilation errors: Use FT_DOUBLE and proto_tree_add_double for gdoubles.Bill Meier1-36/+36
2010-11-18From Jon Ellch via bug #5175: Add PPI-GPS protocol dissector patchStephen Fisher1-0/+929