summaryrefslogtreecommitdiff
path: root/util/encode_packet_trace.py
diff options
context:
space:
mode:
Diffstat (limited to 'util/encode_packet_trace.py')
-rwxr-xr-xutil/encode_packet_trace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/encode_packet_trace.py b/util/encode_packet_trace.py
index bee26f01c..0734d43c8 100755
--- a/util/encode_packet_trace.py
+++ b/util/encode_packet_trace.py
@@ -105,7 +105,7 @@ def main():
header = packet_pb2.PacketHeader()
header.obj_id = "Converted ASCII trace " + sys.argv[1]
# Assume the default tick rate
- header.tick_freq = 1000000000
+ header.tick_freq = 1000000000000
protolib.encodeMessage(proto_out, header)
# For each line in the ASCII trace, create a packet message and