aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-07 02:22:48 +0000
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>2011-03-07 02:22:48 +0000
commit8b0447eea275b0684e1d638d086e78d6c17c1530 (patch)
treef7915a4d9e3c41c2c81f6de9e46a672d4c2e71af /epan/CMakeLists.txt
parent339ad97c6e11936ea17224ae48b8d72ccf949185 (diff)
From Martin Kaiser: dissector for DVB-CI (Common Interface)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5654 From me: - Entry for DVBCI added to wtap.c encap_table_base[]; - Some code simplification with respect to the use of col_...() for COL_INFO; - Certain tests for "enough bytes available" not really needed; - (Other minor tweaks); - #include<stdio.h> not req'd; - Minor reformatting and whitespace cleanup; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@36149 f5534014-38df-0310-8fa8-9805f1628bb7
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 0c1760f68e..bb1f91d984 100644
--- a/epan/CMakeLists.txt
+++ b/epan/CMakeLists.txt
@@ -511,6 +511,7 @@ set(DISSECTOR_SRC
dissectors/packet-dtp.c
dissectors/packet-dtpt.c
dissectors/packet-dua.c
+ dissectors/packet-dvbci.c
dissectors/packet-dvmrp.c
dissectors/packet-e100.c
dissectors/packet-e164.c