2017-08-24 07:06:46 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Aug 24 06:58:41 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
|
|
|
|
- update to version 20170822
|
|
|
|
scamper:
|
|
|
|
* replace recursive versions of some functions with iterative versions.
|
|
|
|
* add cycle-start and cycle-stop json record implementations.
|
|
|
|
* fix traceroute json record: the hop transmit time value it reported
|
|
|
|
was junk.
|
|
|
|
* add support for sending json over the control socket. use
|
|
|
|
"attach format json" to get this mode; "attach" by itself still
|
|
|
|
returns uuencoded warts. Initial patch supplied by Young Hyun.
|
|
|
|
* fix possible memory leaks detected with static analysis.
|
|
|
|
* quality assurance on research paper cites in manual pages.
|
|
|
|
* spelling errors noticed by Iain R. Learmonth.
|
|
|
|
|
|
|
|
sc_ally:
|
|
|
|
* add feature to dump inferred aliases from the collected data.
|
|
|
|
|
|
|
|
sc_speedtrap:
|
|
|
|
* add threaded implementation of pairwise comparison to form candidate
|
|
|
|
alias sets, if pthreads are detected at compilation time and
|
|
|
|
--disable-threads configure option is not supplied.
|
|
|
|
|
|
|
|
sc_uptime:
|
|
|
|
* new scamper driver to infer IPv6 device reboot windows if the device
|
|
|
|
returns an incrementing identifier field in the IPv6 fragmentation
|
|
|
|
header. the driver is not built by default, as it expects sqlite3.
|
|
|
|
use --with-sc_uptime configure option to build.
|
|
|
|
https://www.caida.org/~mjl/pubs/spf.pdf
|
|
|
|
|
2017-06-23 06:33:25 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jun 22 20:47:31 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
|
|
|
|
- update to 20161204a
|
|
|
|
* More fixes to libscamperfile caught with fuzz testing. corrupt
|
|
|
|
warts files provided by Greg Ward of Dyn
|
|
|
|
* if targets or commands are specified in a file, and that file
|
|
|
|
ends after all probing of commands in that file has completed,
|
|
|
|
finish the source, allowing scamper to exit. this scenario is
|
|
|
|
most likely when stdin is the input file. Reported by Alex
|
|
|
|
Colvin of Dyn
|
|
|
|
* use select/poll/epoll/kqueue to look for read events on stdin files
|
|
|
|
* malloc enough memory for a prefix6_t in the prefixtree code. reported
|
|
|
|
by Sebastian Wagner via gcc7. only sc_bdrmap uses that code
|
|
|
|
* increase size of string buffers for some ping and trace fields for text
|
|
|
|
output to silence gcc7 warning.
|
|
|
|
* allow source IP address to be null when outputting a trace with json
|
|
|
|
* update sc_tbitblind.1 man page to show correct use of scamper's IPFW
|
|
|
|
firewall support, which changed in the 20161204 release
|
|
|
|
* fix unlikely unaligned access when computing checksums with IPv6
|
|
|
|
addresses
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 21 20:20:18 UTC 2017 - sebix+novell.com@sebix.at
|
|
|
|
|
|
|
|
- update to 20161204
|
|
|
|
* add remote control socket support to scamper. scamper can be
|
|
|
|
configured to connect to a remote controller at run time to
|
|
|
|
allow remote systems to control a scamper instance. the
|
|
|
|
remote controller is handled by the sc_remoted utility, and
|
|
|
|
is documented in the sc_remoted manual page (see below).
|
|
|
|
* fixes to libscamperfile caught with fuzz testing. corrupt
|
|
|
|
warts data files provided by Greg Ward of Dyn.
|
|
|
|
* add a PATRICIA trie implementation based off Sedgewick's
|
|
|
|
Algorithms in C++ book. this improves the performance
|
|
|
|
of scamper compared to holding addresses in splaytrees.
|
|
|
|
* improve speed of warts(5) code.
|
|
|
|
* improve speed of scamper_writebuf by allocating pagesize blocks
|
|
|
|
at a time.
|
|
|
|
* begin to document ping warts records in warts(5).
|
|
|
|
* fix debug printf implementation so that all features will
|
|
|
|
be built in as long as --without-debugfile is not used.
|
|
|
|
backported to 20141211g.
|
|
|
|
* silence compiler warnings from Microsoft Visual Studio.
|
|
|
|
backported to 20141211g.
|
|
|
|
* sc_prefixscan:
|
|
|
|
* add a utility, sc_prefixscan, that provides a convenient
|
|
|
|
interface to scamper's prefixscan alias resolution method.
|
|
|
|
https://www.caida.org/tools/measurement/scamper/man/sc_prefixscan.1.pdf
|
|
|
|
* sc_radargun:
|
|
|
|
* add a utility, sc_radargun, that provides a convenient
|
|
|
|
interface to scamper's radargun implementation.
|
|
|
|
https://www.caida.org/tools/measurement/scamper/man/sc_radargun.1.pdf
|
|
|
|
* sc_remoted:
|
|
|
|
* add a utility, sc_remoted, that provides an interface to a
|
|
|
|
collection of remote scamper instances.
|
|
|
|
https://www.caida.org/tools/measurement/scamper/man/sc_remoted.1.pdf
|
|
|
|
* sc_ally:
|
|
|
|
* use writebufs so sc_ally is event driven and will not block.
|
|
|
|
* add code to probe candidate sets in pairs, with transitive
|
|
|
|
closure to save probes.
|
|
|
|
* allow inter-probe gaps of less than 1 second.
|
|
|
|
* sc_attach:
|
|
|
|
* add support for remote control sockets.
|
|
|
|
* add an option to randomise the order tasks are run.
|
|
|
|
* sc_speedtrap:
|
|
|
|
* stricter default test for inferring if two IP addresses may
|
|
|
|
share a single shared counter.
|
|
|
|
backported to 20141211g.
|
|
|
|
* code cleanup.
|
|
|
|
* sc_warts2json
|
|
|
|
* add support for printing ICMP extensions included in traceroute
|
|
|
|
responses, prompted by Quirin Scheitle
|
|
|
|
|
2016-10-11 06:18:50 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 8 19:30:55 UTC 2016 - mardnh@gmx.de
|
|
|
|
|
|
|
|
- update to version 20141211e
|
|
|
|
- upstream does not provide a changelog
|
|
|
|
|
2016-08-21 18:30:56 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Aug 21 18:29:06 UTC 2016 - mardnh@gmx.de
|
|
|
|
|
|
|
|
- moved man3/* from lib- to -devel subpackage
|
|
|
|
- removed useless provides from libscamperfile0
|
|
|
|
|
2016-08-19 21:59:42 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Aug 17 17:49:53 UTC 2016 - mardnh@gmx.de
|
|
|
|
|
|
|
|
- initial package, version 20141211e
|
|
|
|
|