X-Git-Url: http://plrg.eecs.uci.edu/git/?p=pingpong.git;a=blobdiff_plain;f=Code%2FProjects%2FPacketLevelSignatureExtractor%2Fexecute_layer3_unsw_all_detection.sh;h=8a26715f6ca46b10b593e05f4408018009d9bccb;hp=e4b1301c0334ca79f8ff7df90c16bc3894d97c20;hb=e858f6e0e1b043e17b7a31138f3dc6b093553b1d;hpb=9a7fc72d31cb71997c50f23d3f6858206249cd7d diff --git a/Code/Projects/PacketLevelSignatureExtractor/execute_layer3_unsw_all_detection.sh b/Code/Projects/PacketLevelSignatureExtractor/execute_layer3_unsw_all_detection.sh index e4b1301..8a26715 100755 --- a/Code/Projects/PacketLevelSignatureExtractor/execute_layer3_unsw_all_detection.sh +++ b/Code/Projects/PacketLevelSignatureExtractor/execute_layer3_unsw_all_detection.sh @@ -59,7 +59,7 @@ do ON_SIGNATURE="$SIGNATURES_BASE_DIR/arlo-camera/signatures/arlo-camera-onSignature-phone-side.sig" OFF_SIGNATURE="$SIGNATURES_BASE_DIR/arlo-camera/signatures/arlo-camera-offSignature-phone-side.sig" RESULTS_FILE="$OUTPUT_DIR/arlo-camera/arlo-camera.eth0.detection.pcap___phone-side$i.detectionresults" - SIGNATURE_DURATION="213" + SIGNATURE_DURATION="548" PROGRAM_ARGS="'$PCAP_FILE' '$ON_ANALYSIS' '$OFF_ANALYSIS' '$ON_SIGNATURE' '$OFF_SIGNATURE' '$RESULTS_FILE' '$SIGNATURE_DURATION'" ./gradlew run -DmainClass=edu.uci.iotproject.detection.layer3.Layer3SignatureDetector --args="$PROGRAM_ARGS"