Making sure that merging would fail if there is a situation where two sequences are...
authorrtrimana <rtrimana@uci.edu>
Wed, 31 Oct 2018 23:28:21 +0000 (16:28 -0700)
committerrtrimana <rtrimana@uci.edu>
Wed, 31 Oct 2018 23:28:21 +0000 (16:28 -0700)
commitea9e942e81891808d27fdd01ab2557405eb2a028
tree41987d649f473fa17e4bd3612ed74e2178c7098f
parent186f820b944802cb1be69875181eba48d9ea4391
Making sure that merging would fail if there is a situation where two sequences are sometimes adjacent and sometimes aren't. The detection part will detect these, instead, as separate ordered sequences (that are in one TCP connection).
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/Main.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