aboutsummaryrefslogtreecommitdiffstats
path: root/ui/follow.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/follow.h')
-rw-r--r--ui/follow.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/follow.h b/ui/follow.h
index f43df5ddb0..fb364132e4 100644
--- a/ui/follow.h
+++ b/ui/follow.h
@@ -38,6 +38,7 @@ extern "C" {
typedef struct {
gboolean is_from_server;
+ guint32 packet_num;
StringInfo data;
} SslDecryptedRecord;
@@ -73,6 +74,7 @@ typedef enum {
typedef struct {
gboolean is_server;
+ guint32 packet_num;
GByteArray *data;
} follow_record_t;