aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2008-07-30 19:11:28 +0000
committerGuy Harris <guy@alum.mit.edu>2008-07-30 19:11:28 +0000
commit476c61472a9b684ec86ba508b5b20e89a8816708 (patch)
treea18d4b14c175dc1d1d99b7da9f4ddfb9ea096d4e /plugins
parentde0ca39861f9dc6c31719fa62d936a725f294a39 (diff)
No C++ comments - some compilers don't allow them (at least not by default).
svn path=/trunk/; revision=25878
Diffstat (limited to 'plugins')
-rw-r--r--plugins/infiniband/packet-infiniband.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/infiniband/packet-infiniband.c b/plugins/infiniband/packet-infiniband.c
index a9ecbc2e7c..55d5cf8719 100644
--- a/plugins/infiniband/packet-infiniband.c
+++ b/plugins/infiniband/packet-infiniband.c
@@ -1076,7 +1076,9 @@ static void parse_RWH(proto_tree * ah_tree, tvbuff_t *tvb, gint *offset, packet_
RWH_header_tree = proto_item_add_subtree(RWH_header_item, ett_rwh);
ether_type = tvb_get_ntohs(tvb, *offset);
- //ether_type = ether_type & 0x0F; /* mask off reserved bits just in case. */
+#if 0
+ ether_type = ether_type & 0x0F; /* mask off reserved bits just in case. */
+#endif
*offset += 2;
proto_tree_add_uint(RWH_header_tree, hf_infiniband_reserved16_RWH, tvb,