aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-roofnet.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-roofnet.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-roofnet.c')
-rw-r--r--epan/dissectors/packet-roofnet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-roofnet.c b/epan/dissectors/packet-roofnet.c
index 5356905cb9..37f3c472e4 100644
--- a/epan/dissectors/packet-roofnet.c
+++ b/epan/dissectors/packet-roofnet.c
@@ -294,12 +294,12 @@ void proto_register_roofnet(void)
FT_UINT32, BASE_DEC, NULL, 0x0, "Roofnet Sequential Number", HFILL }
},
-/**
+#if 0
{ &hf_roofnet_links,
{ "Links", "roofnet.links",
FT_NONE, BASE_NONE, NULL, 0x0, NULL, HFILL }
},
-**/
+#endif
{ &hf_roofnet_link_src,
{ "Source IP", "roofnet.link.src",