updated analsysi
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user