Remove unused fields in tlsReader

This commit is contained in:
M. Mert Yildiran
2022-04-26 17:33:35 +03:00
parent f10eff3170
commit 2f1e98d7fe

View File

@@ -18,10 +18,8 @@ type tlsReader struct {
tcpID *api.TcpID
isClosed bool
isClient bool
msgQueue chan api.TcpReaderDataMsg // Unused
captureTime time.Time
parent api.TcpStream
packetsSeen uint
extension *api.Extension
emitter api.Emitter
counterPair *api.CounterPair