Cleanup of layer 2 sequence detection: get rid of some experimental classes
[pingpong.git] / Code / Projects / SmartPlugDetector / src / main / java / edu / uci / iotproject / Conversation.java
2018-11-02 rtrimanaTemporary fix for router's IP as client for WAN trace...
2018-10-31 rtrimanaChecking in new code for signature generation; Arlo...
2018-09-20 Janus Varmarkenpreliminary work on signature detection
2018-09-05 rtrimanaMerging changes.
2018-09-04 Janus VarmarkenDo some refactoring to prevent code duplication; change...
2018-09-01 rtrimanaMerge branch 'master' of https://github.uci.edu/rtriman...
2018-08-31 Janus VarmarkenConversation.java: added unconvetional TLS ports used...
2018-08-30 rtrimanaAdding more checks for Application Data; basically...
2018-08-25 Janus VarmarkenConversation.java: implemented logging of TLS applicati...
2018-08-20 rtrimanaMerge branch 'master' of https://github.uci.edu/rtriman...
2018-08-19 Janus VarmarkenConversation.java: make Direction enum public, and...
2018-08-19 Janus VarmarkenConversation.java: add infrastructure for tracking...
2018-08-19 Janus VarmarkenConversation: replace RuntimeExceptions with AssertionE...
2018-07-24 rtrimanaMerge branch 'master' of https://github.uci.edu/rtriman...
2018-07-18 Janus VarmarkenConversation: ensure packets are added to list in desce...
2018-07-13 Janus VarmarkenCode for reassembling TCP streams. Not thoroughly teste...
2018-07-11 Janus VarmarkenAdd code for recording SYN packets in Conversation.
2018-07-11 Janus VarmarkenBug-fix: Use seperate, direction-dependent sets of...
2018-05-11 Janus VarmarkenPut checks for explicit termination of conversation...
2018-05-11 Janus Varmarkenadd method for checking if a Conversation has been...
2018-05-11 Janus VarmarkenPrepare a data structure for keeping track of FIN and...
2018-05-04 Janus VarmarkenMerge branch 'master' of https://github.uci.edu/rtriman...
2018-05-04 Janus VarmarkenMove retransmission checks to Conversation class.
2018-05-04 Janus VarmarkenAdd getPackets to Conversation's API.
2018-05-03 Janus VarmarkenExtract Conversation to separate file (i.e. it is no...