Wireshark
4.5.0
The Wireshark network protocol analyzer
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
m
o
p
r
s
t
u
v
w
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
Variables
Typedefs
a
b
c
d
e
f
g
h
i
m
p
r
s
t
u
v
w
Enumerations
Enumerator
a
b
c
e
f
h
i
n
o
r
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
ui
qt
tlskeylog_launcher_dialog.h
Go to the documentation of this file.
1
10
#ifndef TLSKEYLOG_DIALOG_H
11
#define TLSKEYLOG_DIALOG_H
12
13
#include <wireshark.h>
14
#include <QProcess>
15
#include <QDialog>
16
17
#include <
epan/prefs.h
>
18
19
namespace
Ui {
20
class
TLSKeylogDialog
;
21
}
22
23
class
TLSKeylogDialog
:
public
QDialog
24
{
25
Q_OBJECT
26
27
public
:
28
explicit
TLSKeylogDialog
(QWidget &parent);
29
~TLSKeylogDialog
();
30
31
private
slots:
32
void
on_launchActivated();
33
void
on_saveActivated();
34
void
on_resetActivated();
35
void
on_browseKeylogPath();
36
void
on_browseProgramPath();
37
38
private
:
39
Ui::TLSKeylogDialog *ui;
40
41
module_t
*tls_module_;
42
pref_t
*pref_tls_keylog_;
43
44
module_t
*gui_module_;
45
pref_t
*pref_tlskeylog_command_;
46
};
23
class
TLSKeylogDialog
:
public
QDialog {
…
};
47
48
#endif
// TLSKEYLOG_DIALOG_H
TLSKeylogDialog
Definition
tlskeylog_launcher_dialog.h:24
prefs.h
pref_module
Definition
prefs-int.h:27
preference
Definition
prefs.c:221
Generated by
1.9.8