mirror of
https://github.com/zr-hebo/sniffer-agent.git
synced 2025-08-11 02:22:01 +08:00
develop
This commit is contained in:
@@ -267,8 +267,6 @@ func readFromServerPackage(
|
||||
sessionKey := spliceSessionKey(srcIP, srcPort)
|
||||
session := sessionPool[*sessionKey]
|
||||
if session != nil {
|
||||
// session.readFromServer(tcpPayload)
|
||||
// qp = session.GenerateQueryPiece()
|
||||
pkt := model.NewTCPPacket(tcpPayload, int64(tcpPkt.Ack), false)
|
||||
session.ReceiveTCPPacket(pkt)
|
||||
}
|
||||
|
Reference in New Issue
Block a user