Open Timelikewater opened 1 year ago
issue: Currently, TCP out only the same port is supported file: OutboundDivertProxy.cpp line:104 current: tcp_hdr->DstPort = htons(record->forwardPort); right: tcp_hdr->DstPort = htons(record->dstPort);
issue: Currently, TCP out only the same port is supported file: OutboundDivertProxy.cpp line:104 current: tcp_hdr->DstPort = htons(record->forwardPort); right: tcp_hdr->DstPort = htons(record->dstPort);