Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-ldp.h
blobf97ffd5a5c664fedbd780d69eafb68d91bba52d4
1 /* packet-ldp.h
2 * Declarations of exported routines from LDP dissector
3 * Copyright 2004, Carlos Pignataro <cpignata@cisco.com>
5 * Wireshark - Network traffic analyzer
6 * By Gerald Combs <gerald@wireshark.org>
7 * Copyright 1998 Gerald Combs
9 * SPDX-License-Identifier: GPL-2.0-or-later
12 #ifndef __PACKET_LDP_H__
13 #define __PACKET_LDP_H__
16 * Used by MPLS Echo dissector as well.
18 extern const value_string fec_vc_types_vals[];
19 extern const value_string fec_types_vals[];
21 #endif