mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-08 14:01:51 +00:00
Remove unused fields in tlsReader
This commit is contained in:
@@ -18,10 +18,8 @@ type tlsReader struct {
|
|||||||
tcpID *api.TcpID
|
tcpID *api.TcpID
|
||||||
isClosed bool
|
isClosed bool
|
||||||
isClient bool
|
isClient bool
|
||||||
msgQueue chan api.TcpReaderDataMsg // Unused
|
|
||||||
captureTime time.Time
|
captureTime time.Time
|
||||||
parent api.TcpStream
|
parent api.TcpStream
|
||||||
packetsSeen uint
|
|
||||||
extension *api.Extension
|
extension *api.Extension
|
||||||
emitter api.Emitter
|
emitter api.Emitter
|
||||||
counterPair *api.CounterPair
|
counterPair *api.CounterPair
|
||||||
|
Reference in New Issue
Block a user