From: hannes Date: Fri, 30 Apr 2004 22:42:25 +0000 (+0000) Subject: add baseline support for dissecting EIGRP-IP and EIGRP-IPX messages X-Git-Tag: tcpdump-3.9.1~368 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/72173f2cf8a93acf0270614cd0dd5cabf332501e add baseline support for dissecting EIGRP-IP and EIGRP-IPX messages --- diff --git a/interface.h b/interface.h index 84ad3646..aee96623 100644 --- a/interface.h +++ b/interface.h @@ -18,7 +18,7 @@ * WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.229 2004-04-30 16:42:14 mcr Exp $ (LBL) + * @(#) $Header: /tcpdump/master/tcpdump/interface.h,v 1.230 2004-04-30 22:42:25 hannes Exp $ (LBL) */ #ifndef tcpdump_interface_h @@ -225,6 +225,7 @@ extern void cisco_autorp_print(const u_char *, u_int); extern void rsvp_print(const u_char *, u_int); extern void ldp_print(const u_char *, u_int); extern void lmp_print(const u_char *, u_int); +extern void eigrp_print(const u_char *, u_int); extern void mobile_print(const u_char *, u_int); extern void pim_print(const u_char *, u_int); extern u_int pppoe_print(const u_char *, u_int);