Prepare a data structure for keeping track of FIN and their corresponding ACK packets...
authorJanus Varmarken <varmarken@gmail.com>
Fri, 11 May 2018 02:22:05 +0000 (19:22 -0700)
committerJanus Varmarken <varmarken@gmail.com>
Fri, 11 May 2018 02:22:05 +0000 (19:22 -0700)
commit9c41e9509bc2781359f70c07939b617c9e7e6b68
tree45f8a2d90f6574e11bababbe06ff315780e84f25
parent746117b5ef8859c22b01158bd6c031379bc2656d
Prepare a data structure for keeping track of FIN and their corresponding ACK packets. This is to be used for detecting when a connection is (gracefully) shut down.
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/Conversation.java
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/FinAckPair.java [new file with mode: 0644]
Code/Projects/SmartPlugDetector/src/main/java/edu/uci/iotproject/util/PcapPacketUtils.java [new file with mode: 0644]