From ab0746820dc4e5a59d0fbd490854705ed02aba22 Mon Sep 17 00:00:00 2001 From: stig Date: Wed, 24 Jun 2009 01:40:54 +0000 Subject: From Kovarththanan Rajaratnam: More asn1/* header field info cleanup git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28826 f5534014-38df-0310-8fa8-9805f1628bb7 --- asn1/h225/packet-h225-template.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'asn1/h225') diff --git a/asn1/h225/packet-h225-template.c b/asn1/h225/packet-h225-template.c index 975a57a3a1..b1d37ab51a 100644 --- a/asn1/h225/packet-h225-template.c +++ b/asn1/h225/packet-h225-template.c @@ -225,16 +225,16 @@ void proto_register_h225(void) { static hf_register_info hf[] = { { &hf_h221Manufacturer, { "H.221 Manufacturer", "h221.Manufacturer", FT_UINT32, BASE_HEX, - VALS(H221ManufacturerCode_vals), 0, "H.221 Manufacturer", HFILL }}, + VALS(H221ManufacturerCode_vals), 0, NULL, HFILL }}, { &hf_h225_ras_req_frame, { "RAS Request Frame", "h225.ras.reqframe", FT_FRAMENUM, BASE_NONE, - NULL, 0, "RAS Request Frame", HFILL }}, + NULL, 0, NULL, HFILL }}, { &hf_h225_ras_rsp_frame, { "RAS Response Frame", "h225.ras.rspframe", FT_FRAMENUM, BASE_NONE, - NULL, 0, "RAS Response Frame", HFILL }}, + NULL, 0, NULL, HFILL }}, { &hf_h225_ras_dup, { "Duplicate RAS Message", "h225.ras.dup", FT_UINT32, BASE_DEC, - NULL, 0, "Duplicate RAS Message", HFILL }}, + NULL, 0, NULL, HFILL }}, { &hf_h225_ras_deltatime, { "RAS Service Response Time", "h225.ras.timedelta", FT_RELATIVE_TIME, BASE_NONE, NULL, 0, "Timedelta between RAS-Request and RAS-Response", HFILL }}, -- cgit v1.2.3