aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lorawan.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-5/+5
2019-10-09LoraWan: fixed downlink decryptionAchuthan Paramanathan1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-13LoRaWAN: decode as for UDPerikdejong1-0/+1
2019-01-01lorawan: fix this condition has identical branches [-Wduplicated-branches]Alexis La Goutte1-2/+0
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-09LoRaTap/LoRaWAN: Add decode as and fix field typesErik de Jong1-4/+4
2017-10-16lorawan: Fix Join Request and Join AcceptStig Bjørlykke1-5/+36
2017-06-15Add a comment indicating what releasw we're testring for.Guy Harris1-3/+3
2017-06-14packet-lorawan.c: get_encryption_keys_app_eui must be included in GCRYPT_VERS...Michael Mann1-1/+1
2017-06-14LoRaWAN: Use proto_tree_add_checksum for MIC verificationErik de Jong1-37/+51
2017-06-13Don't use frame_length at all if we don't have libgcrypt >= 1.6.0 and encrypt...Guy Harris1-2/+1
2017-06-13Don't assume we have the libgcrypt MAC functions.Guy Harris1-3/+14
2017-06-12Dissector for LoRaWANErik de Jong1-0/+1371