aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h225
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-24 01:40:54 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-06-24 01:40:54 +0000
commitab0746820dc4e5a59d0fbd490854705ed02aba22 (patch)
tree3bc9b80c9671822d006e1c37cc254564949b7a27 /asn1/h225
parent7ee0bd68e59af74dcd40c21a1e5d3847210f18b4 (diff)
From Kovarththanan Rajaratnam:
More asn1/* header field info cleanup git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28826 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/h225')
-rw-r--r--asn1/h225/packet-h225-template.c8
1 files changed, 4 insertions, 4 deletions
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 }},