aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h248
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2006-10-10 08:10:42 +0000
committerGuy Harris <guy@alum.mit.edu>2006-10-10 08:10:42 +0000
commit51a426a4cad66a0fa094c748000721c956307589 (patch)
treed66b1a11cf32ef0d716114af5212b29f118e0082 /asn1/h248
parentbadda625ae96fd73856d897c77a8a0f5c6911b98 (diff)
Clean up some compiler warnings.
svn path=/trunk/; revision=19473
Diffstat (limited to 'asn1/h248')
-rw-r--r--asn1/h248/packet-h248-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h248/packet-h248-template.c b/asn1/h248/packet-h248-template.c
index c945024204..d542ef9d96 100644
--- a/asn1/h248/packet-h248-template.c
+++ b/asn1/h248/packet-h248-template.c
@@ -573,7 +573,7 @@ extern void h248_param_external_dissector(proto_tree* tree, tvbuff_t* tvb, packe
}
-static h248_package_t no_package = { 0xffff, &hf_h248_no_pkg, &hf_248_no_pkg_param, &ett_h248_no_pkg, NULL, NULL, NULL };
+static h248_package_t no_package = { 0xffff, &hf_h248_no_pkg, &hf_248_no_pkg_param, &ett_h248_no_pkg, NULL, NULL, NULL, NULL };
static h248_pkg_sig_t no_signal = { 0, &hf_h248_no_sig, &ett_h248_no_sig, NULL };
static h248_pkg_param_t no_param = { 0, &hf_h248_no_param, h248_param_item, NULL };
static h248_pkg_evt_t no_event = { 0, &hf_h248_no_evt, &ett_h248_no_evt, NULL };