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
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
plugins
epan
transum
decoders.h
1
/* decoders.h
2
* Header file for the TRANSUM response time analyzer post-dissector
3
* By Paul Offord <paul.offord@advance7.com>
4
* Copyright 2016 Advance Seven Limited
5
*
6
* Wireshark - Network traffic analyzer
7
* By Gerald Combs <gerald@wireshark.org>
8
* Copyright 1998 Gerald Combs
9
*
10
* SPDX-License-Identifier: GPL-2.0-or-later
11
*/
12
13
int
decode_syn(
packet_info
*pinfo,
proto_tree
*tree,
PKT_INFO
* pkt_info);
14
int
decode_dcerpc(
packet_info
*pinfo,
proto_tree
*tree,
PKT_INFO
* pkt_info);
15
int
decode_smb(
packet_info
*pinfo,
proto_tree
*tree,
PKT_INFO
* pkt_info,
PKT_INFO
* subpackets);
16
int
decode_gtcp(
packet_info
*pinfo,
proto_tree
*tree,
PKT_INFO
* pkt_info);
17
int
decode_dns(
packet_info
*pinfo,
proto_tree
*tree,
PKT_INFO
* pkt_info);
18
int
decode_gudp(
packet_info
*pinfo,
proto_tree
*tree,
PKT_INFO
* pkt_info);
19
20
/*
21
* Editor modelines - https://www.wireshark.org/tools/modelines.html
22
*
23
* Local variables:
24
* c-basic-offset: 4
25
* tab-width: 8
26
* indent-tabs-mode: nil
27
* End:
28
*
29
* vi: set shiftwidth=4 tabstop=8 expandtab:
30
* :indentSize=4:tabSize=8:noTabs=true:
31
*/
_PKT_INFO
Definition
packet-transum.h:78
_packet_info
Definition
packet_info.h:43
_proto_node
Definition
proto.h:903
Generated by
1.9.8