From 2a7cc37ea488e482ae5c4b084a524a4327e8a6b3 Mon Sep 17 00:00:00 2001 From: rtrimana Date: Wed, 4 Sep 2019 11:36:44 -0700 Subject: [PATCH] Fixing a mistake in the script. --- .../execute_vpn_smarthome_all_detection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Projects/PacketLevelSignatureExtractor/execute_vpn_smarthome_all_detection.sh b/Code/Projects/PacketLevelSignatureExtractor/execute_vpn_smarthome_all_detection.sh index 9ab2898..e7b35c0 100755 --- a/Code/Projects/PacketLevelSignatureExtractor/execute_vpn_smarthome_all_detection.sh +++ b/Code/Projects/PacketLevelSignatureExtractor/execute_vpn_smarthome_all_detection.sh @@ -199,7 +199,7 @@ PROGRAM_ARGS="'$PCAP_FILE' '$ON_ANALYSIS' '$OFF_ANALYSIS' '$ON_SIGNATURE' '$OFF_ # ====================================================================================================================== # =============================================== ECOBEE THERMOSTAT FAN ================================================ -PCAP_FILE="$PCAPS_BASE_DIR/ecobee-thermostat/ecobee-thermostat-fan/vpn/ecobee-thermostat-fan.vpn.stpvpn.pcap" +PCAP_FILE="$PCAPS_BASE_DIR/ecobee-thermostat/ecobee-thermostat-fan/vpn/ecobee-thermostat-fan.stpvpn.pcap" # PHONE SIDE ON_ANALYSIS="$SIGNATURES_BASE_DIR/ecobee-thermostat/ecobee-thermostat-fan/analyses/ecobee-thermostat-fan-onClusters-phone-side.cls" -- 2.34.1