jellever / StreamDivert

Redirecting (specific) TCP, UDP and ICMP traffic to another destination.
356 stars 72 forks source link

Currently, TCP out only the same port is supported #8

Open Timelikewater opened 1 year ago

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