aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/follow_ssl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/follow_ssl.c')
-rw-r--r--gtk/follow_ssl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/follow_ssl.c b/gtk/follow_ssl.c
index f128c4d735..16d147d39e 100644
--- a/gtk/follow_ssl.c
+++ b/gtk/follow_ssl.c
@@ -308,7 +308,6 @@ follow_read_ssl_stream(follow_info_t *follow_info,
gboolean (*print_line)(char *, size_t, gboolean, void *),
void *arg)
{
- int iplen;
guint32 global_client_pos = 0, global_server_pos = 0;
guint32 server_packet_count = 0;
guint32 client_packet_count = 0;
@@ -317,8 +316,6 @@ follow_read_ssl_stream(follow_info_t *follow_info,
GList* cur;
frs_return_t frs_return;
- iplen = (follow_info->is_ipv6) ? 16 : 4;
-
for (cur = follow_info->payload; cur; cur = g_list_next(cur)) {
SslDecryptedRecord* rec = cur->data;
skip = FALSE;