aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-20 18:35:45 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2014-01-20 18:35:45 +0000
commitd2410336b8539d65fae563aa919032c4ce2f77b2 (patch)
treecfea27605a5aee4438c62c254017eed04b3e23e4 /epan/dissectors/Makefile.common
parentc80e021e6f40f498db163d1bb4e63269f1c32129 (diff)
From Lubos via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9638
New Dissector For Lightweight Mesh protocol A dissector for ATMEL Lightweight Mesh protocol (lwm). The protocol is carried on the top of 802.15.4 frame. From me: * Add Modelines info * Fix indent (use 4 spaces) * Remove trailing whitespace svn path=/trunk/; revision=54856
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 0b8275f9f8..2312dc47d3 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -800,6 +800,7 @@ DISSECTOR_SRC = \
packet-lsc.c \
packet-ltp.c \
packet-lwapp.c \
+ packet-lwm.c \
packet-lwres.c \
packet-m2pa.c \
packet-m2tp.c \