updated analsysi

This commit is contained in:
ggw
2026-05-26 08:11:29 -07:00
parent 7d7297b12f
commit 293e7e85a7
3 changed files with 121 additions and 89 deletions
+3 -3
View File
@@ -3,7 +3,7 @@ import time
import matplotlib.pyplot as plt
log = open('5-23-2026-first-10-min.LOG','rb').read()
log = open('00140426.LOG','rb').read()
types = packet_parser_helpers.get_type_list(packet_parser_helpers.packet_definitions)
@@ -17,7 +17,7 @@ while index < len(log):
#time.sleep(0.1)
except IndexError:
break
index += 4 + size
index += 4096 #4 + size
packet_parser_helpers.make_graphs()
#packet_parser_helpers.make_graphs()