libpcap IP Packet Reassembly
Posted
by holydiver
on Stack Overflow
See other posts from Stack Overflow
or by holydiver
Published on 2010-01-31T18:26:48Z
Indexed on
2010/04/17
10:13 UTC
Read the original article
Hit count: 487
Hello all,
I'm looking for a sample code for IP packet reassembly in C with libpcap*. Is IP packet defragmentation implemented in libpcap library officially? I've found this proposal : http://www.mail-archive.com/[email protected]/msg02991.html[this][1] .
Are there any implementation of defragmentation of IP packets.
[1]: http://www.mail-archive.com/[email protected]/msg02991.html [+]
*The reason for looking for the sample code is just for fun and learning and i don't want to spend too much time for writing code for IP packet reassembly.
© Stack Overflow or respective owner