aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icmpv6.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-01-11 09:19:54 +0000
committerGuy Harris <guy@alum.mit.edu>2002-01-11 09:19:54 +0000
commit4b6951cd8921b257053f69588a69980222970fe7 (patch)
treea82b3985394e453ca17a8da4717f28fae75c3b1e /packet-icmpv6.c
parent13b58598b326fea1b98a7f743aeacc260f5e71f7 (diff)
Put in a comment giving various Internet Draft names for ICMPv6 stuff we
handle. svn path=/trunk/; revision=4526
Diffstat (limited to 'packet-icmpv6.c')
-rw-r--r--packet-icmpv6.c16
1 files changed, 15 insertions, 1 deletions
diff --git a/packet-icmpv6.c b/packet-icmpv6.c
index 5ccb406c13..79bf87d232 100644
--- a/packet-icmpv6.c
+++ b/packet-icmpv6.c
@@ -1,7 +1,7 @@
/* packet-icmpv6.c
* Routines for ICMPv6 packet disassembly
*
- * $Id: packet-icmpv6.c,v 1.60 2002/01/11 09:12:26 guy Exp $
+ * $Id: packet-icmpv6.c,v 1.61 2002/01/11 09:19:54 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -64,6 +64,20 @@
#define offsetof(type, member) ((size_t)(&((type *)0)->member))
#endif
+/*
+ * See, under http://www.ietf.org/internet-drafts/
+ *
+ * draft-ietf-mobileip-ipv6-15.txt
+ *
+ * and
+ *
+ * draft-ietf-ipngwg-icmp-name-lookups-08.txt
+ *
+ * and
+ *
+ * draft-ietf-mobileip-hmipv6-05.txt
+ */
+
static int proto_icmpv6 = -1;
static int hf_icmpv6_type = -1;
static int hf_icmpv6_code = -1;