directory name for pcap evaluation aligned

This commit is contained in:
uhi22 2023-05-15 19:44:29 +02:00
parent 9855095294
commit 7cfb7ead46
2 changed files with 2 additions and 2 deletions

View file

@ -30,7 +30,7 @@ from helpers import combineValueAndMultiplier
import json
# The path where the script will search for pcap files:
directory = '../temp/to_decode'
directory = 'local/pcaps_to_convert'
# stop the evaluation after this number of packets. Set to zero to have no limit.
nLimitNumberOfPackets = 1000

View file

@ -40,7 +40,7 @@ c.create_line(x0Scope+xSizeScope, y0Scope+ySizeScope, x0Scope+xSizeScope, y0Scop
c.create_line(x0Scope+xSizeScope, y0Scope+ySizeScope, x0Scope, y0Scope+ySizeScope, fill="#FFFFFF")
inputFileName = "../temp/2023-05-11_205813_tcpdump.pcap.values.txt"
inputFileName = "local/pcaps_converted/2023-05-12_170340_tcpdump.pcap.values.txt"
fileIn = open(inputFileName, 'r')
Lines = fileIn.readlines()