From ca32dfb6a03cff5b5b6b2ccc323b16c4c67f095e Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Mon, 6 Jun 2005 15:22:17 +0000 Subject: 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 --- gtk/Makefile.common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/Makefile.common') 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 \ -- cgit v1.2.3