Revisions of scamper

buildservice-autocommit accepted request 838687 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 28)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 27)
- update to version 20200923:
 - scamper:
  * integrate some fixes for compiling scamper on windows
 - sc_erosprober:
  * allow larger probe intervals
 - sc_hoiho:
  * add support for learning regexes that extract ASNs in hostnames
buildservice-autocommit accepted request 822765 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 26)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 25)
- update to version 20200717:
 - scamper:
  - update remote control protocol to support session resumption
    if the underlying TCP connection is interrupted.
  - if remote controller is specified with a domain name, use TLS.
  - fix -p pidfile when starting scamper as a daemon
  - expire entries in the ARP cache periodically
  - add -r support to ping and tracelb, and record router addresses
    in warts output.
  - autoconf work to build on linux without sys/socketvar.h or
    linux/netlink.h
  - allow scamper to do IPv4 ICMP echo and IPv6 UDP traceroute
    without requiring root on linux.
  - libscamperfile version 1.0.0
 - sc_remoted:
  - update remote control protocol to support session resumption
    if the underlying TCP connection is interrupted.
  - use HUP signal to reload TLS certificate and private key chain
  - add -e pidfile to write PID to file, to make HUP easy
 - sc_pinger:
  - add utility to ping a set of addresses with ICMP echo, UDP, and
    TCP-ack probes
 - throughout:
  - reduce number of warnings when compiling with -Wextra
  - remove rcsid from all files
buildservice-autocommit accepted request 787169 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 24)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 23)
- update to version 20191102b:
 - scamper:
  * do not dereference a null pointer when converting a tracelb node
    with no IP address to a string, when generating json output.
 - sc_bdrmap:
  * allow the source IP address to be specified when probing with the
    -S parameter.
 - sc_wartsfilter:
  * a new utility to select specific records from a warts file
buildservice-autocommit accepted request 764225 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 22)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 21)
-update to version 20191102:
 * scamper
  * escape hostname in json output for tracelb
  * use length parameters when parsing hostname responses, from
    Marianne Fletcher
 * sc_bdrmap
  * add a -O noalias option to tell bdrmap to not do alias resolution.
  * update -C documentation in the sc_bdrmap.1 man page
  * fix a memory leak of trace objects in -d traces
  * print RTT in -d traces
  * add an -M option to help corner cases with private and IXP addresses
  * relax heuristics to allow VPs to claim routers with IP2AS when no
    other router assignments can take place
  * turn off analytical interface alias resolution heuristics by default
 * sc_hoiho
  * change -O verbose to -O debug to better reflect what it does.
  * change tpa to atp to be consistent with language in paper
    https://www.caida.org/~mjl/pubs/rnc.pdf
  * free a malloc, pointed out by clang static analysis
  * add support for reading -d 3 output, which is the format of
    regular expressions provided in the data supplement:
    http://data.caida.org/datasets/supplement/2019-imc-hoiho/
 * sc_uptime
  * add a metadata table to be able to track metadata across sc_uptime
    invocations, from Marianne Fletcher
  * fix an error message when trying to create a database that
    already exists.
buildservice-autocommit accepted request 733235 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 20)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 19)
- remove SIOCGSTAMP.patch
- update to version 20190916:
 * scamper
  * add a host implementation for looking up DNS records.  it uses
  the first nameserver it finds in /etc/resolv.conf by default.
  * add an -O ptr option to tracelb.
  * bugfix json output for tracelb.
  * integrate patricia trie implementation into scamper hotspot
  * use HAVE_SYSCTL macro to solve a compile issue on android
  * include <linux/sockios.h> to get SIOCGSTAMP in Linux kernel > 5.2
  * add -A option to ping code to set the ack number to use in tcp
  probes (or sequence number in SYN packets).  do not randomly
  generate sequence and ack values for each TCP ping.
  * rework options handling to allow for long long values.
  * set the window size in TCP probes to 65535, instead of advertising a
  zero receive window.
  * update configure scripts around the use of --with-privsep-dir-owner
 * sc_ally:
  * when outputting alias sets, conduct a canonical sort to allow for
  easy diffs
  * update man page because sc_ally can take more than two addresses per
  line
 * sc_erosprober:
  * new driver to periodically probe addresses and rotate output files.
 * sc_hoiho:
  * new utility for holistic orthography of Internet hostname
  observations.  this utility is only built if --with-sc_hoiho is
  passed to configure.  sc_hoiho requires pcre or pcre2, which can be
  controlled by passing --with-pcre or --with-pcre2 to configure.
 * sc_uptime:
buildservice-autocommit accepted request 724879 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 18)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 17)
- add SIOCGSTAMP.patch for recent changes in socket.h/socketios.h
buildservice-autocommit accepted request 674629 from Martin Hauke's avatar Martin Hauke (mnhauke) (revision 16)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 15)
- update to version 20181219:
buildservice-autocommit accepted request 621094 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 14)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 13)
- update to version 20180504:
 * scamper:
  * increase the size of a buffer in scamper's traceroute json
    creation to reduce chance of truncation.
  * print the number of probes sent by traceroute in the json
    output.
  * enforce a minimum firsthop value of 1 when reading a warts
    traceroute object.
 * sc_bdrmap:
  * choose a static ICMP checksum value when using Paris traceroute
    to reduce churn in observed topology in bdrmap output.
  * add ability to pass list of ASes to -d traces to see
    traceroutes towards specific ASes, useful for understanding
    bdrmap inferences.
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 12)
- update to version 20180309:
buildservice-autocommit accepted request 555881 from Factory Maintainer's avatar Factory Maintainer (factory-maintainer) (revision 11)
baserev update by copy to link target
Sebastian Wagner's avatar Sebastian Wagner (sebix) committed (revision 10)
- remove new-openssl.patch, included upstream
- update to version 20171204:
 - scamper:
   * add a blind-fin tbit test, which tests receiver behavior to TCP FIN
     packets which could have come from an off-path attacker.
 - sc_radargun:
   * add -d 2 option, which dumps interface IP-ID behavior classifications.
buildservice-autocommit accepted request 546902 from Sebastian Wagner's avatar Sebastian Wagner (sebix) (revision 9)
baserev update by copy to link target
Displaying revisions 41 - 60 of 68
openSUSE Build Service is sponsored by