- While here, add LICENSE
From https://mailman.caida.org/pipermail/scamper-announce/2016-June/000007.html
* fix dlist_rebuild so that the last node's prev pointer is set
correctly. no released code (current or previous) has dlist_rebuild
in its execution path.
dealias:
* store probedefs in a splaytree at run time, rather than an
array, which makes insertion rapid. helps a lot with radargun.
* store probedefs and exclude addresses in a list when parsing
dealias command, rather than an array.
* fix exclude addresses memory leak when parsing dealias command
* when processing a response, if the address of the response is
the target probed, use scamper_addr_use rather than go to
address cache.
* update scamper man page to state that the -w parameter to dealias
takes wait-timeout in seconds, not milliseconds.
ping:
* in scamper_ping_v4ts_alloc, alloc enough memory for
scamper_ping_v4ts_t, rather than the larger scamper_ping_reply_v4ts_t.
tbit:
* in tbit_reassemble, alloc enough memory for tbit_frag_t, rather than
the larger tbit_frags_t.
* in the JSON output, don't try and print the ptbsrc if it wasn't
supplied (was null)
* in the text output, print https where https was used, instead of
http.
* in the text and wartsdump output, adjust print format of fragmented
packets
sc_attach:
* add the ability to connect to a scamper instance running on a
different system.
sc_tbitblind:
* getopt returns an integer, not a char. important on arm.
PR: 210459
Submitted by: mjl@luckie.org.nz (maintainer)