From b0658cd23400141d93162ca142de7cc3bbcf5d21 Mon Sep 17 00:00:00 2001 From: hannes Date: Sat, 1 May 2004 09:41:50 +0000 Subject: add EIGRP support for Appletalk, display cosmetics to better indicate that we are dissecting Appletalk frames --- appletalk.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'appletalk.h') diff --git a/appletalk.h b/appletalk.h index 552f3d13..ff972f65 100644 --- a/appletalk.h +++ b/appletalk.h @@ -20,7 +20,7 @@ * * AppleTalk protocol formats (courtesy Bill Croft of Stanford/SUMEX). * - * @(#) $Header: /tcpdump/master/tcpdump/appletalk.h,v 1.15 2002-12-11 07:13:49 guy Exp $ (LBL) + * @(#) $Header: /tcpdump/master/tcpdump/appletalk.h,v 1.16 2004-05-01 09:41:50 hannes Exp $ (LBL) */ struct LAP { @@ -67,6 +67,7 @@ struct atShortDDP { #define ddpECHO 4 /* ECHO type */ #define ddpIP 22 /* IP type */ #define ddpARP 23 /* ARP type */ +#define ddpEIGRP 88 /* EIGRP over Appletalk */ #define ddpKLAP 0x4b /* Kinetics KLAP type */ -- cgit v1.2.1