Reply To: How winPKFilter capture packets in a gateway???

Home Forums Discussions Support How winPKFilter capture packets in a gateway??? Reply To: How winPKFilter capture packets in a gateway???

#6350
Vadim Smirnov
Keymaster

    have set the mode of capturing as follows:

    ADAPTER_MODE Mode;
    Mode.dwFlags = MSTCP_FLAG_RECV_TUNNEL

    is that correct??

    This will allow you to pre-process all packets received by your system, if this is what you intended to do then this is correct.