Index: webrtc/rtc_tools/network_tester/parse_packet_log.py |
diff --git a/webrtc/tools/network_tester/parse_packet_log.py b/webrtc/rtc_tools/network_tester/parse_packet_log.py |
similarity index 99% |
rename from webrtc/tools/network_tester/parse_packet_log.py |
rename to webrtc/rtc_tools/network_tester/parse_packet_log.py |
index 3b263e0d6713ff0858fd9d21b5db93ca06387b29..98fd0f6964479eff1c8c72f44e093004047d6126 100755 |
--- a/webrtc/tools/network_tester/parse_packet_log.py |
+++ b/webrtc/rtc_tools/network_tester/parse_packet_log.py |
@@ -6,7 +6,7 @@ |
# in the file PATENTS. All contributing project authors may |
# be found in the AUTHORS file in the root of the source tree. |
-# To run this script please copy "out/<build_name>/pyproto/webrtc/tools/ |
+# To run this script please copy "out/<build_name>/pyproto/webrtc/rtc_tools/ |
# network_tester/network_tester_packet_pb2.py" next to this script. |
# The you can run this script with: |
# "python parse_packet_log.py -f packet_log.dat" |