aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/follow.h')
-rw-r--r--epan/follow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/follow.h b/epan/follow.h
index 989e4bd729..8d279e548c 100644
--- a/epan/follow.h
+++ b/epan/follow.h
@@ -42,8 +42,8 @@ typedef struct _tcp_stream_chunk {
} tcp_stream_chunk;
char* build_follow_filter( packet_info * );
-void reassemble_tcp( gulong, gulong, gulong, const char*, gulong, int,
- address *, address *, guint, guint );
+void reassemble_tcp( guint32, gulong, gulong, gulong, const char*, gulong,
+ int, address *, address *, guint, guint );
void reset_tcp_reassembly( void );
typedef struct {