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-6lowpan.h
1
/* packet-6lowpan.h
2
* Routines for 6LoWPAN packet disassembly
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef __PACKET_6LOWPAN_H__
8
#define __PACKET_6LOWPAN_H__
9
10
#include <
wsutil/inet_addr.h
>
11
12
/* Inserts new compression context information into the 6LoWPAN context table.
13
* The compression context is distributed via some options added to the neighbor
14
* discovery protocol, so the ICMPv6 dissector needs to call this routine.
15
*/
16
extern
void
lowpan_context_insert(uint8_t cid, uint16_t pan, uint8_t plen,
17
ws_in6_addr
*prefix,
unsigned
frame);
18
19
#endif
/* __PACKET_6LOWPAN_H__ */
inet_addr.h
e_in6_addr
Definition
inet_addr.h:21
Generated by
1.9.8