31 Commits
Author SHA1 Message Date
JPT abe1e29e75 Implement indexes. 2017-01-04 11:24:46 +01:00
JPT 516e34c6a0 Fix stuff, implement missing toString() 2016-12-15 10:27:28 +01:00
JPT 52a46555f7 Clean up main.java 2016-12-14 16:27:27 +01:00
JPT f6d958533c Implement cli completely 2016-12-14 16:26:55 +01:00
JPT 63a96e6ae6 Implement first part of command line interface 2016-12-14 16:12:13 +01:00
JPT cdb36b39d2 Implement the missing queries 2016-12-13 12:00:36 +01:00
JPT 687df96022 Implement more stuff 2016-12-12 14:48:12 +01:00
JPT 19b6fc3e4e Implement query about total data volume per minute 2016-12-12 13:35:00 +01:00
JPT 4f46226ba9 Try an sql based approach for more performance 2016-12-12 12:06:38 +01:00
JPT 045f526d79 Add constructors for models, add helper structure to repositories 2016-12-12 11:51:04 +01:00
JPT ed862d2f8f Add model for well known ports plus some static data 2016-12-12 11:36:02 +01:00
JPT 542d5939af Add stub repository implementations 2016-12-12 11:27:33 +01:00
JPT a976c1a8fe Add first repository and a simple sample query 2016-12-12 11:18:29 +01:00
JPT bbce5d2466 Make unused file not cause errors 2016-12-08 12:37:06 +01:00
JPT 30c30881d6 Make config actually affect the (partial) run 2016-12-08 10:43:48 +01:00
JPT baa41c5ff7 Add src/resources/config.properties to allow userdefined configuration 2016-12-05 21:32:27 +01:00
JPT ad178727f1 Add timestamps to relevant log output 2016-12-05 21:05:50 +01:00
JPT 4d0585b68a Small refactoring, renamed Ipv4PacketModel to IpPacketModel 2016-12-05 19:39:20 +01:00
JPT a895d8741e Clean up and move unused code into a separate package 2016-12-05 16:44:07 +01:00
JPT 5caac97db1 Refactor import service a little more 2016-12-05 16:34:30 +01:00
JPT 2f996fc3c4 Refactor tons of code into new model classes 2016-12-05 16:29:54 +01:00
JPT cec929a5f2 Add support for linking up tcpConnection with hosts and packets 2016-12-01 13:28:38 +01:00
JPTandGitHub b529731388 Create README.md 2016-11-28 20:26:19 +01:00
JPT ecb12b2c72 Create model package, prepare structure for a batch import 2016-11-28 20:22:29 +01:00
JPT c797d33fd8 Some refactoring and more optimization attempts 2016-11-28 19:17:15 +01:00
JPT 67aa56fec4 Add unimplemented methods to other import services 2016-11-28 18:10:27 +01:00
JPT f1838d8ce3 Add working connection tracking 2016-11-24 14:04:50 +01:00
JPT 2662a810fb Start implementing tcp connection tracking 2016-11-24 11:52:29 +01:00
JPT bf9e27fe8c Implement a more efficient way to create vertices 2016-11-24 10:50:43 +01:00
JPT fc72c8f253 Further improvements, still need for optimization 2016-11-06 21:30:45 +01:00
JPT 3708c566bf Initial commit 2016-11-06 20:20:14 +01:00