aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zcl-ha.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2018-10-19zbee-zcl: register several ett variables.Jeff Morriss1-0/+6
2018-04-21zbee: Changed encoding for zcl command IDsDana Sy1-4/+4
2018-04-05ZigBee: Allow a different set of attributes for ZCL client and serverKenneth Soerensen1-7/+12
2018-03-14Register the ZigBee ZCL cluster with a manufacturer specific code.Paul Zander1-0/+4
2018-03-09Register and initialize the ZCL clusters in a uniform way.Paul Zander1-16/+8
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-04-13zbee zcl: fix conflicting entry in its value_stringAlexis La Goutte1-1/+1
2015-12-22Zbee(zc): Changing comment format(javadoc=>Doxygen)Rishi Dev Singh1-269/+126
2015-12-12Increase ZBEE_ZCL_APPL_EVTALT_NUM_STRUCT_ETT to match ZBEE_ZCL_APPL_EVTALT_CO...Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-4/+4
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-8/+8
2015-02-18Add a CF_FUNC macro for casting BASE_CUSTOM functions.Gerald Combs1-1/+1
2015-01-15ZigBee: packet scope memory cannot be used for BASE_CUSTOM callbacksPascal Quantin1-1/+4
2015-01-11Rename the FT_BYTES separator types to SEP_ from BASE_.Guy Harris1-1/+1
2015-01-04Create BASE_DOT, BASE_DASH, and BASE_SEMICOLON types for the FT_BYTES field t...Michael Mann1-4/+2
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-17Fixed bug in ZigBee (zbee) decryption, added Key Establishment cluster and mo...Chris Brandson1-157/+17
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-07Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-5/+3
2014-07-12proto_register_zbee_zcl_appl_evtalt: correct formattingРоман Донченко1-4/+2
2014-06-28Remove unused variables post commit 7bf6862ecf0d0a508bf097f3b52d07bd19128272Graham Bloice1-1/+0
2014-06-28convert to proto_tree_add_subtree[_format]Michael Mann1-12/+6
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-2/+2
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-2/+2
2014-06-16Convert a bunch of time_to_str functions to wmemEvan Huus1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-17From Fabio Tarabelloni via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Pascal Quantin1-3/+3
2013-12-26Bugfix attribute id parsing in zbee dissectors. Bug 9566 (https://bugs.wires...Michael Mann1-12/+9
2013-12-19Rename more to_str functions to have ep_ in the name if they return ephemeralEvan Huus1-1/+1
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-1/+1
2013-12-17From Fabio Tarabelloni via https://bugs.wireshark.org/bugzilla/show_bug.cgi?i...Alexis La Goutte1-17/+76
2013-12-09Reject the packet if data is NULL.Chris Maynard1-4/+16
2013-12-07- Make local functions static.Anders Broman1-0/+9
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-24Have ZigBee dissectors pass data through subdissector parameter instead of us...Michael Mann1-8/+12
2013-09-10Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9128 :Pascal Quantin1-2/+4
2013-07-01A better fix than r50278.Chris Maynard1-36/+32
2013-07-01Realized that Coverity would have still complained about "explicit null deref...Chris Maynard1-46/+53
2013-07-01Use tvb_reported_length_remaining() instead of tvb_length_remaining().Chris Maynard1-13/+15
2013-07-01Fix Coverity CID 1040370 (Explicit null dereferenced) by removing the if (tre...Chris Maynard1-46/+38
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-4/+4
2013-06-28From Fabio Tarabelloni viaEvan Huus1-0/+1511