aboutsummaryrefslogtreecommitdiffstats
path: root/packet-fcip.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2003-12-04 05:38:05 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2003-12-04 05:38:05 +0000
commit853ee7fe9d72addebac4b0f23edf018360a21227 (patch)
treecf6e991aae0e120b7b6db7c9ecad16ebf9b33c0c /packet-fcip.c
parent64bc566ea87ea13d92bf505ed17245e0d18eae69 (diff)
Add {0, NULL} to end of fcencap_proto_vals value_string array.
svn path=/trunk/; revision=9162
Diffstat (limited to 'packet-fcip.c')
-rw-r--r--packet-fcip.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet-fcip.c b/packet-fcip.c
index 9406096717..4650fb1c67 100644
--- a/packet-fcip.c
+++ b/packet-fcip.c
@@ -2,7 +2,7 @@
* Routines for FCIP dissection
* Copyright 2001, Dinesh G Dutt (ddutt@cisco.com)
*
- * $Id: packet-fcip.c,v 1.9 2003/11/16 23:17:17 guy Exp $
+ * $Id: packet-fcip.c,v 1.10 2003/12/04 05:38:05 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -104,6 +104,7 @@ static const value_string fcip_sof_vals[] = {
static const value_string fcencap_proto_vals[] = {
{FCENCAP_PROTO_FCIP, "FCIP"},
{FCENCAP_PROTO_iFCP, "iFCP"},
+ {0, NULL},
};
static guint fcip_header_2_bytes[2] = {FCIP_ENCAP_PROTO_VER,