aboutsummaryrefslogtreecommitdiffstats
path: root/ipproto.h
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-03-07 16:52:46 +0000
committerGerald Combs <gerald@wireshark.org>2003-03-07 16:52:46 +0000
commit0b94d9a2287cbabaecaace96a06e67183e77ee64 (patch)
tree6fb47f8cf7d5e1d448c9c7bf48d9f69ae02df651 /ipproto.h
parent41ab264d0a08dfdf50101b6e1a8f3860937f5d28 (diff)
From Markus Friedl:
Add support for the OpenBSD enc(4) encapsulating interface. Add support for Ethernet over IP (RFC 3378). Fold Markus' .h files into their respective .c files, add a define to ipproto.h and use it. svn path=/trunk/; revision=7310
Diffstat (limited to 'ipproto.h')
-rw-r--r--ipproto.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ipproto.h b/ipproto.h
index ebd2757d9d..442779d240 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.7 2003/02/04 20:16:57 guy Exp $
+ * $Id: ipproto.h,v 1.8 2003/03/07 16:52:41 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -53,11 +53,12 @@
#define IP_PROTO_ICMPV6 58 /* ICMP6 */
#define IP_PROTO_NONE 59 /* IP6 no next header */
#define IP_PROTO_DSTOPTS 60 /* IP6 destination options */
-#define IP_PROTO_MIPV6 62 /* Mobile IPv6 */
+#define IP_PROTO_MIPV6 62 /* Mobile IPv6 */
#define IP_PROTO_EON 80 /* ISO cnlp */
#define IP_PROTO_VINES 83 /* Vines over raw IP */
#define IP_PROTO_EIGRP 88
#define IP_PROTO_OSPF 89
+#define IP_PROTO_ETHERIP 97 /* Ethernet-within-IP (RFC 3378) */
#define IP_PROTO_ENCAP 98 /* encapsulation header */
#define IP_PROTO_PIM 103 /* Protocol Independent Mcast */
#define IP_PROTO_IPCOMP 108 /* IP payload compression */