aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-erf.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-05-11 17:18:59 +0000
committerBill Meier <wmeier@newsguy.com>2008-05-11 17:18:59 +0000
commit392d7f73764e6f29eb8ca88038ac4788e6e0a962 (patch)
treedd5f88ea58490b5f51ded6ec7b2e440174daf040 /epan/dissectors/packet-erf.c
parenta807004fa9f93285d036216082162a84ea421cda (diff)
Convert C++ style comments ...
svn path=/trunk/; revision=25273
Diffstat (limited to 'epan/dissectors/packet-erf.c')
-rw-r--r--epan/dissectors/packet-erf.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/epan/dissectors/packet-erf.c b/epan/dissectors/packet-erf.c
index 10bd8ff597..22c1522ccc 100644
--- a/epan/dissectors/packet-erf.c
+++ b/epan/dissectors/packet-erf.c
@@ -143,7 +143,7 @@ static gint ett_erf_eth = -1;
/* Default subdissector, display raw hex data */
static dissector_handle_t data_handle;
-// Possible there will be more in the future
+/* Possible there will be more in the future */
#define ERF_INFINIBAND 1
gint erf_infiniband_default = ERF_INFINIBAND;
static dissector_handle_t erf_infiniband_dissector[ERF_INFINIBAND];
@@ -615,8 +615,10 @@ dissect_erf_header(tvbuff_t *erf_tvb, packet_info *pinfo, proto_tree *erf_tree,
switch(erf_type) {
case ERF_TYPE_INFINIBAND:
- //if(data_handle) // no infiniband header but there might be later on
- // call_dissector(data_handle, tvb, pinfo, tree);
+#if 0
+ if(data_handle) /* no infiniband header but there might be later on */
+ call_dissector(data_handle, tvb, pinfo, tree);
+#endif
break;
case ERF_TYPE_LEGACY:
case ERF_TYPE_IP_COUNTER: