aboutsummaryrefslogtreecommitdiffstats
path: root/ipproto.c
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2003-11-02 22:12:35 +0000
committerGerald Combs <gerald@wireshark.org>2003-11-02 22:12:35 +0000
commitb8d155186ccf09f303c0f7196f09484bf6c9a674 (patch)
tree94fdd74fdac945ef93dfc8afc108c4b30ea41f3c /ipproto.c
parent2bdac88860428b3e7595237c6f58295175fdf402 (diff)
Add an entry for Novell NCS heartbeats (ID 0xE0).
svn path=/trunk/; revision=8858
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 b13a44b36f..2f87bb3e06 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.22 2003/08/07 21:08:07 guy Exp $
+ * $Id: ipproto.c,v 1.23 2003/11/02 22:12:35 gerald Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -177,6 +177,7 @@ static const value_string ipproto_val[] = {
{ IP_PROTO_SCTP, "SCTP" },
{ IP_PROTO_FC, "Fibre Channel" },
{ IP_PROTO_RSVPE2EI,"RSVP E2EI" },
+ { IP_PROTO_NCS_HEARTBEAT,"Novell NCS Heartbeat" },
{ 0, NULL },
};