aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mip.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-mip.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-mip.c')
-rw-r--r--epan/dissectors/packet-mip.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/epan/dissectors/packet-mip.c b/epan/dissectors/packet-mip.c
index 43e97bde11..aeb413aa14 100644
--- a/epan/dissectors/packet-mip.c
+++ b/epan/dissectors/packet-mip.c
@@ -1050,12 +1050,12 @@ void proto_register_mip(void)
FT_BOOLEAN, 16, NULL, 16384,
"Inform Mobile Node", HFILL }
},
-/**
+#if 0
{ &hf_mip_rev_reserved2,
{ "Reserved", "mip.rev.reserved2",
FT_UINT16, BASE_HEX, NULL, 0x3fff,
NULL, HFILL}},
-**/
+#endif
{ &hf_mip_hda,
{ "Home Domain Address", "mip.rev.hda",
FT_IPv4, BASE_NONE, NULL, 0,
@@ -1081,12 +1081,12 @@ void proto_register_mip(void)
FT_BOOLEAN, 16, NULL, 32768,
"Inform Mobile Node", HFILL }
},
-/**
+#if 0
{ &hf_mip_ack_reserved2,
{ "Reserved", "mip.ack.reserved2",
FT_UINT16, BASE_HEX, NULL, 0x7fff,
NULL, HFILL}},
-**/
+#endif
{ &hf_mip_dhaext_stype,
{ "DynHA Ext SubType", "mip.ext.dynha.subtype",
FT_UINT8, BASE_DEC, VALS(mip_dhaext_stypes), 0,