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