aboutsummaryrefslogtreecommitdiffstats
path: root/epan/follow.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/follow.h')
-rw-r--r--epan/follow.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/epan/follow.h b/epan/follow.h
index 86edbd3aca..f84e4ad960 100644
--- a/epan/follow.h
+++ b/epan/follow.h
@@ -48,11 +48,11 @@ void reset_tcp_reassembly( void );
typedef struct {
guint8 ip_address[2][MAX_IPADDR_LEN];
- guint32 tcp_port[2];
+ guint32 port[2];
unsigned int bytes_written[2];
gboolean is_ipv6;
-} follow_tcp_stats_t;
+} follow_stats_t;
-void follow_tcp_stats(follow_tcp_stats_t* stats);
+void follow_stats(follow_stats_t* stats);
#endif