aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ncp-nmas.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-01-31 18:31:28 +0000
committerBill Meier <wmeier@newsguy.com>2013-01-31 18:31:28 +0000
commitd3a7f4b817160718d31eb3dd3b0b9a2029055c73 (patch)
treecf0332af039331f5b57c4d4403bca40f268fada5 /epan/dissectors/packet-ncp-nmas.c
parentc439b805e20dd9dba744b3f7216c970c3591592e (diff)
Use '#if 0 ... #endif' rather than /** ... **/ to comment out
unused hf[] entries (which I should have done in the first place). svn path=/trunk/; revision=47390
Diffstat (limited to 'epan/dissectors/packet-ncp-nmas.c')
-rw-r--r--epan/dissectors/packet-ncp-nmas.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-ncp-nmas.c b/epan/dissectors/packet-ncp-nmas.c
index a48887608a..f3a65f3d36 100644
--- a/epan/dissectors/packet-ncp-nmas.c
+++ b/epan/dissectors/packet-ncp-nmas.c
@@ -652,17 +652,17 @@ void
proto_register_nmas(void)
{
static hf_register_info hf_nmas[] = {
-/**
+#if 0
{ &hf_func,
{ "Function", "nmas.func", FT_UINT8, BASE_HEX, NULL, 0x0,
NULL, HFILL }},
-**/
+#endif
-/**
+#if 0
{ &hf_subfunc,
{ "Subfunction", "nmas.subfunc", FT_UINT8, BASE_HEX, NULL, 0x0,
NULL, HFILL }},
-**/
+#endif
{ &hf_ping_version,
{ "Ping Version", "nmas.ping_version", FT_UINT32, BASE_HEX, NULL, 0x0,
@@ -711,11 +711,11 @@ proto_register_nmas(void)
{ "Message Verb", "nmas.msg_verb", FT_UINT8, BASE_HEX, VALS(nmas_msgverb_enum), 0x0,
NULL, HFILL }},
-/**
+#if 0
{ &hf_attribute,
{ "Attribute Type", "nmas.attribute", FT_UINT32, BASE_DEC, VALS(nmas_attribute_enum), 0x0,
NULL, HFILL }},
-**/
+#endif
{ &hf_clearance,
{ "Requested Clearance", "nmas.clearance",