Backing up first working version of layer 2 signature detection. Lacks functionality...
authorJanus Varmarken <varmarken@gmail.com>
Fri, 18 Jan 2019 06:17:59 +0000 (22:17 -0800)
committerJanus Varmarken <varmarken@gmail.com>
Fri, 18 Jan 2019 06:17:59 +0000 (22:17 -0800)
commit0b7ad250a246c3dfb6bee4fdf058ee5562a02f23
treed7692093d3b717f2c3db9506ee2ca49008a55540
parent884d5e68edad0b94de1406ea6f4993606c066bff
Backing up first working version of layer 2 signature detection. Lacks functionality that prevents having multiple signature matchers in the same state and/or filtering. Also needs cleanup.
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/detection/AbstractSignatureDetector.java [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/detection/SignatureDetectorObserver.java [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/detection/layer2/Layer2ClusterMatcher.java
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/detection/layer2/Layer2SignatureDetector.java [new file with mode: 0644]