52 Commits

Author SHA256 Message Date
Dominique Leuenberger
e3f2f25c41 Accepting request 1103080 from network:utilities
- update to version 20230614a
 * configure:
  * better tests for zlib, libbz2, and liblzma that check for both
    libraries and headers.
  * change --with-sc_uptime, --with-sc_hoiho, and --with-tests to be
    --enable-sc_uptime, --enable-sc_hoiho, and --enable-tests
  * disable maintainer mode, pass foreign to AM_INIT_AUTOMAKE
 * scamper:
  * remove reading regular files from poll/select/epoll/kqueue path,
    which fixes reading regular input files (-f option to scamper) using
    epoll or kqueue
  * fix reading stdin as input (-f option to scamper) when using
    epoll (catch EPOLLHUP)
  * add DNS server to host signature, add host path for scamper_task_find
  * rework scamper_osinfo to work with malformed release names (uname -r)
  * dealias: do not crash on malformed prefixscan and bump commands
  * dealias: fix memory leak of probedefs on malformed commands
  * sting: fix memory leak of recorded packets
  * remove tsps input method (-O tsps option to scamper)
  * update manual page
 * libscamperctrl:
  * link against list.o and splaytree.o so that the library is self-contained
  * fix memory leak when task is not accepted
  * API improvements
 * libscamperfile:
  * fix memory leak when reading SOA/MX from warts file
  * fix memory leak when reading PMTUD traceroute structures from warts file
  * sting: fix memory leak of recorded packets
 * sc_analysis_dump, sc_warts2pcap, sc_wartscat, sc_wartsfilter:
  * link against list.o/utils.o so that these utilities are not reliant on
    those symbols being exported from libscamperfile
 * sc_prefixprober:
  * allow compression type to be specified using -O
  * free scamper_addr_t as each are removed from the list to probe
 * sc_remoted:
  * catch EPOLLHUP with epoll
 * sc_warts2text:
  * fix memory leaks
 * sc_wartsdump:
  * fix memory leaks
  * link against utils.o so that sc_wartsdump is not reliant on those
    symbols being exported from libscamperfile

OBS-URL: https://build.opensuse.org/request/show/1103080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=22
2023-08-09 15:26:13 +00:00
Sebastian Wagner
667e4b3cd1 - update to version 20230614a
* configure:
  * better tests for zlib, libbz2, and liblzma that check for both
    libraries and headers.
  * change --with-sc_uptime, --with-sc_hoiho, and --with-tests to be
    --enable-sc_uptime, --enable-sc_hoiho, and --enable-tests
  * disable maintainer mode, pass foreign to AM_INIT_AUTOMAKE
 * scamper:
  * remove reading regular files from poll/select/epoll/kqueue path,
    which fixes reading regular input files (-f option to scamper) using
    epoll or kqueue
  * fix reading stdin as input (-f option to scamper) when using
    epoll (catch EPOLLHUP)
  * add DNS server to host signature, add host path for scamper_task_find
  * rework scamper_osinfo to work with malformed release names (uname -r)
  * dealias: do not crash on malformed prefixscan and bump commands
  * dealias: fix memory leak of probedefs on malformed commands
  * sting: fix memory leak of recorded packets
  * remove tsps input method (-O tsps option to scamper)
  * update manual page
 * libscamperctrl:
  * link against list.o and splaytree.o so that the library is self-contained
  * fix memory leak when task is not accepted
  * API improvements
 * libscamperfile:
  * fix memory leak when reading SOA/MX from warts file
  * fix memory leak when reading PMTUD traceroute structures from warts file
  * sting: fix memory leak of recorded packets
 * sc_analysis_dump, sc_warts2pcap, sc_wartscat, sc_wartsfilter:
  * link against list.o/utils.o so that these utilities are not reliant on

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=50
2023-08-09 06:01:41 +00:00
Ana Guerrero
a97df218c9 Accepting request 1100776 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1100776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=21
2023-07-26 11:25:01 +00:00
Sebastian Wagner
c288670f56 fix package names with SONAME
OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=48
2023-07-19 07:19:46 +00:00
Sebastian Wagner
2685ddb3d0 - update to version 20230605:
* HEADSUP: if you previously used -e pidfile to record the pid of a
   running scamper process, there is a good chance that the pidfile is
   owned by root.  scamper now attempts to write this file using the uid
   that started scamper, and will not be able to write it if scamper is
   not started by root (it should not be, rather the scamper binary
   should be setuid root).  Please delete the existing pidfile, or change
   its ownership, prior to restarting scamper, or scamper will not start.
 * scamper:
  * write a process ID that the user that started scamper can kill
    in the pidfile when using privsep.
  * when using privsep, exit the unprivileged process if the privileged
    process exits (is killed)
  * run as real uid from the start of scamper, for both privsep and
    not-privsep.
  * fix bug where attempting to open an unsupported datalink would
    leave a freed scamper_fd_t in the fd_tree and fd_list, leading to
    a crash.
  * fix double free triggered when a user provides an invalid dealias
    command.
  * fix memory leak if the payload was specified twice to ping or trace
  * rework pollfunc selection logic, use kqueue/epoll by default.
  * remove _malloc_options = "AJ" as this only works on unsupported
    versions of FreeBSD.
  * add additional paramaters to attach command to allow the user
    to override list and cycle parameters, documented in manual page.
  * catch EAGAIN/EINTR from select/kqueue/epoll to allow gdb to attach
    and detach without flagging errors.
  * for DNS replies for host command, record reply flags and rcode.
  * add support for SOA and NS queries in host.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=47
2023-06-13 07:04:10 +00:00
Dominique Leuenberger
9cd03652bb Accepting request 1071453 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1071453
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=20
2023-03-14 17:17:28 +00:00
Sebastian Wagner
66bebe1832 - Update to version 20230302:
- scamper:
  * use a random source port / ICMP ID in trace if -s 0.
  * better parallelize pings to a single destination that use
    udp-dport, tcp-ack-sport, or tcp-syn-sport probe methods.
  * document default value of source port consistently for all
    measurements that take a source port parameter in the man page.
 - sc_wartscat:
  * print useful error messages when encountering an error.
  * add ability to merge neighbourdisc, tbit, sting, sniff, and host.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=45
2023-03-07 09:48:03 +00:00
Dominique Leuenberger
e010f3976a Accepting request 1067531 from network:utilities
- Update to version 20230224:
 - scamper:
  - allow multiple parallel measurements to the same destination,
 -   provided the measurements have probe signatures that scamper can
 -   distinguish.
  - return the associated task ID with each DATA blob in control socket.
 -   this task ID matches the ID returned in an OK when scamper accepted
 -   the task.
  - in ping, only compute delay statistics on responses from destination.
  - in ping, allow timeout to be expressed in fractions of a second.
 - libscamperfile:
  - support reading gz-compressed warts files.
 - libscamperctrl:
  - add libscamperctrl, a library to interact with a collection of
 -   scamper instances.
  - modify sc_ally, sc_filterpolicy, sc_prefixscan, sc_speedtrap, and
 -   sc_pinger to use this library.
  - this library is likely to evolve.  current behaviour is documented
 -   in libscamperctrl manual page.
 - misc:
  - improve sc_wartsfilter manual page with examples.
  - add remote control socket support to sc_pinger.
  - fix kqueue/epoll loop in sc_remoted.
  - consistently use size_t throughout when counting number of items.
  - build without warnings using -Wextra -Wno-unused-parameter.
  - improvements through adding function attributes to printf-like
 -   functions.
  - deorbit some unused functions from utils.c.

OBS-URL: https://build.opensuse.org/request/show/1067531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=19
2023-02-24 17:08:12 +00:00
Sebastian Wagner
d626f529a3 - Update to version 20230224:
- scamper:
  - allow multiple parallel measurements to the same destination,
 -   provided the measurements have probe signatures that scamper can
 -   distinguish.
  - return the associated task ID with each DATA blob in control socket.
 -   this task ID matches the ID returned in an OK when scamper accepted
 -   the task.
  - in ping, only compute delay statistics on responses from destination.
  - in ping, allow timeout to be expressed in fractions of a second.
 - libscamperfile:
  - support reading gz-compressed warts files.
 - libscamperctrl:
  - add libscamperctrl, a library to interact with a collection of
 -   scamper instances.
  - modify sc_ally, sc_filterpolicy, sc_prefixscan, sc_speedtrap, and
 -   sc_pinger to use this library.
  - this library is likely to evolve.  current behaviour is documented
 -   in libscamperctrl manual page.
 - misc:
  - improve sc_wartsfilter manual page with examples.
  - add remote control socket support to sc_pinger.
  - fix kqueue/epoll loop in sc_remoted.
  - consistently use size_t throughout when counting number of items.
  - build without warnings using -Wextra -Wno-unused-parameter.
  - improvements through adding function attributes to printf-like
 -   functions.
  - deorbit some unused functions from utils.c.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=43
2023-02-24 08:19:52 +00:00
Dominique Leuenberger
968238b113 Accepting request 1056160 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1056160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=18
2023-01-05 14:01:36 +00:00
Sebastian Wagner
5e6419ea45 - Update to version 20211212e:
- scamper:
  * gracefully handle situations where there is no
    /etc/resolv.conf, or no nameserver lines in an /etc/resolv.conf
    but a measurement or scamper-internal task wants to resolve a
    name
  * tidy up buggy prinf-like statements in scamper and some drivers.
 - warts/json:
  * in JSON output for ping, print the TCP/UDP src/dst ports or
    ICMP id/seq used in individual probe packets,
  * fix regression in libscamperfile so that it can read old warts
    files.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=41
2022-12-29 09:09:24 +00:00
Dominique Leuenberger
cdb2899475 Accepting request 1038311 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1038311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=17
2022-11-26 17:45:46 +00:00
Sebastian Wagner
53cd9f19a1 - Update to version 20211212d:
- scamper:
  * add tcp-syn-sport method to ping, document in scamper(1) manual page
 - documentation:
  * document trace json object in sc_warts2json(1) manual page

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=39
2022-11-19 07:26:24 +00:00
Dominique Leuenberger
e0cb7acd72 Accepting request 999230 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/999230
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=16
2022-08-25 13:09:37 +00:00
Sebastian Wagner
e9015c12e6 - scamper:
* add an option (-O cafile=/path/to/file) to load CA certificates
    from a specific file when starting scamper for validating a
    remote controller's certificate (this was released in 20211212a)
  * add options
    -O client-certfile=/path/to/certfile and
    -O client-privfile=/path/to/privfile
    to have scamper present a client certificate during a TLS handshake
    with a remote controller
  * fix bugs that prevent scamper from reconnecting to a remote
    controller
  * fix -d debugfile when scamper is built with privilege separation
  * fix bug when writing neighbordisc measurements to warts file that
    prevents a neighbordisc measurement from being read
  * fix bug when reading some tracelb measurements with unresponsive hops
    from a warts file
  * allow user to specify fractions of a second to ping timeout (-W)
  * use a random source port / ICMP ID in ping if -F 0
 - sc_remoted:
  * add -C option to specify a CA PEM file to verify client certificates
    presented by scamper instances.
  * add -O skipnameverification option to tell sc_remoted to verify
    scamper presents a certificate signed by the CA, but do not do
    name verification

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=37
2022-08-18 10:05:09 +00:00
Sebastian Wagner
30f38d7119 - Update to version 20211212b:
- No changelog available.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=36
2022-08-18 09:30:49 +00:00
Dominique Leuenberger
974c97608e Accepting request 972966 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/972966
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=15
2022-04-26 19:42:40 +00:00
Sebastian Wagner
d69fbd769d Accepting request 972637 from home:dimstar:Factory
- Drop libscamperfile1 provides from the lib subpckage:
  libscamperfile.so.2 is not a drop-in replacement for anything
  that linked libscamperfile.so.1, and as such the provides is
  invalid. The obsoletes is technically wrong, but is there to fix
  the upgrade path of a wrongly-packaged libscamperfile.so.2 in a
  libscamperfile1 package.

OBS-URL: https://build.opensuse.org/request/show/972637
OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=34
2022-04-26 18:51:45 +00:00
Sebastian Wagner
9590815466 - add provices/obsoletes for old libscamperfile1 sub-package.
OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=33
2022-02-25 20:31:15 +00:00
Sebastian Wagner
c7e403a7f2 - Update to version 20211212a:
- No changelog available.

- update to version 20211212:
 - scamper:
  * in hostname code, handle nameserver lines with comments in them
 - sc_remoted:
  * fix logic to handle TLSv1.3 handshakes
 - sc_hoiho:
  * add the ability to learn regular expressions that extract
    network names from router hostnames, documented in the
    sc_hoiho man page

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=32
2022-02-12 18:38:48 +00:00
Dominique Leuenberger
eded4f16b1 Accepting request 927844 from network:utilities
update to version 20211026

OBS-URL: https://build.opensuse.org/request/show/927844
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=14
2021-10-27 20:21:26 +00:00
Sebastian Wagner
50ce79544f - update to 20211026:
scamper:
 * in trace, allow probes to multiple consecutive hops to be
   outstanding in the network without having to stop and wait,
   using the -N parameter documented in scamper's man page.
 * in trace, do optional PTR lookups using the option documented
   in scamper's man page.  output these hostnames into warts and
   json outputs.
 * bump libscamperfile version for the above changes.
 * document that scamper's control socket can be told to return
   JSON through an option now documented in scamper's man page.
 * improvements to reading warts files via fuzzing.
 * other man page tidy ups.
 sc_erosprober:
 * add the ability to adjust the probe list at run time through a
   unix domain socket, documented in the sc_erosprober man page.
 sc_hoiho:
 * add the ability to learn regular expressions that extract
   geographic hints from router hostnames, documented in the
   sc_hoiho man page

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=31
2021-10-27 19:05:05 +00:00
Dominique Leuenberger
6bb7213a28 Accepting request 884742 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/884742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=13
2021-04-14 08:10:44 +00:00
Sebastian Wagner
77d3eb46e6 - update to version 20210324:
sc_speedtrap:
 * speed up speedtrap's runtime

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=29
2021-04-05 19:37:17 +00:00
Dominique Leuenberger
8d922ccced Accepting request 838687 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/838687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=12
2020-09-30 17:54:56 +00:00
Sebastian Wagner
3cdacb1c02 - 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

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=27
2020-09-23 06:35:33 +00:00
Dominique Leuenberger
47e1db5cbd Accepting request 822765 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/822765
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=11
2020-07-27 15:42:07 +00:00
Sebastian Wagner
2c9e5facfa - 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

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=25
2020-07-18 13:44:34 +00:00
Dominique Leuenberger
334505d6a1 Accepting request 787169 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/787169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=10
2020-03-22 13:18:17 +00:00
Sebastian Wagner
57a24fc805 - 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

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=23
2020-03-14 17:22:07 +00:00
Dominique Leuenberger
c2f5eb88d3 Accepting request 764225 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/764225
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=9
2020-01-14 20:09:16 +00:00
Sebastian Wagner
b0021fd2e0 -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.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=21
2020-01-07 09:29:43 +00:00
Dominique Leuenberger
dab6abe065 Accepting request 733235 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/733235
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=8
2019-09-26 18:41:18 +00:00
Sebastian Wagner
488ebb0840 - 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:

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=19
2019-09-18 19:50:19 +00:00
Dominique Leuenberger
b6b1b9f039 Accepting request 724879 from network:utilities
fixes build errors

OBS-URL: https://build.opensuse.org/request/show/724879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=7
2019-08-22 08:53:24 +00:00
Sebastian Wagner
4a4ff38929 - add SIOCGSTAMP.patch for recent changes in socket.h/socketios.h
OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=17
2019-08-20 19:35:36 +00:00
Dominique Leuenberger
69d54f9773 Accepting request 674629 from network:utilities
Forward to Factory

OBS-URL: https://build.opensuse.org/request/show/674629
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=6
2019-02-14 13:35:08 +00:00
Sebastian Wagner
ff3c4b5fb9 - update to version 20181219:
OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=15
2018-12-22 22:08:14 +00:00
Dominique Leuenberger
8ea1daea84 Accepting request 621094 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/621094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=5
2018-07-06 08:47:28 +00:00
Sebastian Wagner
0083089b14 - 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.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=13
2018-05-06 08:25:38 +00:00
Sebastian Wagner
b856241676 - update to version 20180309:
OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=12
2018-03-08 19:45:06 +00:00
Dominique Leuenberger
bfbaf306c8 Accepting request 555881 from network:utilities
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/555881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=4
2017-12-11 17:57:23 +00:00
Sebastian Wagner
ae6e3389f3 - 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.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=10
2017-12-04 08:48:06 +00:00
Dominique Leuenberger
06c7984544 Accepting request 546902 from network:utilities
- add patch new-openssl.patch to compile with new openssl versions

OBS-URL: https://build.opensuse.org/request/show/546902
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=3
2017-12-01 14:54:16 +00:00
Sebastian Wagner
d5513388c9 - add patch new-openssl.patch to compile with new openssl versions
OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=8
2017-11-30 21:25:05 +00:00
Dominique Leuenberger
d57bb39fe4 Accepting request 518488 from network:utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/518488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=2
2017-08-24 16:56:32 +00:00
Sebastian Wagner
53a6ceecfb - fix license, is GPL-3.0+
OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=6
2017-08-24 07:06:46 +00:00
Yuchen Lin
6083158e3d Accepting request 505838 from network:utilities
OBS-URL: https://build.opensuse.org/request/show/505838
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/scamper?expand=0&rev=1
2017-08-10 12:02:10 +00:00
Martin Hauke
7f7c2b3c34 Accepting request 505786 from home:sebix:branches:network:utilities
update to latest version

OBS-URL: https://build.opensuse.org/request/show/505786
OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=4
2017-06-23 06:33:25 +00:00
OBS User mrdocs
5fe6610e5d Accepting request 433945 from home:mnhauke:security
- update to version 20141211e
  - upstream does not provide a changelog

OBS-URL: https://build.opensuse.org/request/show/433945
OBS-URL: https://build.opensuse.org/package/show/network:utilities/scamper?expand=0&rev=3
2016-10-11 06:18:50 +00:00