aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.common
diff options
context:
space:
mode:
authorcbontje <cbontje@gmail.com>2014-03-11 15:46:27 -0600
committerAnders Broman <a.broman58@gmail.com>2014-03-19 05:07:34 +0000
commitfff998d6c1c7d38f3929eaa6e5101683c071744a (patch)
tree93491b6ba28cb6ca6364509a1ceebcda3e3b82c5 /epan/dissectors/Makefile.common
parent04d950130624c14ac8af39c621f69851d8088ed6 (diff)
New Dissector for Landis & Gyr (Telegyr) 8979
Commit includes dissector code for lg8979 as well as additions to RTAC Serial code to call dissector when required. See bug report 9874 for further details and sample pcap files UPDATE1: L&G 8979 commit for addressing comments from Anders and Alexis and added Cmakelists.txt UPDATE2: address further comments from Alexis re. proto_item_set_text / proto_item_add_text entries. Also add modelines UPDATE3: fix compilation error noted by Alexis UPDATE4: address proto_tree_add_* comments from Michael Change-Id: I6e69d2b7b7e91e6efa12e4a5fb7dbd140c0540ed Reviewed-on: https://code.wireshark.org/review/610 Reviewed-by: Michael Mann <mmann78@netscape.net>
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 ec4199fa64..c87ff79bc9 100644
--- a/epan/dissectors/Makefile.common
+++ b/epan/dissectors/Makefile.common
@@ -788,6 +788,7 @@ DISSECTOR_SRC = \
packet-lapsat.c \
packet-ldp.c \
packet-ldss.c \
+ packet-lg8979.c \
packet-lge_monitor.c \
packet-linx.c \
packet-lisp-data.c \