![]() |
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) |
char * | ssl_export_sessions (size_t *length) |
void | tls_export_dsb (capture_file *cf) |
SSL session key utilities. Copied from ui/gkt/export_sslkeys.c by Sake Blok sake@ (20110526) euro net.n l
Wireshark - Network traffic analyzer By Gerald Combs geral Copyright 1998 Gerald Combs d@wi resha rk.o rg
SPDX-License-Identifier: GPL-2.0-or-later
char* ssl_export_sessions | ( | size_t * | 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 |