aboutsummaryrefslogtreecommitdiffstats
path: root/packet-isup.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2003-12-04 05:47:38 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2003-12-04 05:47:38 +0000
commitf6bc4f4972bd629c6a00dece3957e654238c6a35 (patch)
tree07577d41fa6769d306979c32474fcb602ef133e6 /packet-isup.c
parent5d1eca22d4cdc7805fa5865177fb8c4ecf267d9f (diff)
Add {0, NULL} to the isup_Pass_on_not_possible_indicator_vals and
ISUP_Broadband_narrowband_interworking_indicator_vals value_string arrays. svn path=/trunk/; revision=9164
Diffstat (limited to 'packet-isup.c')
-rw-r--r--packet-isup.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-isup.c b/packet-isup.c
index 8f8130b11f..6c987df3c2 100644
--- a/packet-isup.c
+++ b/packet-isup.c
@@ -5,7 +5,7 @@
* <anders.broman@ericsson.com>
* Inserted routines for BICC dissection according to Q.765.5 Q.1902 Q.1970 Q.1990,
* calling SDP dissector for RFC2327 decoding.
- * $Id: packet-isup.c,v 1.37 2003/11/24 00:05:09 guy Exp $
+ * $Id: packet-isup.c,v 1.38 2003/12/04 05:47:38 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -3764,6 +3764,7 @@ static const value_string isup_Pass_on_not_possible_indicator_vals[] = {
{ 0x01, "Discard message" },
{ 0x02, "Discard parameter" },
{ 0x03, "Reserved (interpreted as 00)" },
+ { 0, NULL },
};
static const value_string ISUP_Broadband_narrowband_interworking_indicator_vals[] = {
@@ -3771,6 +3772,7 @@ static const value_string ISUP_Broadband_narrowband_interworking_indicator_vals[
{ 0x01, "Discard message" },
{ 0x02, "Release call" },
{ 0x03, "Discard parameter" },
+ { 0, NULL },
};
static void