aboutsummaryrefslogtreecommitdiff
path: root/net/tcpreplay
Commit message (Collapse)AuthorAge
* tcpreplay: backport CVE fixRosen Penev2024-02-10
| | | | | | Low severity. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* net/tcpreplay: fix PKG_CPE_IDFabrice Fontaine2024-01-25
| | | | | | | | There is not a single CVE under cpe:/a:appneta:tcpreplay so use cpe:/a:broadcom:tcpreplay: https://nvd.nist.gov/products/cpe/search/results?keyword=cpe:2.3:a:broadcom:tcpreplay Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
* tcpreplay: bump to version 4.4.4Alexandru Ardelean2023-07-16
| | | | Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
* tcpreplay: bump to version 4.4.3Alexandru Ardelean2023-01-22
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* tcpreplay: bump to version 4.4.1Alexandru Ardelean2022-02-23
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* tcpreplay: bump to version 4.4.0Alexandru Ardelean2022-02-08
| | | | | | Also need to use musl-fts when building with musl now. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* tcpreplay: avoid host lib leakageStijn Tintel2021-08-14
| | | | | | | | | | | | On hosts that have pcapnav-config installed, there is host lib leakage. From config.log: LNAVLIB='-L/usr/lib64 -lpcapnav -lpcap' LNAV_CFLAGS='-I/usr/include' Fix this by disabling pcapnav-config, which isn't available anyway. Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
* tcpreplay: bump to version 4.3.4Alexandru Ardelean2021-05-04
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* tcpreplay: add libdnet supportRosen Penev2021-01-09
| | | | | | | | On Arch Linux, tcpreplay is picking up the host dnet-config and adding OS paths, thereby breaking compilation. The easiest solution is to add libdnet support as the previous commit fixes dnet-config on OpenWrt. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tcpreplay: fix compilation with Arch LinuxRosen Penev2020-12-22
| | | | | | | It tries to link to host libraries for some reason. Add autoreconf to fix. Also remove redundant prefixes. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tcpreplay: bump to version 4.3.3Alexandru Ardelean2020-06-25
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* treewide: add PKG_CPE_ID for cvescannerJan Pavlinec2019-09-24
| | | | Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
* treewide: Capitalize submenusEneas U de Queiroz2019-07-25
| | | | | | Fixed a typo in tcpreplay. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
* tcpreplay: bump to version 4.3.2Alexandru Ardelean2019-03-19
| | | | | | | | | | | This one contains only a few CVEs + bugfixes. * CVE-2019-8381 memory access in do_checksum() (#538) * CVE-2019-8376 NULL pointer dereference get_layer4_v6() (#537) * CVE-2019-8377 NULL pointer dereference get_ipv6_l4proto() (#536) * Rename Ethereal to Wireshark (#545) Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* tcpreplay: bump to version 4.3.1Alexandru Ardelean2018-12-31
| | | | | | | This change bumps the version to 4.3.1. Also, it changes the source archive to `tar.xz` Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* tcpreplay: bump to version 4.3.0Alexandru Ardelean2018-11-14
| | | | | | | | Run-tested on target brcm2708 [brcm2709 sub-target]. Running on OpenWrt master: https://github.com/openwrt/openwrt/commit/278e4eba096238991d0d5965d5fab07a9b648796 Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* tcpreplay: Update to 4.2.6Rosen Penev2018-06-09
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* tcpreplay: update to version 4.2.5Alexandru Ardelean2017-10-16
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* treewide: run "make check FIXUP=1"Etienne Champetier2017-08-29
| | | | | | | | | | fix Makefile chmod (644) replace MD5SUM with HASH add PKG_MIRROR_HASH when PKG_SOURCE_PROTO:=git (PKG_SOURCE_PROTO:=svn tarballs are not reproducible for now) Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
* tcpreplay: update to 4.2.3Alexandru Ardelean2017-04-25
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* tcpreplay: upgrade to version 4.2.1Alexandru Ardelean2017-03-27
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* tcpreplay: upgrade to 4.1.2Alexandru Ardelean2016-11-21
| | | | | | | Contains patch that fixes compat with musl: https://github.com/appneta/tcpreplay/commit/7c942b71d4ace7425a26e4670f8fbd5814b2339b Signed-off-by: Alexandru Ardelean <alexandru.ardelean@riverbed.com>
* tcpreplay: add PKG_LICENSE_FILESAlexandru Ardelean2016-08-18
| | | | Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* tcpreplay: disable libnl3 and libdbus-1 check in CONFIGURE_VARSAlexandru Ardelean2016-08-18
| | | | | | Also, drop patch that disables libdbus-1 check in configure script. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
* tcpreplay: Fix builds - musl compatibilityTed Hess2016-08-07
| | | | Signed-off-by: Ted Hess <thess@kitschensync.net>
* tcpreplay: add first revision of packageAlexandru Ardelean2016-07-28
Tcpreplay is a suite of free Open Source utilities for editing and replaying previously captured network traffic. Originally designed to replay malicious traffic patterns to Intrusion Detection/Prevention Systems, it has seen many evolutions including capabilities to replay to web servers. Pretty useful for testing stuff too. Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>