Created attachment 157251 [details] update spoofer to 0.8a The Spoofer project has been taken over by CAIDA http://blog.caida.org/best_available_data/2015/05/28/caida-takes-over-stewardship-of-spoofer-project-infrastructure/ This port update shifts the master side to the CAIDA master site, and includes a new release of the source code (0.8a). The changes in the source code: spoofer-0.8a ----------- * Moved servers to CAIDA * Implemented raw ethernet spoofing on all platforms (with libpcap or winpcap) as a fallback when the OS blocks raw ip spoofing * Implemented IPv6 spoofing on all platforms (with libpcap or winpcap) * Removed dependence on crufty old libnet and libdnet In particular, because we are not using raw IP sockets anymore, we can now test spoofing on freebsd NAT routers because we will bypass the NAT layer as required. I am happy to take over maintainership.
A commit references this bug: Author: jadawin Date: Thu Jun 4 08:06:34 UTC 2015 New revision: 388499 URL: https://svnweb.freebsd.org/changeset/ports/388499 Log: - Moved servers to CAIDA [1] - Implemented raw ethernet spoofing on all platforms (with libpcap or winpcap) as a fallback when the OS blocks raw ip spoofing - Implemented IPv6 spoofing on all platforms (with libpcap or winpcap) - Removed dependence on crufty old libnet and libdnet [1] http://blog.caida.org/best_available_data/2015/05/28/caida-takes-over-stewardship-of-spoofer-project-infrastructure/ PR: 200519 Submitted by: mjl@luckie.org.nz Changes: head/net/spoofer/Makefile head/net/spoofer/distinfo
Sorry for my late commit