summaryrefslogtreecommitdiff
path: root/wiretap/wtap.c
diff options
context:
space:
mode:
authorErik de Jong <erikdejong@gmail.com>2017-06-03 17:22:48 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2017-06-03 20:19:15 +0000
commit94847961cb009ae35fc33035f108060a5ef2c40e (patch)
tree275819833479f3f02d301ca47ba843a96f40a34a /wiretap/wtap.c
parent314a9f217d6992bb18e63c8092b1a0d699873d62 (diff)
downloadwireshark-94847961cb009ae35fc33035f108060a5ef2c40e.tar.gz
LoRaTap DLT and dissector
Add support for handling LoRaTap (https://github.com/eriknl/LoRaTap) DLT in wiretap and add dissector for LoRaTap headers. Exposes Syncword for subdissectors to dissect frame payload. Change-Id: Ie4ba2189964376938f45eb3da93f2c3376042e85 Reviewed-on: https://code.wireshark.org/review/21915 Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'wiretap/wtap.c')
-rw-r--r--wiretap/wtap.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/wtap.c b/wiretap/wtap.c
index 2ee507f749..204390be35 100644
--- a/wiretap/wtap.c
+++ b/wiretap/wtap.c
@@ -920,6 +920,9 @@ static struct encap_type_info encap_table_base[] = {
/* WTAP_ENCAP_USB_DARWIN */
{ "Darwin USB", "darwin-usb" },
+
+ /* WTAP_ENCAP_LORATAP */
+ { "LoRaTap", "loratap"},
};
WS_DLL_LOCAL