Wireshark
2.9.0-477-g68ec514b
The Wireshark network protocol analyzer
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
epan
dissectors
packet-nsh.h
1
/* packet-nsh.h
2
*
3
* Routines for Network Service Header
4
* draft-ietf-sfc-nsh-01
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
#ifndef __PACKET_NSH_H__
14
#define __PACKET_NSH_H__
15
16
/*Network Service Header (NSH) Next Protocol field values */
17
18
#define NSH_IPV4 1
19
#define NSH_IPV6 2
20
#define NSH_ETHERNET 3
21
#define NSH_NSH 4
22
#define NSH_MPLS 5
23
#define NSH_EXPERIMENT_1 254
24
#define NSH_EXPERIMENT_2 255
25
26
#endif
/* __PACKET_NSH_H__ */
Generated by
1.8.11