aboutsummaryrefslogtreecommitdiffstats
path: root/ipproto.c
diff options
context:
space:
mode:
authoritojun <itojun@f5534014-38df-0310-8fa8-9805f1628bb7>1999-10-15 05:30:43 +0000
committeritojun <itojun@f5534014-38df-0310-8fa8-9805f1628bb7>1999-10-15 05:30:43 +0000
commite4eeefaa4d69af4290939f9b6d61ffbbd7a0e113 (patch)
treeba3b2fb56787bf9d5769da392028b168cefde6da /ipproto.c
parent9d9c574b9916496c4ff07de9fbe3d8f6f12a9a4c (diff)
IPComp (RFC2393) decoding.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@838 f5534014-38df-0310-8fa8-9805f1628bb7
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 },
};