pingpong.git
2018-05-11 Janus VarmarkenAdded sub sequence search function, and put this into...
2018-05-11 Janus VarmarkenClean up
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-10 Janus Varmarkenfix typo in javadoc keyword
2018-05-04 rtrimanaAdding feature to hold multiple hostnames and lists...
2018-05-04 Janus VarmarkenMerge branch 'master' of https://github.uci.edu/rtriman...
2018-05-04 Janus VarmarkenClean up + read filename from program args; default...
2018-05-04 Janus VarmarkenMajor revamp of FlowPatternFinder to ensure thread...
2018-05-04 Janus VarmarkenMove retransmission checks to Conversation class.
2018-05-04 rtrimanaAdding pre-processing for training set---we take packet...
2018-05-04 Janus VarmarkenAdd getPackets to Conversation's API.
2018-05-03 Janus VarmarkenExtract Conversation to separate file (i.e. it is no...
2018-05-02 rtrimanaAdding pcap files for remote ON and remote ON charging...
2018-05-02 rtrimanaAdding combined PCAP (local and remote) to test out...
2018-05-02 rtrimanaSeparating pattern collection and analysis into 2 diffe...
2018-05-02 rtrimanaMaking retransmission check O(1) using HashSet/Set.
2018-05-01 rtrimanaRefactoring and restructuring - Adding DnsMap class
2018-04-29 Janus VarmarkenFilter out retransmissions when reconstructing TCP...
2018-04-29 Janus VarmarkenUpdate pcap4j to v2.0.0-alpha to get access to packet...
2018-04-29 Janus Varmarken1) Skip zero-payload packets when reassemlbing conversa...
2018-04-29 Janus VarmarkenFirst small step towards pattern search: separate packe...
2018-04-27 Janus VarmarkenConverted IP to hostname map from Map<String,List<Strin...
2018-04-27 Janus VarmarkenAdd functional code that loads a pcap file and construc...
2018-04-26 rtrimanaKaitai parser half baked; there seems to be a problem...
2018-04-26 rtrimanaManaged to pick and parse DNS packets; but, still need...
2018-04-26 rtrimanaReading and parsing through packets; handling unwanted...
2018-04-25 rtrimanaSkipping packets that do not have etherType, e.g. XID...
2018-04-25 rtrimanaFixing build flow (broken because of a missing return...
2018-04-25 rtrimanaResolving merge conflict in Main.java
2018-04-25 rtrimanaAdding the Kaitai library to parse PCAP files.
2018-04-24 Janus Varmarkenadd notes
2018-04-24 Janus Varmarkenapply application plugin
2018-04-24 Janus Varmarkenadd project for Smart Plug detection
2018-03-23 rtrimanaUpdating coloring for graphs.
2018-03-21 rtrimanaChanging Packet Bytes into Traffic Volume in the genera...
2018-03-19 rtrimanaMore scripts to plot graphs with labels.
2018-03-10 Janus VarmarkenSIGCOMM paper template
2018-02-23 rtrimanaAdjustments for the addition of eth1 for SmartThings...
2018-02-21 rtrimanaFixing G.nodes() iteration that needs us to force Pytho...
2018-02-15 rtrimanaRemoving main_flow.sh; fixing flow to take time series...
2018-02-14 rtrimanaWorking scripts and plots for 4 devices (smart plugs)
2018-02-09 rtrimanaAdding combining plots script
2018-02-07 rtrimanaCompleting a new flow that will do automated analysis...
2018-02-06 rtrimanaAdding a new flow to yield per device data, analysis...
2018-02-02 rtrimanaRemoving bipartite_iot_web_gexf_generator.py; the bipar...
2018-02-02 rtrimanaMerging bipartite functionality into the main base_gexf...
2017-12-01 rtrimanaMerge branch 'master' of https://github.uci.edu/rtriman...
2017-12-01 rtrimanaAdding the seconds in which there is 0 packet so that...
2017-12-01 Janus Varmarkenupdate base_gexf_generator with islocal node attribute
2017-11-29 Janus VarmarkenBipartite generator:
2017-11-27 Janus VarmarkenAdd bipartite graph generator. Needs to be merged with...
2017-11-24 rtrimanaAdding binning capabilities to parse_packet_frequency...
2017-11-15 rtrimanaAdding packet sizes and send/received bytes plots/analyses
2017-11-13 rtrimanaAdding new analysis - incoming (not yet including outgo...
2017-11-13 rtrimanaAdding traffic volume information into edges
2017-11-11 rtrimanaCollapsing leaf nodes if they have the same set of...
2017-11-10 rtrimanaAdding protocols as the property of edges; simplifying...
2017-11-09 rtrimanaAdding excluded devices list; Adding protocol names...
2017-11-09 rtrimanaEstablishing basic flow for the complete graph processing
2017-11-08 Janus VarmarkenUpdate base_gefx_generator.py to new pipeline
2017-11-08 rtrimanaSeparating incoming and outgoing traffic for a more...
2017-11-08 rtrimanaAdding moving window average using numpy library
2017-11-08 rtrimanaAdding moving window average using numpy library
2017-11-07 rtrimanaCompleting flow for time series graph generation
2017-11-07 rtrimanaAdding time series analysis run script
2017-11-07 rtrimanaSetting device name as attribute (on Gephi we can choos...
2017-11-07 rtrimanaAdding local device name mapping into graph
2017-11-06 rtrimanaAdding list of MAC addresses for device translation
2017-11-06 rtrimanaRestructuring files and folders
2017-11-06 rtrimanaRestructuring files and folders
2017-11-06 rtrimanaRestructuring files and folders
2017-11-06 Janus VarmarkenUpdate pipeline: graph now maps IoT devices' MACs to...
2017-11-04 Janus VarmarkenUpdate parse_dns.py with new datastructure that capture...
2017-11-04 Janus VarmarkenDefine DeviceDNSMap: class the stores a specific device...
2017-11-03 Janus VarmarkenInitial experimentation with simple pipeline setup...
2017-11-03 rtrimanaFixing indentation and results display
2017-11-03 rtrimanaA simple script to analyze the distribution of packet...
2017-11-01 Janus VarmarkenUpdate DNS parser to also construct IP-> hostname map...
2017-10-27 Janus VarmarkenAdd parse_dns.py: reads DNS traffic from a file (JSON...
2017-10-26 Janus Varmarkenextract_from_tshark.py:
2017-10-26 Janus VarmarkenAdd base_gefx_generator.py: script that constructs...
2017-10-25 Rahmadi TrimanandaFirst version of scripts for traffic analysis
2017-10-25 Rahmadi TrimanandaInitial commit