X-Git-Url: http://git.samba.org/samba.git/?a=blobdiff_plain;f=follow.h;h=013519d43e95f3c9c7f63329bb3a329a1827cf20;hb=1841d7ccfd2983b797ccdc5749ea7fb834fe3d7f;hp=0def34816bb26486042c71c762372942495cf601;hpb=68cedde6164517c47001280af867fd57756650ff;p=obnox%2Fwireshark%2Fwip.git diff --git a/follow.h b/follow.h index 0def34816b..013519d43e 100644 --- a/follow.h +++ b/follow.h @@ -1,6 +1,6 @@ /* follow.h * - * $Id: follow.h,v 1.13 2002/08/28 21:00:06 jmayer Exp $ + * $Id$ * * Copyright 1998 Mike Hall * @@ -31,15 +31,8 @@ #define MAX_IPADDR_LEN 16 -extern gboolean incomplete_tcp_stream; - -typedef struct _tcp_frag { - gulong seq; - gulong len; - gulong data_len; - guchar *data; - struct _tcp_frag *next; -} tcp_frag; +/* With MSVC and a libethereal.dll, we need a special declaration. */ +ETH_VAR_IMPORT gboolean incomplete_tcp_stream; typedef struct _tcp_stream_chunk { guint8 src_addr[MAX_IPADDR_LEN];