mirror of
https://github.com/uhi22/pyPLC.git
synced 2024-11-20 01:13:58 +00:00
directory name for pcap evaluation aligned
This commit is contained in:
parent
9855095294
commit
7cfb7ead46
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ from helpers import combineValueAndMultiplier
|
||||||
import json
|
import json
|
||||||
|
|
||||||
# The path where the script will search for pcap files:
|
# 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.
|
# stop the evaluation after this number of packets. Set to zero to have no limit.
|
||||||
nLimitNumberOfPackets = 1000
|
nLimitNumberOfPackets = 1000
|
||||||
|
|
2
scope.py
2
scope.py
|
@ -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")
|
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')
|
fileIn = open(inputFileName, 'r')
|
||||||
Lines = fileIn.readlines()
|
Lines = fileIn.readlines()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue