summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index 871306584e..269618dee8 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -396,6 +396,8 @@ typedef struct _SslRecordInfo {
typedef struct {
SslRecordInfo *records; /**< Decrypted records within this frame. */
+ guint32 srcport; /**< Used for Decode As */
+ guint32 destport;
} SslPacketInfo;
typedef struct _SslSession {