Hi , I'm writing this code in VC using Winsock 2, the Ethernet frames I
receive
are fragmented to 1524 byte due to Ethernet limitations,
my code is based on this simple TCP sniffer
http://www.sol-biotech.com/code/Sockets/Main.cpp
Is there any way I can instruct Winsock to assemble the frame before I'm
sending it to the application layer, I want to avoid the overhead of
reassembling the frames
Thank you,
Sharon.G