aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.am
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2016-07-21 09:55:03 +0200
committerAnders Broman <a.broman58@gmail.com>2016-07-22 06:57:54 +0000
commit7844a118cf1cb99fc170f3654e96108d2cd49150 (patch)
tree836b61b03e817def8010a1e4a24c471e4bdf19f9 /epan/dissectors/Makefile.am
parent53de2c23783788d92dc17d3dccfdc8b65ab0bf74 (diff)
Add Nordic semiconductors dissector to read files produced by their BTLE
sniffer. Code downloaded from https://www.nordicsemi.com/eng/Products/Bluetooth-low-energy/nRF-Sniffer and cleaned up and modified to comple with current Wireshark version. Bug 12637 Change-Id: Ic73122f35039b4245d6219b825a28c10f22f36ad Reviewed-on: https://code.wireshark.org/review/16569 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/Makefile.am')
-rw-r--r--epan/dissectors/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.am b/epan/dissectors/Makefile.am
index 5d641c167c..0c18f594a9 100644
--- a/epan/dissectors/Makefile.am
+++ b/epan/dissectors/Makefile.am
@@ -1002,6 +1002,7 @@ DISSECTOR_SRC = \
packet-nlsp.c \
packet-nntp.c \
packet-noe.c \
+ packet-nordic_ble.c \
packet-nsip.c \
packet-nsh.c \
packet-nsrp.c \