From 16b528aaf1176f5cf90cea4bef6ea75b3290ccfc Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Mon, 7 Mar 2011 02:22:48 +0000 Subject: 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 not req'd; - Minor reformatting and whitespace cleanup; svn path=/trunk/; revision=36149 --- epan/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/CMakeLists.txt') 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 -- cgit v1.2.3