Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-ldp.h
1 /* packet-ldp.h
2  * Declarations of exported routines from LDP dissector
3  * Copyright 2004, Carlos Pignataro <cpignata@cisco.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_LDP_H__
13 #define __PACKET_LDP_H__
14 
15 /*
16  * Used by MPLS Echo dissector as well.
17  */
18 extern const value_string fec_vc_types_vals[];
19 extern const value_string fec_types_vals[];
20 
21 #endif
Definition: value_string.h:26