Re: Re: Packet Length

Home Forums Discussions Support Packet Length Re: Re: Packet Length

#6262
kdub
Participant

    @SerpentFly wrote:

    @kdub wrote:

    Read Ethernet header, check if next protocol is IP. Read IP header, check if next protocol is TCP. If it is then read TCP header and follow up data if there is any.

    I am checking for TCP packets and trying to read the data but I am still unsuccessful. How can I get the original Hex dump of the entire packet using the NDISAPI.dll?