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
epan
dissectors
packet-smb-pipe.h
1
/* packet-smb-pipe.h
2
* Declarations of routines for SMB named pipe packet dissection
3
* Copyright 1999, Richard Sharpe <rsharpe@ns.aus.com>
4
*
5
* Wireshark - Network traffic analyzer
6
* By Gerald Combs <gerald@wireshark.org>
7
* Copyright 1998 Gerald Combs
8
*
9
* SPDX-License-Identifier: GPL-2.0-or-later
10
*/
11
12
#ifndef _PACKET_SMB_PIPE_H_
13
#define _PACKET_SMB_PIPE_H_
14
15
extern
bool
16
dissect_pipe_smb(
tvbuff_t
*sp_tvb,
tvbuff_t
*s_tvb,
tvbuff_t
*pd_tvb,
17
tvbuff_t
*p_tvb,
tvbuff_t
*d_tvb,
const
char
*pipe,
18
packet_info
*pinfo,
proto_tree
*tree,
smb_info_t
*
smb_info
);
19
bool
20
dissect_pipe_dcerpc(
tvbuff_t
*d_tvb,
packet_info
*pinfo,
proto_tree
*parent_tree,
21
proto_tree
*tree, uint32_t fid,
void
*data);
22
23
#endif
_packet_info
Definition
packet_info.h:43
_proto_node
Definition
proto.h:903
smb_info
Definition
packet-smb.h:240
tvbuff
Definition
tvbuff-int.h:35
Generated by
1.9.8