analysis progress

This commit is contained in:
ggw
2026-05-27 09:13:01 -05:00
parent 293e7e85a7
commit b4e5c9e291
2 changed files with 193 additions and 87 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ import time
import matplotlib.pyplot as plt
log = open('00140426.LOG','rb').read()
log = open('longish.LOG','rb').read()
types = packet_parser_helpers.get_type_list(packet_parser_helpers.packet_definitions)