Bring aboard the TCP header and support classes
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sun, 10 Jul 2011 03:20:30 +0000 (00:20 -0300)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sun, 10 Jul 2011 03:20:30 +0000 (00:20 -0300)
commit22c5aae46c9fe02da4f5e342c15383a31473ca87
tree80599240724719b0905a82491353de32c33e2f91
parent54670f26d097cb7999dc4bdc5a058b51ae5c97bf
Bring aboard the TCP header and support classes
- Tested with a TCP ping prototype, solved the checksum issue
- Needs to be polished
src/CMakeLists.txt
src/ip/pseudoipv4header.h [new file with mode: 0644]
src/tcp/tcpheader.h [new file with mode: 0644]
src/tcp/tcppinger.cpp