From 0960e508e4fdac8449dec1a901c146b977e17b7f Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Sat, 26 Jan 2013 18:54:53 +0000 Subject: Comment out cases of unused hf array entries found by checkhf. svn path=/trunk/; revision=47302 --- epan/dissectors/packet-tns.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epan/dissectors/packet-tns.c') diff --git a/epan/dissectors/packet-tns.c b/epan/dissectors/packet-tns.c index 52b36abac7..4d4747c3e2 100644 --- a/epan/dissectors/packet-tns.c +++ b/epan/dissectors/packet-tns.c @@ -120,7 +120,7 @@ static int hf_tns_abort_data = -1; static int hf_tns_marker = -1; static int hf_tns_marker_type = -1; static int hf_tns_marker_data_byte = -1; -static int hf_tns_marker_data = -1; +/* static int hf_tns_marker_data = -1; */ static int hf_tns_redirect = -1; static int hf_tns_redirect_data_length = -1; @@ -1224,9 +1224,11 @@ void proto_register_tns(void) { &hf_tns_marker_data_byte, { "Marker Data Byte", "tns.marker.databyte", FT_UINT8, BASE_HEX, NULL, 0x0, NULL, HFILL }}, +/** { &hf_tns_marker_data, { "Marker Data", "tns.marker.data", FT_UINT16, BASE_HEX, NULL, 0x0, NULL, HFILL }}, +**/ { &hf_tns_control, { "Control", "tns.control", FT_BOOLEAN, BASE_NONE, -- cgit v1.2.3