Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
packet-ldp.h
1/* packet-ldp.h
2 * Declarations of exported routines from LDP dissector
3 * Copyright 2004, Carlos Pignataro <[email protected]>
4 *
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <[email protected]>
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 */
18extern const value_string fec_vc_types_vals[];
19extern const value_string fec_types_vals[];
20
21#endif
Definition value_string.h:25