aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/conversations_jxta.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2005-06-20 20:14:22 +0000
committerAnders Broman <anders.broman@ericsson.com>2005-06-20 20:14:22 +0000
commit2ab0496a7204c1bb149bd95bdb0644a565ec5270 (patch)
treeffe63e21c8d8b33b2d6d40bb6c02c448b7b6e885 /gtk/conversations_jxta.c
parent3a6c9ab13448b557586a427bd025bc1ff99ac4cc (diff)
From Mike Duigou:
In order to get filtering of conversations and > endpoints to work from the endpoints and conversations windows I found > it necessary to add a new AT_URI address type and a SAT_JXTA. This also > necessitated a change to to_str.c to avoid a buffer overflow problem. > Please review these changes carefully. > > Also includes some changes to the jxta dissector to fix filtering on > generated fields and some changes to the types used for ints/unsigned ints. > > Fixes a bug with the processing of messages containing namespaces. svn path=/trunk/; revision=14714
Diffstat (limited to 'gtk/conversations_jxta.c')
-rw-r--r--gtk/conversations_jxta.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk/conversations_jxta.c b/gtk/conversations_jxta.c
index c8835a73b4..cc550aec51 100644
--- a/gtk/conversations_jxta.c
+++ b/gtk/conversations_jxta.c
@@ -53,7 +53,7 @@ jxta_conversation_packet(void *pct, packet_info *pinfo, epan_dissect_t *edt _U_,
0,
1,
jxtahdr->size,
- SAT_NONE,
+ SAT_JXTA,
PT_NONE);
@@ -93,4 +93,3 @@ register_tap_listener_jxta_conversation(void)
register_conversation_table(TRUE, "JXTA", "jxta", NULL /*filter*/, jxta_conversation_packet);
}
-