From cb5b6c4719439cc777a78ae0b3c98088ac114d92 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Sun, 28 May 2000 22:59:18 +0000 Subject: Give the Appletalk DDP dissector a dissector hash table, and have the protocols encapsulated inside DDP register themselves with that table. Pull the EIGRP dissector into its own file, as suggested by Paul Ionescu; it's not an IP-specific protocol. svn path=/trunk/; revision=2022 --- packet-atalk.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'packet-atalk.h') diff --git a/packet-atalk.h b/packet-atalk.h index 2de21f7864..80031c423e 100644 --- a/packet-atalk.h +++ b/packet-atalk.h @@ -1,7 +1,7 @@ /* packet-atalk.h * Definitions for Appletalk packet disassembly (DDP, currently). * - * $Id: packet-atalk.h,v 1.2 2000/02/15 21:01:59 gram Exp $ + * $Id: packet-atalk.h,v 1.3 2000/05/28 22:59:18 guy Exp $ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -28,6 +28,18 @@ struct atalk_ddp_addr { guint8 port; }; +/* + * DDP packet types. + */ +#define DDP_RTMPDATA 0x01 +#define DDP_NBP 0x02 +#define DDP_ATP 0x03 +#define DDP_AEP 0x04 +#define DDP_RTMPREQ 0x05 +#define DDP_ZIP 0x06 +#define DDP_ADSP 0x07 +#define DDP_EIGRP 0x58 + /* * Routine to take a DDP address and generate a string. */ -- cgit v1.2.3