From c244582e53789c07d3fe88f4a80edabde15a3ead Mon Sep 17 00:00:00 2001 From: evilsocket Date: Sat, 13 Jan 2018 19:33:14 +0100 Subject: [PATCH] fix: removed field from json --- packets/queue.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packets/queue.go b/packets/queue.go index 731ddd2e..83a286ec 100644 --- a/packets/queue.go +++ b/packets/queue.go @@ -29,7 +29,7 @@ type Queue struct { handle *pcap.Handle source *gopacket.PacketSource lock *sync.Mutex - active bool + active bool `json:"-"` Activities chan Activity `json:"-"` Sent uint64