LoRaWAN: decode as for UDP

Allow decoding of LoRaWAN in UDP payload.

Change-Id: I23df8587b08423dd1c75a060edf87f41b675057b
Reviewed-on: https://code.wireshark.org/review/33924
Petri-Dish: Anders Broman <a.broman58@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
erikdejong 2019-07-13 14:41:58 +02:00 committed by Anders Broman
parent d22db568a0
commit 9baef1f8cb
1 changed files with 1 additions and 0 deletions

View File

@ -1396,6 +1396,7 @@ proto_reg_handoff_lorawan(void)
static dissector_handle_t lorawan_handle;
lorawan_handle = create_dissector_handle(dissect_lorawan, proto_lorawan);
dissector_add_uint("loratap.syncword", 0x34, lorawan_handle);
dissector_add_for_decode_as("udp.port", lorawan_handle);
}
/*