aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ossp.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-20Remove init of proto variablesStig Bjørlykke1-35/+35
2023-06-21Use `register_dissector()` for more protocolsDavid Perry1-3/+6
2023-04-24Fix more val_to_str()-type callsMartin Mathieson1-1/+1
2022-09-27OSSP: Update ESMC dissection to match current recommendationJaap Keuter1-230/+319
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-04-10Add, and use, "fetch signed value" for lengths < 40 bits.Guy Harris1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-15Add support for BASE_OUIMichael Mann1-13/+7
2016-08-31OSSP: Retrieve OUI at proper offset in packetJaap Keuter1-4/+4
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-05-31Split off the dissectors for 802.3 "slow protocols".Guy Harris1-0/+696