diff options
author | Jun-ichiro itojun Hagino <itojun@itojun.org> | 1999-10-15 05:30:43 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@itojun.org> | 1999-10-15 05:30:43 +0000 |
commit | 33d11fff97631cf0663dcb47788f1b24d3dc5316 (patch) | |
tree | ba3b2fb56787bf9d5769da392028b168cefde6da /packet-ip.h | |
parent | 45ca99c55b0be82ef9f7c607c8c890eea2cb0a1d (diff) | |
download | wireshark-33d11fff97631cf0663dcb47788f1b24d3dc5316.tar.gz wireshark-33d11fff97631cf0663dcb47788f1b24d3dc5316.tar.bz2 wireshark-33d11fff97631cf0663dcb47788f1b24d3dc5316.zip |
IPComp (RFC2393) decoding.
svn path=/trunk/; revision=838
Diffstat (limited to 'packet-ip.h')
-rw-r--r-- | packet-ip.h | 3 |
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 */ |