aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl-general.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-15ZigBee ZCL: Add additional On/Off cluster commandsBrenton Rothchild1-11/+181
2017-08-18ZigBee scenes cluster scene valid attribute displaying incorrect bitChris Brandson1-3/+3
2017-08-05ZigBee: fix OTA File Version bitfieldJohn Keeping1-4/+4
2017-07-20ZigBee: Add touchlink commissioning dissectors.Owen Kirby1-0/+811
2017-07-18ZigBee cleanup minor errorsChris Brandson1-1/+1
2017-06-19Remove unnecessary volatile qualifiersAhmad Fatoum1-4/+4
2017-04-13zbee zcl: fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2017-03-16ZigBee ZCL General: fix a typoPascal Quantin1-1/+1
2017-01-26ZigBee: fix endian for File Version field in OTAdsrsupport1-1/+6
2016-10-21ZigBee Green Power: add dissector for Sink Commissioning Mode cmdVladlen Popov1-0/+82
2016-10-20ZigBee Green Power: add dissectors for some GP Cluster attributesVladlen Popov1-11/+568