aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.h
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2009-12-13 01:10:55 +0000
committerSake Blok <sake@euronet.nl>2009-12-13 01:10:55 +0000
commit1580d332f4fb4d218cb0fb1f6e8a306a302da7a4 (patch)
tree24b5d96ebdb98f00cc7f6362db93fa8a9a7015e7 /epan/follow.h
parente1ec979363c15c1da6a9b23f7278912cf729473a (diff)
Fix for bug 3955 and 4288. When doing Follow TCP stream, there was no
check whether a packet belonged to the correct tcp stream (when there are multiple streams in the tracefile with the samen ip addresses and tcp ports. svn path=/trunk/; revision=31252
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 {