aboutsummaryrefslogtreecommitdiffstats
path: root/ipproto.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2002-05-02 08:51:47 +0000
committerGuy Harris <guy@alum.mit.edu>2002-05-02 08:51:47 +0000
commitc6266da2d74fca4e76ab9383453190b99e32122c (patch)
tree64c213dd94bfc3ddc8ee5e580ca6e938500c7383 /ipproto.h
parentaec89965222753cc91216e6b7f9f5644a0c6c285 (diff)
Fix a comment.
svn path=/trunk/; revision=5352
Diffstat (limited to 'ipproto.h')
-rw-r--r--ipproto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipproto.h b/ipproto.h
index 693177592a..755307650d 100644
--- a/ipproto.h
+++ b/ipproto.h
@@ -2,7 +2,7 @@
* Declarations of IP protocol numbers, and of routines for converting
* IP protocol numbers into strings.
*
- * $Id: ipproto.h,v 1.4 2001/11/13 23:55:29 gram Exp $
+ * $Id: ipproto.h,v 1.5 2002/05/02 08:51:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -52,7 +52,7 @@
#define IP_PROTO_AH 51 /* AH */
#define IP_PROTO_ICMPV6 58 /* ICMP6 */
#define IP_PROTO_NONE 59 /* IP6 no next header */
-#define IP_PROTO_DSTOPTS 60 /* IP6 no next header */
+#define IP_PROTO_DSTOPTS 60 /* IP6 destination options */
#define IP_PROTO_EON 80 /* ISO cnlp */
#define IP_PROTO_VINES 83 /* Vines over raw IP */
#define IP_PROTO_EIGRP 88