1
0
mirror of https://code.semirocket.science/wrapsix synced 2024-09-19 23:11:04 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
xHire
c894b7186c Integrated wrapper into WrapSix
Fixed bug in resolver so now even normal applications accept its answers
Improved configuration - now accepts arguments from command line
Cleaned the code a little bit
Added simple build script
Written more documentation into README
Chosen the licence - GNU AGPLv3
2009-01-14 23:05:12 +01:00
xHire
e7d8a4c1dd Completed TCP with fragmenting in IPv6 packets
Modified TCP in 6to4 way to use special IP address
2009-01-10 19:15:49 +01:00
xHire
32e7d6459b Implemented ARP for one IPv4 address 2009-01-08 18:40:19 +01:00
xHire
2e4d31c695 Implemented TCP, but it's not working yet 2009-01-07 22:26:25 +01:00
xHire
64450c2053 Working implementation of UDP 2009-01-07 13:56:25 +01:00
xHire
b6a9de321b Backward translation of ICMP traffic
Fixed mistake in field type in pseudo-IPv6 header
Bundled a library for red-black trees (storage mechanism is based on it)
2009-01-06 17:14:51 +01:00
xHire
39ba6988c0 Completed the implementation of NDP 2009-01-03 16:24:39 +01:00
xHire
322eeabefb Recognising NDP packets and packets to be wrapped
Cleaned the code a little bit
2008-12-31 21:08:53 +01:00
xHire
4bc68edce5 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
2008-12-31 13:41:21 +01:00
xHire
c27f79705f Resolver is working but not for normal apps yet(?)
Accepts requests and sends responses
2008-11-26 23:44:06 +01:00
xHire
f09255b0d7 Basic sceleton
Configuration file
Resolver listens and receives but not replies yet
Pure class of the Wrapper just to be
2008-11-22 21:35:24 +01:00