Wireshark  4.3.0
The Wireshark network protocol analyzer
packet-eigrp.h
1 /* packet-eigrp.h
2  * Routines for EIGRP dissection
3  *
4  * Wireshark - Network traffic analyzer
5  * By Gerald Combs <gerald@wireshark.org>
6  * Copyright 1998 Gerald Combs
7  *
8  * SPDX-License-Identifier: GPL-2.0-or-later
9  */
10 
11 #ifndef __PACKET_EIGRP_H_
12 #define __PACKET_EIGRP_H_
13 
14 extern const value_string eigrp_proto2string[];
15 
16 #endif
Definition: value_string.h:26