This commit is contained in:
M. Mert Yildiran 2022-05-12 13:40:51 +03:00
parent 11e535cd27
commit 8940461494
No known key found for this signature in database
GPG Key ID: D42ADB236521BF7A

View File

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