aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zbee-security.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-07-21First pass pinfo->pool conversionEvan Huus1-3/+3
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-3/+3
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-5/+5
2018-07-02WSUTIL: create phtole32 and 64 functionsJulien Staub1-12/+5
2018-05-05zbee-security: fix keyring memleaksPeter Wu1-3/+11
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-14/+4
2017-09-17ZigBee: fix buffer overrun in zbee_sec_add_key_to_keyringPeter Wu1-1/+1
2017-09-14ZigBee: implemented a dissector for ZBOSS key dumpdsrsupport1-0/+37
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu1-26/+0
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-10-23ZigBee: fix the first parameter of memcpyPascal Quantin1-1/+1
2016-07-20Convert uses of g_alloced data with tvb_new_child_real_data to use pinfo->poo...Michael Mann1-4/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-22/+2
2016-02-27Zbee (Security): fix 'zbee.sec.key' exists multiple times with NOT compatible...Alexis La Goutte1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-0/+1
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-11-02wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-2/+0
2015-08-10remove some unnecessary if (tree) checksMartin Kaiser1-13/+5
2015-08-10Get rid of trailing white space.Guy Harris1-1/+1
2015-08-10Don't try to decrypt the payload if it was cut short by the snapshot length.Guy Harris1-14/+32
2015-08-10Use the reported length where appropriate.Guy Harris1-11/+15
2015-08-10use the captured length as payload length for zigbee decryptionMartin Kaiser1-4/+2
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-1/+5
2015-01-18Update some comments to reflect reality.Guy Harris1-10/+6
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
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-48/+43
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-09-08ZigBee: fix compilation when building without libgcryptPascal Quantin1-1/+1
2014-09-07Eliminate proto_tree_add_text from some of the dissectors.Michael Mann1-14/+24
2014-06-28convert to proto_tree_add_subtree[_format]Michael Mann1-6/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-30If we don't have libgcrypt, have a stub zbee_sec_ccm_decrypt() routineGuy Harris1-1/+14
2013-12-28Add ZigBee Green Power dissector. Bug 9424 (https://bugs.wireshark.org/bugzi...Michael Mann1-6/+5
2013-12-15Fix some const/ not const warnings.Jakub Zawadzki1-1/+1
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-3/+3