aboutsummaryrefslogtreecommitdiffstats
path: root/ui/Makefile.common
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2014-07-23 13:38:55 -0400
committerGerald Combs <gerald@wireshark.org>2014-07-26 20:59:42 +0000
commit31ecdf5b06bff3bb2e706e840c28c519698e6f67 (patch)
tree71b3e59889e862560412d317df71113f66b094b6 /ui/Makefile.common
parent507d07eda6ad562d4567cf0ee83aa9b03997beca (diff)
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 <gerald@wireshark.org>
Diffstat (limited to 'ui/Makefile.common')
-rw-r--r--ui/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/Makefile.common b/ui/Makefile.common
index d478e25663..e36980afc2 100644
--- a/ui/Makefile.common
+++ b/ui/Makefile.common
@@ -45,7 +45,7 @@ WIRESHARK_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 \
@@ -80,7 +80,7 @@ noinst_HEADERS = \
capture.h \
capture_globals.h \
capture_ui_utils.h \
- conversation_hash.h \
+ conversation_ui.h \
decode_as_utils.h \
export_object.h \
last_open_dir.h \