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
epan
dissectors
packet-netbios.h
1
/* packet-netbios.h
2
* Declarations of public routines for NetBIOS protocol packet disassembly
3
* Jeff Foster <foste@woodward.com>
4
* Copyright 1999 Jeffrey C. Foster
5
*
6
* derived from the packet-nbns.c
7
*
8
* Wireshark - Network traffic analyzer
9
* By Gerald Combs <gerald@wireshark.org>
10
* Copyright 1998 Gerald Combs
11
*
12
* SPDX-License-Identifier: GPL-2.0-or-later
13
*/
14
15
#ifndef __PACKET_NETBIOS_H__
16
#define __PACKET_NETBIOS_H__
17
18
/* Length of NetBIOS names */
19
#define NETBIOS_NAME_LEN 16
20
21
extern
int
process_netbios_name(
const
unsigned
char
*name_ptr,
char
*name_ret,
int
name_ret_len);
22
extern
int
get_netbios_name(
tvbuff_t
*tvb,
int
offset,
23
char
*name_ret,
int
name_ret_len);
24
extern
const
char
*netbios_name_type_descr(
int
name_type);
25
extern
void
netbios_add_name(
const
char
* label,
tvbuff_t
*tvb,
int
offset,
26
proto_tree
*tree);
27
28
#endif
_proto_node
Definition
proto.h:906
tvbuff
Definition
tvbuff-int.h:35
Generated by
1.9.8