changeset 163 | 2a7e05018eeb |
parent 150 | 663120712cd9 |
child 454 | f7d4e9f00b00 |
--- a/src/common/pcap-writer.cc Tue Nov 21 15:50:09 2006 +0100 +++ b/src/common/pcap-writer.cc Tue Nov 21 15:53:32 2006 +0100 @@ -69,7 +69,7 @@ { if (m_writer != 0) { - uint64_t current = Simulator::Now ().ApproximateToMicroSeconds (); + uint64_t current = Simulator::Now ().GetMicroSeconds (); uint64_t s = current / 1000000; uint64_t us = current % 1000000; Write32 (s & 0xffffffff);