|
As was mentioned, there's a flag on the ip
header that indicates framentation, and there's a sequence number assigned to
each fragment.
To know what ACK flag means, you should read
up a little bit on TCP. Basically it indicates the last sequence number
received, so TCP can know what to resend (since TCP is a guaranteed delivery
protocol)
There a great book by Stevens called TCP/IP
illustrated that explains these points in great detail. If you're reconstructing
fragmented packets, you will need this kind of familarity.
Regards,
Mark
|
- [WinPcap-users] Off Topic Cardenas Arevalo Gustavo Antonio
- Re: [WinPcap-users] Off Topic Guy Harris
- Re: [WinPcap-users] Off Topic KanjiSoft Systems
- Re: [WinPcap-users] Off Topic Guy Harris
