aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppi-sensor.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-32/+32
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
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-28/+26
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-09-06Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-33/+34
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-5/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-11/+11
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-1/+1
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-1/+1
2011-09-21Fix ex "modeline" so it works;Bill Meier1-1/+1
2011-08-16More misspellings of "unknown", for bug 6244.Guy Harris1-1/+1
2011-07-29Remove unneeded #includes and do other minor cleanup.Bill Meier1-16/+26
2011-06-22tvb_format_text → tvb_format_stringzpad.Gerald Combs1-1/+1
2011-06-20Fix a type.Gerald Combs1-1/+1
2011-06-20From Jon Ellch via bug 5175:Gerald Combs1-0/+565