2010-02-06 12:17:19 +02:00
|
|
|
sbin_PROGRAMS = wrapsix-dnsproxy wrapsix-wrapper
|
2009-12-01 19:44:26 +02:00
|
|
|
wrapsix_dnsproxy_SOURCES = dnsproxy.c
|
2012-03-26 13:56:17 +03:00
|
|
|
wrapsix_wrapper_SOURCES = \
|
2012-03-31 19:47:27 +03:00
|
|
|
arp.c arp.h \
|
2012-04-01 17:22:54 +03:00
|
|
|
checksum.c checksum.h \
|
2012-05-06 14:54:44 +03:00
|
|
|
ethernet.h \
|
2012-04-02 14:44:14 +03:00
|
|
|
icmp.c icmp.h \
|
|
|
|
ipv4.c ipv4.h \
|
2010-02-22 16:00:14 +02:00
|
|
|
ipv6.c ipv6.h \
|
2012-07-14 12:38:13 +03:00
|
|
|
linkedlist.c linkedlist.h \
|
2012-07-04 12:37:42 +03:00
|
|
|
log.c log.h \
|
2012-03-26 13:56:17 +03:00
|
|
|
nat.c nat.h \
|
2010-02-22 16:00:14 +02:00
|
|
|
radixtree.c radixtree.h \
|
2012-04-07 12:49:26 +03:00
|
|
|
tcp.c tcp.h \
|
2012-03-26 13:56:17 +03:00
|
|
|
transmitter.c transmitter.h \
|
2012-04-06 18:02:40 +03:00
|
|
|
udp.c udp.h \
|
2012-03-26 13:56:17 +03:00
|
|
|
wrapper.c wrapper.h
|