aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-zep.c
diff options
context:
space:
mode:
authortuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-23 12:09:15 +0000
committertuexen <tuexen@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-23 12:09:15 +0000
commit1574275518d8e1231cda5e8e80f8c1663f8457e0 (patch)
tree73d38927a1119ce71a3fc05622d2b26856028c3d /epan/dissectors/packet-zep.c
parent3858be165a68d7f02626d19720400ef16a905062 (diff)
Out goes a C++ comment inside #if 0 #endif to make the API checker happy.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28456 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-zep.c')
-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;
}