TLS: debug_file - no comment when processing comment lines

This commit is contained in:
Chuck Craft 2020-11-26 20:50:16 -06:00 committed by Wireshark GitLab Utility
parent f21cd2e23f
commit 44a8ada319
1 changed files with 1 additions and 1 deletions

View File

@ -5973,7 +5973,7 @@ tls_keylog_process_lines(const ssl_master_key_map_t *mk_map, const guint8 *data,
g_hash_table_insert(ht, key, pre_ms_or_ms);
} else {
} else if (linelen > 0 && line[0] != '#') {
ssl_debug_printf(" unrecognized line\n");
}
/* always free match info even if there is no match. */