aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2007-05-22 00:00:09 +0000
committerGuy Harris <guy@alum.mit.edu>2007-05-22 00:00:09 +0000
commit6559749cd1d61f49b987b6d8610f0f2c4a8e8767 (patch)
tree83a307d6f44bf1b786625d3e4ede07144c641f40 /epan/follow.h
parent360624a4c712a324af6df350febf10bac6b59c94 (diff)
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
Diffstat (limited to 'epan/follow.h')
-rw-r--r--epan/follow.h1
1 files changed, 1 insertions, 0 deletions
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 {