aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorJan-Hendrik Bolte <jabolte@uos.de>2015-07-20 14:37:49 +0200
committerAnders Broman <a.broman58@gmail.com>2015-08-07 08:52:19 +0000
commit0c9998ddfdb425fef2a43badb09690ef2a8e73ce (patch)
treed91eaf1f8527a16a86ead6bdf35530ce727db32b /epan/dissectors/Makefile.common
parent4557c17f7aad5e26fb840ea90e51de9dabf94e68 (diff)
Add dissector for MQTT-SN v1.2
Bug: 11388 Change-Id: I5d961b19132a9904080e9494467826d15659c54e Reviewed-on: https://code.wireshark.org/review/9711 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/Makefile.common')
-rw-r--r--epan/dissectors/Makefile.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/Makefile.common b/epan/dissectors/Makefile.common
index f6d199354d..7fbcbc0363 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -927,6 +927,7 @@ DISSECTOR_SRC = \
packet-mq-pcf.c \
packet-mq.c \
packet-mqtt.c \
+ packet-mqtt-sn.c \
packet-mrcpv2.c \
packet-mrdisc.c \
packet-mrp-mmrp.c \