aboutsummaryrefslogtreecommitdiffstats
path: root/packet-icmpv6.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-01-11 09:19:54 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-01-11 09:19:54 +0000
commitaa8220487a03074582f54690965a606b2d816ff1 (patch)
treea82b3985394e453ca17a8da4717f28fae75c3b1e /packet-icmpv6.c
parentf6f3561fb172e0a421c5a2056f8b26ac0e0ab35c (diff)
Put in a comment giving various Internet Draft names for ICMPv6 stuff we
handle. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4526 f5534014-38df-0310-8fa8-9805f1628bb7
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;