aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2009-05-23 12:09:15 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2009-05-23 12:09:15 +0000
commit6637bf6adf08b4a14059f66e59c9e3a6014a2bc8 (patch)
tree73d38927a1119ce71a3fc05622d2b26856028c3d /epan/dissectors
parent67bd294b03cdf8451cea67fbc47d6f9432c0962d (diff)
Out goes a C++ comment inside #if 0 #endif to make the API checker happy.
svn path=/trunk/; revision=28456
Diffstat (limited to 'epan/dissectors')
-rw-r--r--epan/dissectors/packet-zep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-zep.c b/epan/dissectors/packet-zep.c
index 7b2e0ab970..e65182ef07 100644
--- a/epan/dissectors/packet-zep.c
+++ b/epan/dissectors/packet-zep.c
@@ -183,7 +183,7 @@ dissect_zep(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
#if 0
-//??dat
+/*??dat*/
if (zep_data.ntp_time.secs && zep_data.ntp_time.nsecs) {
pinfo->fd->abs_ts = zep_data.ntp_time;
}