aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/CMakeLists.txt
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2019-01-05 01:23:08 +0100
committerHarald Welte <laforge@gnumonks.org>2019-01-05 01:26:33 +0100
commitd9a42f5147c2579674ac2952d4cc2b37e28831e0 (patch)
tree6b8aef7ca31f495cf503b9b9c807a44bf77dbd8a /epan/dissectors/CMakeLists.txt
parent442f621017ddc7c4544881cefd078498d4912d9b (diff)
WIP: Initial dissector for DECT NWK layer
Diffstat (limited to 'epan/dissectors/CMakeLists.txt')
-rw-r--r--epan/dissectors/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/CMakeLists.txt b/epan/dissectors/CMakeLists.txt
index a5c38bb02e..53309acd81 100644
--- a/epan/dissectors/CMakeLists.txt
+++ b/epan/dissectors/CMakeLists.txt
@@ -898,6 +898,7 @@ set(DISSECTOR_SRC
${CMAKE_CURRENT_SOURCE_DIR}/packet-dect.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-dect-aastra.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-dect-dlc.c
+ ${CMAKE_CURRENT_SOURCE_DIR}/packet-dect-nwk.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-devicenet.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-dhcp.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-dhcp-failover.c