Adding a method to delete a bad sequence in a signature after we test the produced...
authorrtrimana <rtrimana@uci.edu>
Wed, 7 Nov 2018 19:03:20 +0000 (11:03 -0800)
committerrtrimana <rtrimana@uci.edu>
Wed, 7 Nov 2018 19:03:20 +0000 (11:03 -0800)
commit5e218439685fd124be1474ffd095347485aebe1b
treeb35e675c548fefda3837c04cda4912e1f0489f70
parent7f898e6c4238f9ebd11c3a2187c13cbd07b6d865
Adding a method to delete a bad sequence in a signature after we test the produced signature file against its own PCAP file---one case like this is the Nest Thermostat.
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/Main.java
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/detection/ClusterMatcher.java
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/detection/SignatureDetector.java
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/util/PcapPacketUtils.java
python_ml/validate-detection.py