From 161252db7d79550612bb80c9fb7711902545e513 Mon Sep 17 00:00:00 2001 From: Janus Varmarken Date: Mon, 21 Jan 2019 11:44:50 -0800 Subject: [PATCH] Layer 2 detection script: fix mistake in output path for Wemo Plug. --- .../SmartPlugDetector/execute_layer2_smarthome_all_detection.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Projects/SmartPlugDetector/execute_layer2_smarthome_all_detection.sh b/Code/Projects/SmartPlugDetector/execute_layer2_smarthome_all_detection.sh index e16277d..adcf367 100755 --- a/Code/Projects/SmartPlugDetector/execute_layer2_smarthome_all_detection.sh +++ b/Code/Projects/SmartPlugDetector/execute_layer2_smarthome_all_detection.sh @@ -224,7 +224,7 @@ PCAP_FILE="$PCAPS_BASE_DIR/wemo-plug/wlan1/wemo-plug.wlan1.detection.pcap" # PHONE SIDE ON_SIGNATURE="$SIGNATURES_BASE_DIR/wemo-plug/signatures/wemo-plug-onSignature-phone-side.sig" OFF_SIGNATURE="$SIGNATURES_BASE_DIR/wemo-plug/signatures/wemo-plug-offSignature-phone-side.sig" -RESULTS_FILE="$OUTPUT_DIR/wemo-plug/wlan1/wemo-plug.wlan1.detection.pcap___phone-side.detectionresults" +RESULTS_FILE="$OUTPUT_DIR/wemo-plug/wemo-plug.wlan1.detection.pcap___phone-side.detectionresults" PROGRAM_ARGS="'$PCAP_FILE' '$ON_SIGNATURE' '$OFF_SIGNATURE' '$RESULTS_FILE'" -- 2.34.1