|
Wireshark
4.3.0
The Wireshark network protocol analyzer
|
#include "cfile.h"Go to the source code of this file.
Functions | |
| int | ssl_session_key_count (void) |
| gchar * | ssl_export_sessions (gsize *length) |
| void | tls_export_dsb (capture_file *cf) |
SSL session key utilities. Copied from ui/gkt/export_sslkeys.c by Sake Blok sake@euronet.nl (20110526)
Wireshark - Network traffic analyzer By Gerald Combs gerald@wireshark.org Copyright 1998 Gerald Combs
SPDX-License-Identifier: GPL-2.0-or-later
| gchar* ssl_export_sessions | ( | gsize * | length | ) |
Dump our SSL Session Keys to a string
| [out] | length | Length of returned string. |
| int ssl_session_key_count | ( | void | ) |
Return the number of available SSL session keys.
| void tls_export_dsb | ( | capture_file * | cf | ) |
Add a DSB with the used TLS secrets to a capture file.
| cf | The capture file |