aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-zdp.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-31Fix more spellings - mostly commentsMartin Mathieson1-14/+14
2023-11-25Fix some item filtersMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-174/+174
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-1/+1
2023-06-26More checking labels vs filterMartin Mathieson1-1/+1
2023-04-13ZigBee: Add dissectors for r23 stuffStepan Chernousov1-3/+166
2023-01-07ZDP: Sanitize UTF-8 stringJoão Valverde1-6/+8
2022-12-15Zbee ZDP: Fix UTF-8 string invalid truncationJoão Valverde1-11/+7
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-4/+4
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-5/+5
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-3/+3
2021-05-30fixed typoChris Brandson1-2/+2
2021-05-30fixed whitespace issuesChris Brandson1-2/+2
2021-05-30Added expert info to mark depreciated Zigbee ZDO commands and madeChris Brandson1-1/+64
2021-01-26Make some symbols static or delete them.Martin Mathieson1-15/+5
2020-10-04Last batch of filter field string fixes.Martin Mathieson1-2/+2
2020-09-28Fix some more wrong filter names.Martin Mathieson1-1/+1
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-3/+3
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
2019-07-16Don't just grab raw string data with tvb_memcpy().Guy Harris1-3/+3
2019-01-23Show manufacturer specific clusterPaul Zander1-3/+3
2019-01-09zbee: zbee_zdp.profile wrong data typeDana Sy1-1/+1
2018-12-02ZigBee: Correct unsolicited nwk update notifyKenneth Soerensen1-4/+4
2018-12-02ZigBee: Classify mgmt_nwkupdate as notify instead of requestKenneth Soerensen1-5/+5
2018-12-01ZigBee: Use ZDP Status for IEEE Joining List ResponseKenneth Soerensen1-5/+0
2018-06-08Show the names of the profile, device and cluster in the simple descriptor re...Paul Zander1-5/+70
2018-04-11ZigBee: MGMT Unsolicited Enh NWKUpdate dissectorDana Sy1-0/+14
2018-04-05ZigBee: ZDP MGMT NWK Enhanced update notifyDana Sy1-0/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-23zbee_parse_uint -> proto_tree_add_item[_ret_uint]Michael Mann1-68/+35
2017-11-22ZigBee ZDP cluster displayIvan Ermakov1-1/+1
2017-07-18ZigBee cleanup minor errorsChris Brandson1-5/+5
2016-10-19ZigBee ZDO dissector: fix for r21 in column description in ZDO Node Desc Resp.dsrsupport1-2/+2
2016-10-16ZigBee MAC and ZDO dissectors: put useful information into column description...dsrsupport1-2/+8
2016-07-23ZigBee: implement dissector for Parent_Annce_rsp; minor fixesdsrsupport1-1/+10
2016-06-23ZigBee updated ZDO support to comply with R22Chris Brandson1-5/+89
2016-06-01ZigBee ZDO: fix parse of ZDO Node Descriptor Response.dsrsupport1-0/+6
2016-05-23zigbee zdp: There are 32 bits in a guint32.Martin Kaiser1-2/+2
2016-05-22Revert "zigbee zdp: remove some misleading casts"Martin Kaiser1-15/+15
2016-05-22zigbee zdp: remove some misleading castsMartin Kaiser1-15/+15
2016-05-22zigbee zdp: remove some unnecessary NULL checksMartin Kaiser1-46/+40
2016-04-15802.15.4 added new ZigBee R22 status codesChris Brandson1-98/+101
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-8/+2
2015-12-26ZigBee: Implement ZDO Parent Annce according to r21dsrsupport1-0/+4
2015-12-25ZigBee: Implement r21 Stack Compliance Revision in Node Descriptordsrsupport1-0/+6
2015-12-25ZigBee ZDO: Fix Mgmt_Leave fieldsdsrsupport1-2/+2
2015-12-23Zigbee(zdp): Changing Comment format.(javadocs=>Doxygen)Rishi Dev Singh1-248/+124
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-05-27Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-90/+93