mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
120a38a9b1
to sanity check port and adjust Makefile / pkg-plist accordingly. Changes since 20140112: * allow scamper to be built in debug mode on FreeBSD after version 10. * in scamper-ping, support a probe frequency smaller than once every second. minimum is now once a millisecond. * handle fragmented responses in linux and sunos correctly. this is important for IPv6 IP-ID based alias resolution techniques (e.g. speedtrap, ally, radargun) on those platforms. * numerous bugfixes and improvements to sc_ally pair-wise alias resolution utility, the most important being that it will reliably complete now. * FreeBSD 10 onwards no longer byte swaps some fields in the quotation of a received ICMP error message. chase this in scamper. * Minor modifications to make scamper compile on Windows 7 using Visual Studio Express 2013 for Windows Desktop. * print ping flags in sc_wartsdump and scamper's json output. PR: 190440 Submitted by: maintainer
44 lines
969 B
Plaintext
44 lines
969 B
Plaintext
bin/scamper
|
|
bin/sc_ally
|
|
bin/sc_analysis_dump
|
|
bin/sc_attach
|
|
bin/sc_ipiddump
|
|
bin/sc_speedtrap
|
|
bin/sc_tracediff
|
|
bin/sc_warts2json
|
|
bin/sc_warts2pcap
|
|
bin/sc_warts2text
|
|
bin/sc_wartscat
|
|
bin/sc_wartsdump
|
|
bin/sc_wartsfix
|
|
lib/libscamperfile.a
|
|
lib/libscamperfile.so.0
|
|
lib/libscamperfile.so.0.0.0
|
|
lib/libscamperfile.so
|
|
man/man1/sc_ally.1.gz
|
|
man/man1/sc_analysis_dump.1.gz
|
|
man/man1/sc_attach.1.gz
|
|
man/man1/sc_ipiddump.1.gz
|
|
man/man1/sc_speedtrap.1.gz
|
|
man/man1/sc_tracediff.1.gz
|
|
man/man1/sc_warts2json.1.gz
|
|
man/man1/sc_warts2pcap.1.gz
|
|
man/man1/sc_warts2text.1.gz
|
|
man/man1/sc_wartscat.1.gz
|
|
man/man1/sc_wartsdump.1.gz
|
|
man/man1/scamper.1.gz
|
|
man/man3/libscamperfile.3.gz
|
|
man/man5/warts.5.gz
|
|
include/scamper_addr.h
|
|
include/scamper_dealias.h
|
|
include/scamper_file.h
|
|
include/scamper_icmpext.h
|
|
include/scamper_list.h
|
|
include/scamper_neighbourdisc.h
|
|
include/scamper_ping.h
|
|
include/scamper_sniff.h
|
|
include/scamper_sting.h
|
|
include/scamper_tbit.h
|
|
include/scamper_trace.h
|
|
include/scamper_tracelb.h
|