Fixing conflict for SignatureDetector.java.
[pingpong.git] / Code /
2018-10-09 rtrimanaFixing conflict for SignatureDetector.java.
2018-10-09 rtrimanaCommitting local changes.
2018-10-03 Janus Varmarkenadd filepaths for dlink siren and dlink plug to Signatu...
2018-10-02 Janus VarmarkenSignatureDetector.java cleanup: remove initial attempts...
2018-10-02 Janus VarmarkenAdded SignatureDetector which can detect signatures...
2018-09-26 Janus VarmarkenClusterMatcher.java: cleanup; add javadoc; change signa...
2018-09-26 Janus Varmarkenrename SignatureDetector to ClusterMatcher
2018-09-26 rtrimanaAdding the serializer/deserializer for the entire signa...
2018-09-26 Janus VarmarkenSignatureDetector.java: now also detects when the same...
2018-09-25 Janus Varmarkenbacking up first "working" version of SignatureDetector...
2018-09-22 Janus VarmarkenSignatureDetector.java: closer towards final implementa...
2018-09-22 Janus VarmarkenPcapPacketUtils.java: change implementation of getSourc...
2018-09-22 rtrimanaAdding signature sorting by timestamps.
2018-09-21 rtrimanaPerformance bug found---unnecessary outer loop introduced.
2018-09-21 Janus Varmarken[minor work in progress]
2018-09-20 Janus Varmarkenpreliminary work on signature detection
2018-09-20 rtrimanaAdding signature combining; we can improve the performa...
2018-09-19 Janus VarmarkenSupport for starting a live capture.
2018-09-19 rtrimanaOnly taking signatures in the range of trigger+/-5...
2018-09-19 rtrimanaAdding the basic signature harvesting (i.e., also savin...
2018-09-17 rtrimanaResolving conflict.
2018-09-17 rtrimanaAdding noise diff code.
2018-09-17 Janus VarmarkenFinished java-based clustering implementation (note...
2018-09-17 Janus VarmarkenPcapPacketPairWrapper: add boolean value for toggling...
2018-09-17 Janus Varmarkenchanges to .iml file that didn't make it into last...
2018-09-17 Janus VarmarkenAdd Apache Commons Math as dependency and implement...
2018-09-12 rtrimanaNew scripts to cluster based on C->S/S->C direction...
2018-09-12 rtrimanaPrinting directions in the toCSV() method in PrintUtils
2018-09-11 rtrimanaMerge branch 'master' of https://github.uci.edu/rtriman...
2018-09-11 rtrimanaCommitting changes for merging.
2018-09-11 Janus VarmarkenBugfix: fix null-pointer when formatting PcapPacketPair...
2018-09-11 Janus VarmarkenAdded support for extracting packet pairs of only TLS...
2018-09-11 rtrimanaAdding a proof of concept for clustering with source...
2018-09-06 rtrimanaAdding info about TP-Link bulb device IP.
2018-09-06 rtrimanaAdding some changes related to the second batch of...
2018-09-05 rtrimanaMerging changes.
2018-09-05 rtrimanaAdding pair checking into the pairing process
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 rtrimanaMerging
2018-08-31 Janus VarmarkenConversation.java: added unconvetional TLS ports used...
2018-08-31 Janus VarmarkenSome exploratory work on extracting TLS App Data sequence
2018-08-31 Janus VarmarkenTcpConversationUtils.java: add method for grouping...
2018-08-30 rtrimanaAdding more checks for Application Data; basically...
2018-08-28 rtrimanaExtracting Application Data pairs into files for ON...
2018-08-27 rtrimanaAdding a boolean variable to choose between the verbose...
2018-08-25 Janus VarmarkenConversation.java: implemented logging of TLS applicati...
2018-08-23 rtrimanaMerge branch 'master' of https://github.uci.edu/rtriman...
2018-08-23 rtrimanaAdding Python ML examples of clustering data points.
2018-08-21 Janus VarmarkenSequenceExtration.java: finish up naive implementation...
2018-08-21 Janus Varmarkenupdate to gradle 4.9
2018-08-20 rtrimanaMerge branch 'master' of https://github.uci.edu/rtriman...
2018-08-20 rtrimanaFew more tests in Main.java
2018-08-19 Janus VarmarkenSequenceExtraction.java: work in progress, ignore it.
2018-08-19 Janus VarmarkenTcpConversationUtils.java: make SYNs, FINs, and RSTs...
2018-08-19 Janus VarmarkenTcpReassembler.java: add RST packets to Conversations...
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-08-19 Janus VarmarkenMain.java: add paths for truncated TP Link Plug trace
2018-08-19 Janus VarmarkenStashing preliminary work on sequence extraction
2018-08-17 rtrimanaAdding more devices
2018-08-15 rtrimanaAdding more devices
2018-08-11 Janus VarmarkenImplement a generic version of the sequence alignment...
2018-08-09 rtrimanaAdding a new device: Lifx light bulb.
2018-08-08 rtrimanaAdding one more entry in clicker.sh and Main.java
2018-08-06 rtrimanaAdding Kwikset doorlock.
2018-08-03 rtrimanaMerge branch 'master' of https://github.uci.edu/rtriman...
2018-08-03 rtrimanaChanging Main.java
2018-08-03 Janus VarmarkenAdded grouping of conversations by sequence identifeir
2018-08-03 rtrimanaAdding paths etc.
2018-08-03 Janus VarmarkenTrafficLabeler.java: provide functionality for extracti...
2018-08-02 Janus VarmarkenTrafficLabeler.java: implemented support for exporting...
2018-08-02 Janus VarmarkenMain.java: add paths to Wemo data files
2018-08-02 Janus VarmarkenMain.java: add paths to TP-Link Bulb data
2018-08-02 Janus Varmarkeninvoke TrafficLabeler from Main.java (ignoring results...
2018-08-02 Janus VarmarkenFirst attempt at labeling traffic with user actions
2018-07-31 rtrimanaMerge branch 'master' of https://github.uci.edu/rtriman...
2018-07-27 Janus VarmarkenTcpConversationUtils.java and Main.java: add support...
2018-07-27 Janus VarmarkenMain.java: change filepaths to point to TPLink july...
2018-07-27 Janus VarmarkenTriggerTrafficExtractor.java: simplify packet inclusion...
2018-07-27 Janus VarmarkenTriggerTimesFileReader.java: use try-with such that...
2018-07-26 Janus VarmarkenUpate date format to match format used in timestamp...
2018-07-26 Janus VarmarkenMain.java: re-add counting of statistics using TcpConve...
2018-07-26 Janus VarmarkenMain.java: cleanup - leave only code for extracting...
2018-07-26 Janus VarmarkenMain.java: cleanup - get rid of old, commented sample...
2018-07-26 Janus VarmarkenMain.java: delete code that would compute statistics...
2018-07-26 Janus VarmarkenTcpConversationUtils.java: add some utility functions...
2018-07-26 Janus VarmarkenTcpConversationUtils.java: added Javadoc
2018-07-25 rtrimanaMerge branch 'master' of https://github.uci.edu/rtriman...
2018-07-25 Janus VarmarkenTcpReassembler.java: bugfix: make mTerminatedConversati...
2018-07-25 Janus VarmarkenImplement grouping of conversations by hostname
2018-07-24 Janus VarmarkenMain.java: count packet length frequencies and packet...
2018-07-24 Janus VarmarkenPcapHandleReader: count and print (to std.err) the...
2018-07-24 rtrimanaMerge branch 'master' of https://github.uci.edu/rtriman...
2018-07-24 Janus VarmarkenAdded script for prepending dates to the timestamp...
2018-07-23 Janus VarmarkenMain.java: extracting pairs related to events.tplinkra.com
2018-07-23 Janus VarmarkenMake DnsMap implement PacketListener in order to allow...
2018-07-23 Janus VarmarkenMain.java: perform TCP reassembly and extract packet...
2018-07-20 Janus VarmarkenCleanup: Refactor PcapHandleReader to io package.
next