aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-02-05 10:39:12 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-02-05 10:39:12 +0000
commit8d4f6fc794071e17bcb0302c35dd319b84bc5501 (patch)
treec8fb9a07dc9bf558665655addc778ef4ba04f7ac /epan/follow.h
parent5a281f8087fa12b918834edd90e9c247b88da6a6 (diff)
From QA Cafe:
Add support to follow UDP and TCP streams like wireshark does. UDP streams are selected with IP address/port pairs. TCP stream are selected with either the stream index or IP address/port pairs. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6684 svn path=/trunk/; revision=40852
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 );