aboutsummaryrefslogtreecommitdiff
path: root/connections.go
diff options
context:
space:
mode:
authorEmiliano Ciavatta2020-04-10 08:14:24 +0000
committerEmiliano Ciavatta2020-04-10 08:14:24 +0000
commit1235710ae3b52e64f2639fc08e8219e5e70ea982 (patch)
tree77d9bcab9cb32f593909053f099d9bd5d0531acd /connections.go
parent0ecaeab8474317c4589d40a43026f11788d87868 (diff)
Completed connection_handler tests
Diffstat (limited to 'connections.go')
-rw-r--r--connections.go2
1 files changed, 0 insertions, 2 deletions
diff --git a/connections.go b/connections.go
index 3c22a9a..380c8a1 100644
--- a/connections.go
+++ b/connections.go
@@ -10,8 +10,6 @@ type Connection struct {
DestinationPort uint16 `json:"port_dst" bson:"port_dst"`
StartedAt time.Time `json:"started_at" bson:"started_at"`
ClosedAt time.Time `json:"closed_at" bson:"closed_at"`
- ClientPackets int `json:"client_packets" bson:"client_packets"`
- ServerPackets int `json:"server_packets" bson:"server_packets"`
ClientBytes int `json:"client_bytes" bson:"client_bytes"`
ServerBytes int `json:"server_bytes" bson:"server_bytes"`
ClientDocuments int `json:"client_documents" bson:"client_documents"`