diff options
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | caronte.go | 1 | ||||
-rw-r--r-- | test_data/ping_pong_10000.pcap | bin | 0 -> 1270696 bytes |
3 files changed, 0 insertions, 5 deletions
@@ -1,10 +1,6 @@ # IntelliJ stuff .idea/ -# Pcaps -*.pcap -*.pcapng - # Build file caronte coverage.txt
\ No newline at end of file @@ -8,7 +8,6 @@ import ( ) func main() { - // test(); return mongoHost := flag.String("mongo-host", "localhost", "address of MongoDB") mongoPort := flag.Int("mongo-port", 27017, "port of MongoDB") dbName := flag.String("db-name", "caronte", "name of database to use") diff --git a/test_data/ping_pong_10000.pcap b/test_data/ping_pong_10000.pcap Binary files differnew file mode 100644 index 0000000..29844aa --- /dev/null +++ b/test_data/ping_pong_10000.pcap |