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-vxlan.h
1
/* packet-vxlan.h
2
*
3
* Routines for Virtual eXtensible Local Area Network (VXLAN) packet dissection
4
* RFC 7348 plus draft-smith-vxlan-group-policy-01
5
*
6
* (c) Copyright 2016, Sumit Kumar Jha <sjha3@ncsu.edu>
7
* Support for VXLAN GPE (https://www.ietf.org/id/draft-ietf-nvo3-vxlan-gpe-02.txt)
8
*
9
* Wireshark - Network traffic analyzer
10
* By Gerald Combs <gerald@wireshark.org>
11
* Copyright 1998 Gerald Combs
12
*
13
* SPDX-License-Identifier: GPL-2.0-or-later
14
*/
15
16
#ifndef __PACKET_VXLAN_H__
17
#define __PACKET_VXLAN_H__
18
19
#define VXLAN_IPV4 1
20
#define VXLAN_IPV6 2
21
#define VXLAN_ETHERNET 3
22
#define VXLAN_NSH 4
23
#define VXLAN_MPLS 5
24
25
#endif
/* __PACKET_VXLAN_H__ */
Generated by
1.9.8