From: Janus Varmarken Date: Mon, 21 Jan 2019 19:44:50 +0000 (-0800) Subject: Layer 2 detection script: fix mistake in output path for Wemo Plug. X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=commitdiff_plain;h=161252db7d79550612bb80c9fb7711902545e513 Layer 2 detection script: fix mistake in output path for Wemo Plug. --- 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'"