aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-v52.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-v52.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-v52.c')
-rw-r--r--epan/dissectors/packet-v52.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/epan/dissectors/packet-v52.c b/epan/dissectors/packet-v52.c
index 8d61d178c6..c72663fd98 100644
--- a/epan/dissectors/packet-v52.c
+++ b/epan/dissectors/packet-v52.c
@@ -2252,18 +2252,18 @@ proto_register_v52(void)
{ &hf_v52_discriminator,
{ "Protocol discriminator", "v52.disc", FT_UINT8, BASE_HEX, NULL, 0x0,
NULL, HFILL }},
-/**
+#if 0
{ &hf_v52_address,
{ "Address", "v52.address",
FT_UINT8, BASE_HEX, NULL, 0xff,
NULL, HFILL } },
-**/
-/**
+#endif
+#if 0
{ &hf_v52_low_address,
{ "Address Low", "v52.low_address",
FT_UINT8, BASE_HEX, NULL, 0xff,
NULL, HFILL } },
-**/
+#endif
/* ISDN */
{ &hf_v52_isdn_address,
{ "Address isdn", "v52.isdn_address",
@@ -2310,18 +2310,18 @@ proto_register_v52(void)
FT_UINT8, BASE_HEX, NULL, 0xff,
NULL, HFILL } },
/* CONTROL */
-/**
+#if 0
{ &hf_v52_ctrl_address,
{ "Address ctrl", "v52.ctrl_address",
FT_UINT8, BASE_HEX, NULL, 0xff,
NULL, HFILL } },
-**/
-/**
+#endif
+#if 0
{ &hf_v52_ctrl_low_address,
{ "Address ctrl Low", "v52.ctrl_low_address",
FT_UINT8, BASE_HEX, NULL, 0xff,
NULL, HFILL } },
-**/
+#endif
/* OTHER */
{&hf_v52_msg_type,
{ "Message type", "v52.msg_type",