aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ip.h
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@itojun.org>1999-10-15 05:30:43 +0000
committerJun-ichiro itojun Hagino <itojun@itojun.org>1999-10-15 05:30:43 +0000
commit33d11fff97631cf0663dcb47788f1b24d3dc5316 (patch)
treeba3b2fb56787bf9d5769da392028b168cefde6da /packet-ip.h
parent45ca99c55b0be82ef9f7c607c8c890eea2cb0a1d (diff)
IPComp (RFC2393) decoding.
svn path=/trunk/; revision=838
Diffstat (limited to 'packet-ip.h')
-rw-r--r--packet-ip.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-ip.h b/packet-ip.h
index 4abde3cbd8..2f122624cd 100644
--- a/packet-ip.h
+++ b/packet-ip.h
@@ -1,7 +1,7 @@
/* packet-ip.h
* Definitions for IP packet disassembly structures and routines
*
- * $Id: packet-ip.h,v 1.5 1999/08/28 08:31:27 guy Exp $
+ * $Id: packet-ip.h,v 1.6 1999/10/15 05:30:39 itojun Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -60,6 +60,7 @@
#define IP_PROTO_OSPF 89
#define IP_PROTO_ENCAP 98 /* encapsulation header */
#define IP_PROTO_PIM 103 /* Protocol Independent Mcast */
+#define IP_PROTO_IPCOMP 108 /* IP payload compression */
typedef enum {
NO_LENGTH, /* option has no data, hence no length */