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

22 Commits

Author SHA1 Message Date
Michal Zima
1196c33bee Full processing of ICMP packets (v4 and v6); NDP
IPv4 header and pseudoheader
Basic preprocessing of IPv4 packets
2012-04-02 13:44:14 +02:00
Michal Zima
4b6a373019 Fixed generation of outgoing port in the NAT
Saving MAC address to the NAT too
2012-04-01 19:08:28 +02:00
Michal Zima
19d5a22c18 Checksum computation 2012-04-01 16:22:54 +02:00
Michal Zima
aee57c680a Fixed 4-to-6 and 6-to-4 IP address translators 2012-04-01 08:24:25 +02:00
Michal Zima
378f34ec64 Processing of ARP packets 2012-03-31 18:47:27 +02:00
Michal Zima
845f5c541b Getting MAC address of the interface
Set IPv4 address of WrapSix
2012-03-31 14:10:35 +02:00
Michal Zima
d44253f5ed Basic preprocessing of IPv6 packets; pseudoheader 2012-03-31 11:27:18 +02:00
Michal Zima
94cbbb5c53 Added transmission function for IPv4 packets
This one lets OS to provide the ethernet header
2012-03-29 22:03:57 +02:00
Michal Zima
b9d5b08b0f Missing include in transmitter.c 2012-03-26 12:58:18 +02:00
Michal Zima
476377526f Updated src/Makefile.am 2012-03-26 12:56:17 +02:00
Michal Zima
5928affce6 RAW packet transmission function 2012-03-26 12:53:58 +02:00
Michal Zima
d7a570b857 A lot of changes and fixes in NAT and radix tree
Included MAC address into the NAT data structure
New chunking algorithms
Fixed memory leaks in RT code
(and more)
2012-03-24 08:26:13 +01:00
Michal Zima
214c42728b Ethernet stuff moved to separated header file
Reworked IP addresses translation functions
Centralized initializing of random number generator
2011-11-08 21:15:36 +01:00
Michal Zima
e0015145e2 Some more NAT stuff (init & quit calling)
IPv4 address structure
IP addresses translation functions
Makefile.am update
2010-02-22 15:00:14 +01:00
Michal Zima
f9f2bd501b Quite good implementation of NAT 2010-02-22 14:55:18 +01:00
Michal Zima
3d8d8ace2a Implementation of Radix tree for NAT 2010-02-22 14:46:18 +01:00
Michal Zima
ecefe998eb Basic filtering of IPv6 traffic 2010-02-06 11:31:29 +01:00
Michal Zima
ad28a7c7f9 First (sniffing) part of the wrapper
Updated Makefile.am and .gitignore
2010-02-06 11:17:19 +01:00
Michal Zima
e7046c4ea3 Synthesing AAAA records from A ones
Leaving all other types of records to be 'just processed'
Running in an infinite loop
2010-02-04 20:58:01 +01:00
Michal Zima
8968ffedb3 Extended proxy with parsing all requests
Requests for AAAA are performed and returned only if real AAAA exists
Broken for all other requests now
2009-12-23 19:38:13 +01:00
Michal Zima
074476e7b6 Purely forwarding DNS proxy
Specified many CFLAGS
Corrected configure.in
2009-12-03 23:05:16 +01:00
Michal Zima
53e0e90ad5 Basic skeleton -- autotools, readmes and doxygen 2009-12-01 18:44:26 +01:00