diff options
author | hannes <hannes> | 2004-05-01 09:41:50 +0000 |
---|---|---|
committer | hannes <hannes> | 2004-05-01 09:41:50 +0000 |
commit | b0658cd23400141d93162ca142de7cc3bbcf5d21 (patch) | |
tree | 1577380ddee95cd1d9ac0d76f37197d4a0da9ff7 /appletalk.h | |
parent | a43d36c6f21fbb802756430b9594602bfb6c0ef2 (diff) | |
download | tcpdump-b0658cd23400141d93162ca142de7cc3bbcf5d21.tar.gz |
add EIGRP support for Appletalk, display cosmetics to better indicate that we are dissecting Appletalk frames
Diffstat (limited to 'appletalk.h')
-rw-r--r-- | appletalk.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 */ |