From 6559749cd1d61f49b987b6d8610f0f2c4a8e8767 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Tue, 22 May 2007 00:00:09 +0000 Subject: Have the follow code keep track of whether there's any data in the TCP stream, and, if there isn't, pop up a dialog indicating that there isn't any data in the stream. This fixes bug 1604. svn path=/trunk/; revision=21870 --- epan/follow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/follow.h') diff --git a/epan/follow.h b/epan/follow.h index 9d92624db8..86edbd3aca 100644 --- a/epan/follow.h +++ b/epan/follow.h @@ -32,6 +32,7 @@ #define MAX_IPADDR_LEN 16 /* With MSVC and a libwireshark.dll, we need a special declaration. */ +WS_VAR_IMPORT gboolean empty_tcp_stream; WS_VAR_IMPORT gboolean incomplete_tcp_stream; typedef struct _tcp_stream_chunk { -- cgit v1.2.3