Improved creating of a socket for the resolver

Written new mechanism of wrapper from scratch in C
* It listens to all ICMPv6 packets (for now) and translates them to ICMPv4 ones
* It can compute the checksum of the packet as well
This commit is contained in:
xHire
2008-12-31 13:41:21 +01:00
parent c27f79705f
commit 4bc68edce5
11 changed files with 426 additions and 7 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ WrapSix is a revolutionary piece of software that make possible to reach IPv4-on
== Requirements ==
WrapSix is very simple to use. You only need:
* GNU/Linux system
* Ruby (I've tested version 1.8.7)
* Ruby (I've tested version 1.8.6)
== Configuration ==