From Ronald Henderson: make "format_text()", on Windows, escape all
[obnox/wireshark/wip.git] / ipproto.h
index 2b5b585dc3da79f425b889278226475083fdb7eb..591be73dc0ecc9701342f962d51880f0d2a77451 100644 (file)
--- a/ipproto.h
+++ b/ipproto.h
@@ -2,25 +2,22 @@
  * Declarations of IP protocol numbers, and of routines for converting
  * IP protocol numbers into strings.
  *
- * $Id: ipproto.h,v 1.2 2001/04/23 17:51:33 guy Exp $
- *
- * Gilbert Ramirez <gram@xiexie.org>
+ * $Id: ipproto.h,v 1.6 2002/08/28 21:00:06 jmayer Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
  * Copyright 1998 Gerald Combs
  *
- * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
  * as published by the Free Software Foundation; either version 2
  * of the License, or (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  * GNU General Public License for more details.
- * 
+ *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
@@ -55,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
@@ -64,7 +61,8 @@
 #define IP_PROTO_PIM           103             /* Protocol Independent Mcast */
 #define IP_PROTO_IPCOMP                108             /* IP payload compression */
 #define IP_PROTO_VRRP          112             /* Virtual Router Redundancy Protocol */
-#define IP_PROTO_SCTP           132             /* Stream Control Transmission Protocol */
+#define IP_PROTO_PGM           113             /* Pragmatic General Multicast */
+#define IP_PROTO_SCTP          132             /* Stream Control Transmission Protocol */
 
 extern const char *ipprotostr(int proto);