1
0
mirror of https://github.com/kubeshark/kubeshark.git synced 2025-09-03 03:25:26 +00:00
This commit is contained in:
M. Mert Yildiran
2022-05-12 13:40:51 +03:00
parent 11e535cd27
commit 8940461494

@@ -53,7 +53,7 @@ func (reader *tcpReader) run(options *api.TrafficFilteringOptions, wg *sync.Wait
reader.reqResMatcher = reader.parent.reqResMatchers[i] reader.reqResMatcher = reader.parent.reqResMatchers[i]
reader.counterPair = reader.parent.counterPairs[i] reader.counterPair = reader.parent.counterPairs[i]
b := bufio.NewReader(reader) b := bufio.NewReader(reader)
err := extension.Dissector.Dissect(b, reader, options) extension.Dissector.Dissect(b, reader, options) //nolint
if reader.isProtocolIdentified() { if reader.isProtocolIdentified() {
break break
} }