From e3ef20f3eab51407035b233cb7ad38f701f3ede3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Tue, 23 Jun 2009 06:02:12 +0000 Subject: From Kovarththanan Rajaratnam: Clean up header field info in asn1/*-template.c files. From me: Fixed a few typos in the patch. svn path=/trunk/; revision=28817 --- asn1/q932/packet-q932-template.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'asn1/q932/packet-q932-template.c') diff --git a/asn1/q932/packet-q932-template.c b/asn1/q932/packet-q932-template.c index b69732ac29..812a7c1806 100644 --- a/asn1/q932/packet-q932-template.c +++ b/asn1/q932/packet-q932-template.c @@ -281,14 +281,14 @@ void proto_register_q932(void) { FT_UINT8, BASE_DEC, NULL, 0x0, "Information Element Length", HFILL }}, { &hf_q932_ie_data, { "Data", "q932.ie.data", - FT_BYTES, BASE_HEX, NULL, 0x0, - "Data", HFILL }}, + FT_BYTES, BASE_NONE, NULL, 0x0, + NULL, HFILL }}, { &hf_q932_pp, { "Protocol profile", "q932.pp", FT_UINT8, BASE_HEX, VALS(str_pp), 0x1F, - "Protocol profile", HFILL }}, + NULL, HFILL }}, { &hf_q932_nd, { "Notification description", "q932.nd", FT_UINT8, BASE_HEX, VALS(str_nd), 0x0, - "Notification description", HFILL }}, + NULL, HFILL }}, #include "packet-q932-hfarr.c" }; -- cgit v1.2.3