From 31ecdf5b06bff3bb2e706e840c28c519698e6f67 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Wed, 23 Jul 2014 13:38:55 -0400 Subject: Refactor "common" Conversation table functionality. Refactor (non-GUI) conversation table functionality from gtk/Qt to epan. Also refactor "common GUI" conversation table functionality. The idea is to not have to modify the GUI when a dissector adds a new "conversation type" Change-Id: I11f08d0d7edd631218663ba4b902c4a4c849acda Reviewed-on: https://code.wireshark.org/review/3113 Reviewed-by: Gerald Combs --- ui/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/CMakeLists.txt') diff --git a/ui/CMakeLists.txt b/ui/CMakeLists.txt index f0a7919107..5926d905e2 100644 --- a/ui/CMakeLists.txt +++ b/ui/CMakeLists.txt @@ -24,7 +24,7 @@ set(COMMON_UI_SRC alert_box.c capture.c capture_ui_utils.c - conversation_hash.c + conversation_ui.c decode_as_utils.c export_object.c export_object_dicom.c -- cgit v1.2.1