aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/Makefile.common
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-06-06 15:22:17 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-06-06 15:22:17 +0000
commitca32dfb6a03cff5b5b6b2ccc323b16c4c67f095e (patch)
tree4722cadcbd0254d9ee7839ad56ed9c529692413b /gtk/Makefile.common
parentae1add1c13fc5a4ac572b140119ba9676381817a (diff)
From Mike Duigou:
a patch which adds support for displaying jxta conversations and endpoints from the 'Statistics' menu. Also adds : - a generated field to Welcome messages to indicate whether this welcome is from the initiator or the receiver. You can filter on this field with 'jxta.welcome.initiator==[0|1]' - Marks the source and destination fields of message added in the last patch as generated fields. (Saw it being done for some other protocol). - Cleans up dissection of Message which used to assume it would dissected more than one set of hdr/message per tvbuff. Now it only attempts to dissect one. - Uses GMemChunk for tap info and for conversation data rather than g_malloc() There's still a major leakage of g_malloc()ed the c-strings which are used in jxta addresses. Any suggestions for how these can be allocated such that they can be freed re-init is called would be appreciated. For address objects whose data ptr doesn't point into a tvbuff it's not clear what the lifecyle of an address object is. - Fixes a bug with filling in the of the transport layer conversation data. >= vs. > svn path=/trunk/; revision=14559
Diffstat (limited to 'gtk/Makefile.common')
-rw-r--r--gtk/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/Makefile.common b/gtk/Makefile.common
index 1a7843e2f7..8cce996720 100644
--- a/gtk/Makefile.common
+++ b/gtk/Makefile.common
@@ -113,6 +113,7 @@ ETHEREAL_TAP_SRC = \
conversations_fddi.c \
conversations_ip.c \
conversations_ipx.c \
+ conversations_jxta.c \
conversations_sctp.c \
conversations_tcpip.c \
conversations_tr.c \
@@ -130,6 +131,7 @@ ETHEREAL_TAP_SRC = \
hostlist_fddi.c \
hostlist_ip.c \
hostlist_ipx.c \
+ hostlist_jxta.c \
hostlist_tcpip.c \
hostlist_tr.c \
hostlist_udpip.c \