StreamDivert icon indicating copy to clipboard operation
StreamDivert copied to clipboard

Currently, TCP out only the same port is supported

Open Timelikewater opened this issue 1 year ago • 0 comments

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);

Timelikewater avatar Mar 08 '23 16:03 Timelikewater