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