aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl-se.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-01ZigBee: Add remaining attributes from Smart Energy Device Management clusterKenneth Soerensen1-8/+472
2018-04-25ZigBee: Place SE cluster attributes correctly in ZCL client and serverKenneth Soerensen1-181/+60
2018-04-05ZigBee: Allow a different set of attributes for ZCL client and serverKenneth Soerensen1-99/+137
2018-03-30ZigBee: Do not use value_string_ext for small arraysKenneth Soerensen1-6/+3
2018-03-14Register the ZigBee ZCL cluster with a manufacturer specific code.Paul Zander1-0/+14
2018-03-09Register and initialize the ZCL clusters in a uniform way.Paul Zander1-98/+42
2018-02-26zbee zcl se: fix duplicate entryAlexis La Goutte1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-27Reset file permissionsJaap Keuter1-0/+0
2018-01-25ZigBee: Fix change 25456 - Wrong attribute ID correctedKenneth Soerensen1-1/+1
2018-01-25ZigBee: Add remaining attributes from Smart Energy Prepayment clusterKenneth Soerensen1-12/+86
2018-01-22ZigBee: Add a preference to choose ZigBee Smart Energy version used for disse...Martin Boye Petersen1-9/+12
2018-01-07ZigBee: Enable heuristic dissection of Tunneling cluster payloadKenneth Soerensen1-16/+19
2017-12-30ZigBee: Add remaining attributes from Smart Energy Price clusterKenneth Soerensen1-1/+1001
2017-12-01ZigBee: Correct Smart Energy Publish Block Thresholds and endianessKenneth Soerensen1-8/+13
2017-11-28ZigBee: Add remaining attributes from Smart Energy Metering clusterKenneth Soerensen1-3/+731
2017-11-23ZigBee ZCL Price Cluster dissectorIvan Ermakov1-36/+1957
2017-11-22ZigBee ZCL Calendar Cluster dissectorIvan Ermakov1-20/+756
2017-11-22Add Zigbee encoding, ENC_ZIGBEEMichael Mann1-85/+19
2017-11-22ZigBee ZCL DRLC Cluster dissectorIvan Ermakov1-0/+240
2017-11-22ZigBee ZCL Energy Management Cluster dissectorIvan Ermakov1-0/+229
2017-11-18ZigBee ZCL Device Management Cluster dissectorIvan Ermakov1-0/+300
2017-11-05zbee zcl se: Fix Dead Store (Dead assignement/Dead increment) Warning found b...Alexis La Goutte1-1/+1
2017-11-02ZigBee ZCL Sub-Ghz Cluster dissectorIvan Ermakov1-0/+257
2017-11-01ZigBee ZCL Keep-Alive Cluster DissectorIvan Ermakov1-0/+153
2017-11-01ZigBee ZCL MDU Pariring Cluster dissectorIvan Ermakov1-0/+316
2017-10-17ZCL SE Octet Strings: Dissect zcl se octet strings as length and dataMartin Boye Petersen1-43/+95
2017-10-02ZCL Events Dissector: Increase number of subtreesMartin Boye Petersen1-4/+3
2017-09-28ZigBee ZCL SE comments: Fixed comments and descriptions in ZCL SE.Martin Boye Petersen1-33/+32
2017-09-26ZigBee ZCL SE Events: Dissect commands within ZCL SE Events ClusterMartin Boye Petersen1-10/+304
2017-09-26ZigBee PP Dissector: Increase number of subtreesMartin Boye Petersen1-2/+2
2017-09-23ZigBee ZCL SE Metering: Dissect functional notification flags and notificatio...Martin Boye Petersen1-7/+602
2017-09-05ZigBee ZCL SE PP: Subtrees not registered and dissect errorMartin Boye Petersen1-13/+49
2017-07-17ZigBee: Implemented zigbee zcl prepay dissectorMartin Boye Petersen1-11/+987
2017-07-11Zbee ZCL se: fix typo found by conflict hfAlexis La Goutte1-1/+1
2017-07-01ZigBee: Add attribute and command names from Price used with GBCSKenneth Soerensen1-0/+398
2017-06-30ZigBee: Add remaining command names from Metering clusterKenneth Soerensen1-2/+22
2017-06-30ZigBee: Add attribute and command names from Calendar clusterKenneth Soerensen1-0/+279
2017-06-30ZigBee: Add remaining command names from Prepayment clusterKenneth Soerensen1-1/+9
2017-06-19zbee-zcl-se: Implemented zigbee zcl se metering dissectorMartin Boye Petersen1-10/+417
2017-06-13time() is a system routine; don't call a variable by that name.Guy Harris1-5/+6
2017-06-13fixed integer overflow in zigbee timestamp conversionMartin Boye Petersen1-5/+5
2017-05-22ZigBee: Add attribute and command names from Events clusterKenneth Soerensen1-0/+234
2017-05-18ZigBee: Fix proto_tree_add_item wrong last argumentKenneth Soerensen1-10/+10
2017-04-18ZigBee: Use value_string_ext and VALUE_STRING macrosKenneth Soerensen1-617/+390
2017-03-16ZigBee: Add attribute and command names from Prepayment used with GBCSKenneth Soerensen1-0/+319
2017-01-30ZigBee: Add attribute and command names from Metering used with GBCS.Kenneth Soerensen1-13/+566
2016-02-27Zbee (zcl se): fix 'zbee_zcl_se.ke.cert.type' exists multiple times with NOT ...Alexis La Goutte1-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-22Zbee(zc): Changing comment format(javadoc=>Doxygen)Rishi Dev Singh1-462/+234