aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl-general.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-23Look into some items where VALS doesn't fit in maskMartin Mathieson1-1/+1
2024-02-07Fix some more spelling errorsMartin Mathieson1-3/+3
2024-01-25Fix more FT_BOOLEAN items with no mask - set len to BASE_NONEMartin Mathieson1-8/+8
2024-01-19Dissectors: remove accidental double-colonsMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-810/+810
2023-11-18dissectors: Remove init of hf and ett variable arraysStig Bjørlykke1-3/+0
2023-11-18dissectors: Use gint for ett variablesStig Bjørlykke1-11/+11
2023-11-17dissectors: Remove init of hf and ett variable arraysStig Bjørlykke1-2/+0
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-47/+47
2023-09-05Fix a couple of value_string issuesMartin Mathieson1-2/+2
2023-03-23Address more warnings from check_typed_item_calls.pyMartin Mathieson1-26/+20
2023-01-03Change some vals entries to equivalent common tfsMartin Mathieson1-57/+38
2022-05-28Zigbee: Touchlink typoDana Sy1-1/+1
2022-05-28Zigbee: Touchlink missing info fieldDana Sy1-0/+14
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-23/+23
2020-10-26Fix some more item lengths.Martin Mathieson1-1/+1
2020-09-28Fix some more wrong filter names.Martin Mathieson1-2/+2
2020-09-07Yet more spelling fixes.Martin Mathieson1-1/+1
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-3/+3
2020-08-15Fix a couple of item bitmasks where bit positions were ommitted in error.Martin Mathieson1-1/+1
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-64/+64
2019-08-13ZigBee OTA: Fix field-control dissection in OTA commandsMartin Boye Petersen1-41/+111
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-11Fix Wpointer-sign warnings.Anders Broman1-40/+40
2019-01-24ZigBee: Changed file offset from BASE_HEX to BASE_DECMartin Boye Petersen1-1/+1
2019-01-23Show manufacturer specific clusterPaul Zander1-3/+3
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-2/+2
2018-08-30Support of ZCL enhancementsPaul Zander1-0/+40
2018-07-22Remove false claims.Guy Harris1-3/+0
2018-05-09zbee-zcl-general: fix typo (CID 1435473).Dario Lombardo1-1/+1
2018-04-21zbee: Changed encoding for zcl command IDsDana Sy1-24/+24
2018-04-19zbee-zcl (general) fix Unused href entry: epan/dissectors/packet-zbee-zcl-gen...Alexis La Goutte1-5/+0
2018-04-19zbee-zcl (general): fix no previous prototype for ‘decode_setpoint’ [-Wmi...Alexis La Goutte1-1/+1
2018-04-16Forbid leading, duplicated and trailing dots in field namesPeter Wu1-14/+14
2018-04-11zbee zcl: fill constant ett arrays at declaration timeMartin Kaiser1-106/+85
2018-04-11zbee_zcl: (trivial) clean up decode_color_xy()Martin Kaiser1-2/+1
2018-04-11Zigbee: Decode the ZCL extension field sets in the scenes cluster.Paul Zander1-6/+285
2018-04-05ZigBee: Allow a different set of attributes for ZCL client and serverKenneth Soerensen1-100/+157
2018-03-29zbee ZCL OTA attribute typo fixDana Sy1-2/+2
2018-03-14Register the ZigBee ZCL cluster with a manufacturer specific code.Paul Zander1-0/+29
2018-03-14Add support for ZigBee ZCL manufacturer specific attributes and commands.Paul Zander1-3/+3
2018-03-09Register and initialize the ZCL clusters in a uniform way.Paul Zander1-201/+58
2018-03-07Add additional dissect information in the ZCL Level Control Cluster.Paul Zander1-1/+37
2018-03-06Use the generic function decode_zcl_time_in_100ms instead of the local zcl_fm...Paul Zander1-8/+2
2018-03-05Add missing ZigBee ZCL Scene cluster commands.Paul Zander1-16/+163
2018-02-27Add ZigBee ZCL Identify cluster command.Paul Zander1-0/+55
2018-02-27Add undefined ZigBee ZCL Power cluster attribute.Paul Zander1-1/+31
2018-02-25Add undefined ZigBee ZCL Basic cluster attribute.Paul Zander1-0/+3
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-22Add Zigbee encoding, ENC_ZIGBEEMichael Mann1-20/+5