aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2004-09-30 18:09:09 +0000
committerAnders Broman <anders.broman@ericsson.com>2004-09-30 18:09:09 +0000
commit2e0b11edbf38629e266f4f92ef3ca561edcf9053 (patch)
tree8a8699cc685f1a492d32d8741bf2cfb3ddd1cc2f /gtk/Makefile.common
parenta93a3147d9b09e03e706fc036c5a7add2eea44ae (diff)
From Lars Roland:
Having a closer look at the new and very useful H323 Call Analysis feature, I have found some bugs and unnecessarily complicated code for managing the registration of the tap listeners. So I decided to rewrite this part of the source code. This part of the code is much smaller now. Unnecessary and wrong calls of register_ethereal_tap() and register_tap_listener_xxx() have been removed or replaced. I also fixed a bug with RAS Messages. svn path=/trunk/; revision=12149
Diffstat (limited to 'gtk/Makefile.common')
-rw-r--r--gtk/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/Makefile.common b/gtk/Makefile.common
index 2fde48f31f..379e3f4273 100644
--- a/gtk/Makefile.common
+++ b/gtk/Makefile.common
@@ -53,6 +53,7 @@ ETHEREAL_GTK_SRC = \
goto_dlg.c \
gtk_stat_util.c \
gui_prefs.c \
+ h323_analysis.c \
h323_conversations.c \
help_dlg.c \
hostlist_table.c \
@@ -104,7 +105,6 @@ ETHEREAL_TAP_SRC = \
gsm_map_summary.c \
h225_counter.c \
h225_ras_srt.c \
- h323_analysis.c \
h323_conversations_dlg.c \
hostlist_eth.c \
hostlist_fc.c \