aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/wimax/wimax_hack_decoder.c5
-rw-r--r--tap-mgcpstat.c1
-rw-r--r--tap-radiusstat.c1
3 files changed, 5 insertions, 2 deletions
diff --git a/plugins/wimax/wimax_hack_decoder.c b/plugins/wimax/wimax_hack_decoder.c
index 684e628fda..cf11b47ac5 100644
--- a/plugins/wimax/wimax_hack_decoder.c
+++ b/plugins/wimax/wimax_hack_decoder.c
@@ -54,13 +54,14 @@ static const value_string vals_flags[] =
{
{0, "Even Half-Slot (tiles 0,2,4)"},
{1, "Odd Half-Slot (tiles 1,3,5)"},
- {0, NULL}
+ {0, NULL}
};
static const value_string vals_values[] =
{
{0, "ACK"},
- {1, "NACK"}
+ {1, "NACK"},
+ {0, NULL}
};
static gint hf_hack_burst = -1;
diff --git a/tap-mgcpstat.c b/tap-mgcpstat.c
index 816388bd87..1c6b850bbc 100644
--- a/tap-mgcpstat.c
+++ b/tap-mgcpstat.c
@@ -64,6 +64,7 @@ static const value_string mgcp_mesage_type[] = {
{ 7, "AUEP "},
{ 8, "AUCX "},
{ 9, "RSIP "},
+ { 0, NULL}
};
static int
diff --git a/tap-radiusstat.c b/tap-radiusstat.c
index 2899f9fb5b..2d6a3fc9d6 100644
--- a/tap-radiusstat.c
+++ b/tap-radiusstat.c
@@ -62,6 +62,7 @@ static const value_string radius_message_code[] = {
{ 5, "Diconnect "},
{ 6, "Change Filter "},
{ 7, "Other "},
+ { 0, NULL}
};
static int