From 170386ac5bfe9fdce583d3a9af58230e81aee224 Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Tue, 6 Mar 2007 23:16:59 +0000 Subject: terminate an array! svn path=/trunk/; revision=20987 --- epan/dissectors/packet-h248_q1950.c | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-h248_q1950.c') diff --git a/epan/dissectors/packet-h248_q1950.c b/epan/dissectors/packet-h248_q1950.c index 201a6682d5..a5d26f8f93 100644 --- a/epan/dissectors/packet-h248_q1950.c +++ b/epan/dissectors/packet-h248_q1950.c @@ -207,6 +207,7 @@ static const h248_pkg_param_t h248_pkg_GB_BNCChange_pars[] = { static const h248_pkg_evt_t h248_pkg_GB_events[] = { { 0x0001, &hf_h248_pkg_GB_BNCChange, &ett_h248_pkg_GB_BNCChange, h248_pkg_GB_BNCChange_pars, h248_pkg_GB_BNCChange_params_vals}, + { 0, NULL, NULL, NULL, NULL} }; static const value_string h248_pkg_GB_signals_vals[] = { -- cgit v1.2.3