aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2010-10-18 16:15:12 +0000
committerBill Meier <wmeier@newsguy.com>2010-10-18 16:15:12 +0000
commit13b8efbf25ca436ce81eb153743a1f850a45173f (patch)
tree4cf331b0853cbaad6042f0159b256a52a9317c39 /epan/CMakeLists.txt
parentb0ab72ac70e17b7897a3d8cb854a1b0eaa5a3338 (diff)
From Holger Grandy: ETCH dissector
See: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5095 From me: Fix a bug in add_symbol which caused occasional Wireshark crashes; Add additional checking during parse of symbol hash file; Improve "directory not found" error message; Do misc code cleanup and simplification. svn path=/trunk/; revision=34558
Diffstat (limited to 'epan/CMakeLists.txt')
-rw-r--r--epan/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/CMakeLists.txt b/epan/CMakeLists.txt
index 1c99af50b3..6e44defc70 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -527,6 +527,7 @@ set(DISSECTOR_SRC
dissectors/packet-erf.c
dissectors/packet-esio.c
dissectors/packet-esis.c
+ dissectors/packet-etch.c
dissectors/packet-eth.c
dissectors/packet-etherip.c
dissectors/packet-ethertype.c