aboutsummaryrefslogtreecommitdiffstats
path: root/epan/CMakeLists.txt
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-03-07 02:22:48 +0000
committerBill Meier <wmeier@newsguy.com>2011-03-07 02:22:48 +0000
commit16b528aaf1176f5cf90cea4bef6ea75b3290ccfc (patch)
treef7915a4d9e3c41c2c81f6de9e46a672d4c2e71af /epan/CMakeLists.txt
parent4d3d029e09eecfd034d8cb04bbe7045446854944 (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; svn path=/trunk/; revision=36149
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