Date: Wed, 22 Jun 2016 09:12:38 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 210459] [maintainer] net/scamper: update to 20141211e Message-ID: <bug-210459-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210459 Bug ID: 210459 Summary: [maintainer] net/scamper: update to 20141211e Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: mjl@luckie.org.nz Created attachment 171670 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D171670&action= =3Dedit update scamper to 20141211e >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. --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210459-13>