aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/CMakeLists.txt
diff options
context:
space:
mode:
authorJirka Novak <j.novak@netsystem.cz>2018-08-30 22:10:58 +0200
committerAnders Broman <a.broman58@gmail.com>2018-08-31 18:22:29 +0000
commit7789326d9e803ec519d3767652dd12554fc046c9 (patch)
tree2d13e8a3a9d0ba8e00f95f6908ead6e782323fc3 /epan/dissectors/CMakeLists.txt
parent589413d8772f1450be9bd4a2550cb99a95f71299 (diff)
RTP ED-137: All RTP ED-137 related code moved to separate file
As ED-137 code is about 50% of RTP dissector, I decided to move it to different file. Change-Id: I690e0292255dd84bc503fbd6ba86f39767f2bd6d Reviewed-on: https://code.wireshark.org/review/29355 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 8e68634f2b..6305e5cf25 100644
--- a/epan/dissectors/CMakeLists.txt
+++ b/epan/dissectors/CMakeLists.txt
@@ -1609,6 +1609,7 @@ set(DISSECTOR_SRC
${CMAKE_CURRENT_SOURCE_DIR}/packet-rtp-events.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-rtp-midi.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-rtp.c
+ ${CMAKE_CURRENT_SOURCE_DIR}/packet-rtp-ed137.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-rtpproxy.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-rtps.c
${CMAKE_CURRENT_SOURCE_DIR}/packet-rtsp.c