aboutsummaryrefslogtreecommitdiffstats
path: root/ui/tap-tcp-stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/tap-tcp-stream.c')
-rw-r--r--ui/tap-tcp-stream.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tap-tcp-stream.c b/ui/tap-tcp-stream.c
index cd14076360..71840a506e 100644
--- a/ui/tap-tcp-stream.c
+++ b/ui/tap-tcp-stream.c
@@ -330,7 +330,7 @@ select_tcpip_session(capture_file *cf, struct segment *hdrs)
* segment, as tcp_graph_selected_packet_enabled() is used
* to determine whether to enable any of our menu items. */
simple_dialog(ESD_TYPE_ERROR, ESD_BTN_OK,
- "Selected packet isn't a TCP segment");
+ "Selected packet isn't a TCP segment or is truncated");
return NULL;
}
/* XXX fix this later, we should show a dialog allowing the user