First work on layer 2 sequence matching. Basic functionality seems to work. Cleanup...
authorJanus Varmarken <varmarken@gmail.com>
Sun, 13 Jan 2019 03:58:13 +0000 (19:58 -0800)
committerJanus Varmarken <varmarken@gmail.com>
Sun, 13 Jan 2019 03:58:44 +0000 (19:58 -0800)
commit4bc5b760e1f3469747793b86ac61cbd6b3b917fc
tree413953a78a658e3c0b47a2190f0cef1954b89f10
parentdba32c7cde4a4ae9457323b86e7300c84b358c39
First work on layer 2 sequence matching. Basic functionality seems to work. Cleanup needed.
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/L2FlowReassembler.java [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/Layer2Flow.java [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/Layer2FlowReassemblerObserver.java [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/StateMachine.java [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/detection/AbstractClusterMatcher.java [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/detection/L2ClusterMatcher.java [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/detection/Layer2ClusterMatcher.java [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/detection/Layer2FlowObserver.java [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/detection/Layer2SequenceMatcher.java [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/util/PcapPacketUtils.java