aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lorawan.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-25Fix some spelling errors.Martin Mathieson1-3/+3
2023-01-12E2AP: Use tvb_memcpy instead of memcpy(...tvb_get_ptr())Gerald Combs1-1/+1
2023-01-12LoRaWAN: Use tvb_memcpy instead of memcpy(...tvb_get_ptr())Gerald Combs1-1/+1
2022-11-28LoRaWAN: support for Class-B and v1.0.4 specificationAles Povalac1-350/+879
2022-08-09prefs: More cleanup, auto prefsJohn Thacker1-2/+2
2022-04-20libgcrypt: Require version 1.8.0John Thacker1-19/+0
2021-07-21First pass pinfo->pool conversionEvan Huus1-1/+1
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