aboutsummaryrefslogtreecommitdiffstats
path: root/ui/gtk/follow_ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'ui/gtk/follow_ssl.c')
-rw-r--r--ui/gtk/follow_ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/gtk/follow_ssl.c b/ui/gtk/follow_ssl.c
index 14ffcf83ac..18378c847b 100644
--- a/ui/gtk/follow_ssl.c
+++ b/ui/gtk/follow_ssl.c
@@ -81,7 +81,7 @@ ssl_queue_packet_data(void *tapdata, packet_info *pinfo, epan_dissect_t *edt _U_
gint total_len;
guchar *p;
int proto_ssl = GPOINTER_TO_INT(ssl);
- SslPacketInfo* pi = (SslPacketInfo*)p_get_proto_data(pinfo->fd, proto_ssl);
+ SslPacketInfo* pi = (SslPacketInfo*)p_get_proto_data(pinfo->fd, proto_ssl, 0);
/* skip packet without decrypted data payload*/
if (!pi || !pi->appl_data)