aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-lorawan.c
AgeCommit message (Expand)AuthorFilesLines
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