aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-juniper.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-01-31 18:35:06 +0000
committerBill Meier <wmeier@newsguy.com>2013-01-31 18:35:06 +0000
commit959ae3d687ca94a503174a496fec3ef803654bd6 (patch)
tree30c68a897e8c8ad05bbdc2aa88305db76954ab6f /epan/dissectors/packet-juniper.c
parentd3a7f4b817160718d31eb3dd3b0b9a2029055c73 (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=47391
Diffstat (limited to 'epan/dissectors/packet-juniper.c')
-rw-r--r--epan/dissectors/packet-juniper.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-juniper.c b/epan/dissectors/packet-juniper.c
index 47ddecfe6e..b252134f90 100644
--- a/epan/dissectors/packet-juniper.c
+++ b/epan/dissectors/packet-juniper.c
@@ -1362,11 +1362,11 @@ void
proto_register_juniper(void)
{
static hf_register_info hf[] = {
-/**
+#if 0
{ &hf_juniper_magic,
{ "Magic Number", "juniper.magic-number", FT_UINT24, BASE_HEX,
NULL, 0x0, NULL, HFILL }},
-**/
+#endif
{ &hf_juniper_direction,
{ "Direction", "juniper.direction", FT_UINT8, BASE_HEX,
VALS(juniper_direction_vals), 0x0, NULL, HFILL }},