summaryrefslogtreecommitdiff
path: root/ipproto.c
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 /ipproto.c
parent45ca99c55b0be82ef9f7c607c8c890eea2cb0a1d (diff)
downloadwireshark-33d11fff97631cf0663dcb47788f1b24d3dc5316.tar.gz
IPComp (RFC2393) decoding.
svn path=/trunk/; revision=838
Diffstat (limited to 'ipproto.c')
-rw-r--r--ipproto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ipproto.c b/ipproto.c
index 4addcaafdc..a6c72aca0b 100644
--- a/ipproto.c
+++ b/ipproto.c
@@ -1,7 +1,7 @@
/* ipproto.c
* Routines for converting IPv4 protocol/v6 nxthdr field into string
*
- * $Id: ipproto.c,v 1.1 1999/10/14 03:50:27 itojun Exp $
+ * $Id: ipproto.c,v 1.2 1999/10/15 05:30:35 itojun Exp $
*
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
@@ -87,6 +87,7 @@ static const value_string ipproto_val[] = {
{ IP_PROTO_OSPF, "OSPF" },
{ IP_PROTO_ENCAP, "ENCAP" },
{ IP_PROTO_PIM, "PIM" },
+ { IP_PROTO_IPCOMP, "IPComp" },
{ 0, NULL },
};