aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-oampdu.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2024-02-07Fix some more spelling errorsMartin Mathieson1-1/+1
2024-01-27Set BASE_NONE for FT_BOOLEAN items with zero maskMartin Mathieson1-2/+2
2023-11-20Remove init of proto variablesStig Bjørlykke1-190/+190
2023-09-26oampdu: give the dgt_set_t a better name.Guy Harris1-2/+2
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-7/+7
2023-06-21Use `register_dissector()` for more protocolsDavid Perry1-3/+4
2023-03-28Some more check_type_item_calls warnings.Martin Mathieson1-7/+7
2023-01-31More fussing with items and calls.Martin Mathieson1-8/+8
2022-12-14OAM: Add support for missing DPoE and 1904.1 attributesPeter Dobransky1-21/+442
2022-12-02Add support for missing DPoE and IEEE 1904.1 OAM attributesPeter Dobransky1-2/+166
2022-08-03Add support for missing DPoE OAM leaf-branch attributesPeter Dobransky1-108/+161
2021-11-05oampdu: Add OAM D-ONU leaves descriptionArkady Gilinsky1-0/+11
2021-08-25oampdu: Improve Queue object parsingArkady Gilinsky1-4/+29
2021-08-02oampdu: Fix and improve queue object parsingArkady Gilinsky1-4/+30
2021-07-16oampdu: Add Network port declaration and it's parsing to GetRequest packetsArkady Gilinsky1-2/+8
2021-07-15wireshark(HEAD): oampdu: Fix: do not stop GetReq packet parsing for Object 0Arkady Gilinsky1-1/+1
2021-07-13oampdu: Fix DPoE get request parsingArkady Gilinsky1-2/+14
2021-03-09oampdu: Fix "Queue Configuration" message parsingArkady Gilinsky1-0/+2
2021-03-09oampdu: Process DPoE GetRequest messages for Link and User Port objectsArkady Gilinsky1-2/+3
2020-10-30OAMPDU: Fix the length of an item.Martin Mathieson1-1/+1
2020-09-13More dissector string spelling fixes.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-5/+5
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-08-24OAMPDU: fix dissection of DPOE TLVKevin A. Noll1-6/+13
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-15Add support for BASE_OUIMichael Mann1-20/+5
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-11/+9
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-26Remove use of APPEND_BOOLEAN_FLAG in favor of proto_tree_add_bitmask_with_flags.Michael Mann1-114/+20
2015-11-18create_dissector_handle -> new_create_dissector_handleMichael Mann1-3/+4
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-26/+6
2014-12-12Change ENC_NA to ENC_BIG_ENDIAN for all fetches of integral type fields.Bill Meier1-43/+43
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-50/+28
2014-07-19use proto_tree_add_item()Martin Kaiser1-218/+122
2014-07-19simplify APPEND_OUI_NAMEMartin Kaiser1-6/+2
2014-07-19remove the NULL check in APPEND_BOOLEAN_FLAGMartin Kaiser1-3/+2
2014-07-19add editor modelinesMartin Kaiser1-842/+855
2014-07-19simplify the tree handling a bitMartin Kaiser1-11/+8
2014-07-19fix bug 9100Martin Kaiser1-26/+30
2014-05-31Fix (legitimate) compiler warning.Guy Harris1-1/+1
2014-05-31Split off the dissectors for 802.3 "slow protocols".Guy Harris1-0/+2781