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
utils
frame_information.h
Go to the documentation of this file.
1
10
#ifndef FRAME_INFORMATION_H_
11
#define FRAME_INFORMATION_H_
12
13
#include <config.h>
14
15
#include <
epan/proto.h
>
16
#include <
epan/epan_dissect.h
>
17
#include "
epan/epan.h
"
18
#include "
epan/column.h
"
19
#include "
epan/ftypes/ftypes.h
"
20
21
#include <
ui/qt/capture_file.h
>
22
23
#include "
data_printer.h
"
24
25
#include <QObject>
26
27
class
FrameInformation
:
public
QObject,
public
IDataPrintable
28
{
29
Q_OBJECT
30
Q_INTERFACES(
IDataPrintable
)
31
32
public
:
33
34
explicit
FrameInformation
(
CaptureFile
* cfile, frame_data * fi, QObject * parent = Q_NULLPTR);
35
virtual
~FrameInformation
();
36
37
bool
isValid();
38
39
frame_data * frameData()
const
;
40
int
frameNum()
const
;
41
42
const
QByteArray printableData();
43
44
private
:
45
46
frame_data * fi_;
47
CaptureFile
* cap_file_;
48
epan_dissect_t
* edt_;
49
wtap_rec
rec_;
/* Record information */
50
51
void
loadFrameTree();
52
53
};
27
class
FrameInformation
:
public
QObject,
public
IDataPrintable
{
…
};
54
55
56
#endif
// FRAME_INFORMATION_H_
capture_file.h
CaptureFile
Definition
capture_file.h:21
FrameInformation
Definition
frame_information.h:28
IDataPrintable
Definition
idata_printable.h:23
column.h
data_printer.h
epan.h
epan_dissect.h
ftypes.h
proto.h
epan_dissect
Definition
epan_dissect.h:28
wtap_rec
Definition
wtap.h:1433
Generated by
1.9.8