Sketch code for extracting packet pairs (unfinished - unsure how to apply it to recon...
authorJanus Varmarken <varmarken@gmail.com>
Wed, 18 Jul 2018 01:57:17 +0000 (18:57 -0700)
committerJanus Varmarken <varmarken@gmail.com>
Wed, 18 Jul 2018 01:57:17 +0000 (18:57 -0700)
commit0402965f143de5ae5efd5f8899aa7d6a108194b4
tree3e34b076ca32947c02cf3cd69180b28954237053
parente3ee3861bca5f9336b025310b5501063066ea4b1
Sketch code for extracting packet pairs (unfinished - unsure how to apply it to reconstructed tcp conversations).
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/Main.java
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/analysis/PcapPacketFilter.java [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/analysis/PcapPacketPair.java [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/analysis/TcpConversationUtils.java [new file with mode: 0644]