aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/conversations_table.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2014-12-26 23:21:35 +0100
committerPascal Quantin <pascal.quantin@gmail.com>2014-12-26 22:37:33 +0000
commit2c6d2bb1e56055f53531468be83075c4f12cdcb2 (patch)
treef641efb8333d814afddfbed65317132f426d03be /ui/gtk/conversations_table.c
parenta2beef95dba6fd3fabc1910a138e0c41e7177bda (diff)
UDP: fix 'Follow Stream' button from conversations tab
Add stream index to conversation table Change-Id: Id63b2cc0000d89297c8638b9a89315096fc5458b Reviewed-on: https://code.wireshark.org/review/6062 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'ui/gtk/conversations_table.c')
-rw-r--r--ui/gtk/conversations_table.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/ui/gtk/conversations_table.c b/ui/gtk/conversations_table.c
index 853ef1a201..67d16d1eaa 100644
--- a/ui/gtk/conversations_table.c
+++ b/ui/gtk/conversations_table.c
@@ -2134,11 +2134,7 @@ follow_stream_cb(GtkWidget *follow_stream_bt, gpointer data _U_)
conv = &g_array_index(ct->hash.conv_array, conv_item_t, idx);
- /* Generate and apply a display filter to isolate the conversation. The
- * TCP filter is a special case because it uses the stream identifier/index
- * (tcp.stream, which is stored in conv_id) to ensure the filter results
- * in a unique conversation even in the face of port reuse. All others use
- * the address/port tuple.
+ /* Generate and apply a display filter to isolate the conversation.
*/
switch (conv->ptype) {
case PT_TCP: