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
export_object_action.h
Go to the documentation of this file.
1
10
#ifndef EXPORTOBJECTACTION_H
11
#define EXPORTOBJECTACTION_H
12
13
#include "config.h"
14
15
#include <
epan/packet_info.h
>
16
#include <
epan/export_object.h
>
17
18
#include <QAction>
19
20
#include <
ui/qt/capture_file.h
>
21
22
// Actions for "Export Objects" menu items.
23
24
class
ExportObjectAction
:
public
QAction
25
{
26
Q_OBJECT
27
public
:
28
ExportObjectAction
(QObject *parent,
register_eo_t
*eo = NULL);
29
30
register_eo_t
* exportObject() {
return
eo_;}
31
32
public
slots:
33
void
captureFileEvent(
CaptureEvent
e);
34
35
private
:
36
register_eo_t
*eo_;
37
};
24
class
ExportObjectAction
:
public
QAction {
…
};
38
39
#endif
// EXPORTOBJECTACTION_H
capture_file.h
CaptureEvent
Definition
capture_event.h:21
ExportObjectAction
Definition
export_object_action.h:25
export_object.h
packet_info.h
register_eo
Definition
export_object.c:19
Generated by
1.9.8