Работа над gzip

This commit is contained in:
serega6531
2019-05-19 08:01:45 +03:00
parent abf5273adf
commit 973815290a
3 changed files with 66 additions and 33 deletions

View File

@@ -188,6 +188,8 @@ public class PcapWorker implements PacketListener {
acks.remove(stream);
}
}
} else {
log.trace("{} {}:{} -> {}:{}", protocol.name().toLowerCase(), sourceIpString, sourcePort, destIpString, destPort);
}
}
}