aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-btmesh.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-25Fix lots of spellingsMartin Mathieson1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-1079/+1079
2023-10-14btmesh: Reintroduce column info fixStig Bjørlykke1-5/+5
2023-10-13output of the own (lua-)dissector as root-tree elementmistral131-1/+2
2023-10-12update column before calling subdissectormistral131-1/+1
2023-10-12btmesh: the pinfo column of the own (lua-)dissector was overwritten by the pa...mistral131-1/+1
2023-09-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-2/+2
2023-09-24epan: Convert the UAT API to C99 typesGerald Combs1-3/+3
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-12/+12
2023-04-23More val_to_str()-related fixesMartin Mathieson1-2/+2
2023-01-31More fussing with items and calls.Martin Mathieson1-4/+4
2022-05-09btmesh: More information displayedPiotr Winiarczyk1-5/+10
2022-04-20libgcrypt: Require version 1.8.0John Thacker1-63/+0
2022-01-14BT Mesh: Fix build error when GCRYPT_VERSION_NUMBER >= 0x010600 is falseLin Sun1-0/+2
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-4/+4
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-138/+138
2021-12-05Dissectors should not include stdio.h, unless neededJaap Keuter1-1/+0
2021-11-30btmesh: Add dissectors of sensors opcodesPiotr Winiarczyk1-188/+1817
2021-10-11packet-btmesh: fix build without GCRYPTLin Sun1-1/+2
2021-10-05btmesh: improve scheduler dissectionPiotr Winiarczyk1-62/+104
2021-09-22Fix the lengths of some masks.Martin Mathieson1-12/+12
2021-09-21btmesh: Add mesh models lighting opcodes dissectorPiotr Winiarczyk1-299/+3757
2021-09-20Fix config.h include orderJoão Valverde1-1/+1
2021-08-24btmesh: don't provide stub custom field formatting routines.Guy Harris1-145/+4
2021-08-02btmesh: Add dissectors of scheduler and time opcodesPiotr Winiarczyk1-1/+1123
2021-06-30btmesh: Fix for crash in UAT CBsPiotr Winiarczyk1-40/+48
2021-06-04btmesh: Enhanced messages reassemblyPiotr Winiarczyk1-102/+139
2021-05-20btmesh: Add dissectors of some generic opcodesPiotr Winiarczyk1-3/+1766
2021-04-24btmesh: Fix typo in PDU namePiotr Winiarczyk1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2020-09-24More dissector spelling fixes.Martin Mathieson1-1/+1
2020-08-24Move btmesh frag items inside gcrypt version #ifYehonatan Zecharia1-38/+38
2020-07-07Fix Wpointer-sign warnings.Anders Broman1-3/+3
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1
2020-03-23btmesh: fix typo (Accesss => Access)Alexis La Goutte1-1/+1
2019-10-18BTMesh: Add support for manufacturer-specific opcodesPedro Malagon1-3/+10
2019-06-04btmesh: fix indentation.Dario Lombardo1-19/+19
2019-06-04btmesh: fix compilation with older gcrypt version.Dario Lombardo1-0/+49
2019-06-03BTMESH: Add dissector for Foundation modelsPiotr Winiarczyk1-3/+2994
2019-05-21BTMESH: fix unused compile error without/older GCryptJoakim Karlsson1-4/+0
2019-05-08BT Mesh: Mark a couple of unused parameters.Gerald Combs1-2/+2
2019-05-08BTMESH: Fix for compilation without GCryptPiotr Winiarczyk1-2/+13
2019-05-08btmesh: fix compilation with older gcrypt versions.Dario Lombardo1-0/+4
2019-05-07BTMESH: Add access layer decryptionPiotr Winiarczyk1-76/+1057
2019-04-25BTMESH: Adding defragmentation of messagesPiotr Winiarczyk1-97/+576
2019-03-13Stub version of dissect_btmesh_msg() missing _U_.Jim Young1-1/+1
2019-03-12btmesh: Adding support Proxy Protocol control messagesPiotr Winiarczyk1-133/+133
2019-02-20Expanding Bluetooth Mesh Profile dissectorPiotr Winiarczyk1-3/+5
2019-01-29btmesh: Fix memleaks in UAT handlingStig Bjørlykke1-1/+19