aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppi-antenna.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+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-46/+40
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-06Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-45/+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/+1
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-3/+3
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-07-29Remove unneeded #includes and do other minor cleanup.Bill Meier1-49/+52
2011-06-22tvb_format_text → tvb_format_stringzpad.Gerald Combs1-2/+2
2011-06-20From Jon Ellch via bug 5175:Gerald Combs1-205/+243
2011-01-06There's no need to pass the result of tvb_get_ptr() as the 'value' in proto_t...Jeff Morriss1-13/+3
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-5/+5
2010-11-19Remove a check_col();Bill Meier1-3/+3
2010-11-18Fix compilation errors: Use FT_DOUBLE and proto_tree_add_double for gdoubles.Bill Meier1-6/+6
2010-11-18From Jon Ellch via bug #5175: Add PPI-GPS protocol dissector patchStephen Fisher1-0/+535