Revert "TODO epan/dissectors/asn1/kerberos/packet-kerberos-template.c new GSS flags"
[wireshark-sm.git] / epan / dissectors / packet-eigrp.h
blobb9983357272bb6dfe407765c4be2a494659dd2f0
1 /* packet-eigrp.h
2 * Routines for EIGRP dissection
4 * Wireshark - Network traffic analyzer
5 * By Gerald Combs <gerald@wireshark.org>
6 * Copyright 1998 Gerald Combs
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
11 #ifndef __PACKET_EIGRP_H_
12 #define __PACKET_EIGRP_H_
14 extern const value_string eigrp_proto2string[];
16 #endif