diff --git a/tcpreplay-4.4.4.tar.xz b/tcpreplay-4.4.4.tar.xz deleted file mode 100644 index d9048e1..0000000 --- a/tcpreplay-4.4.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3ff9753cc43bb15e77832cee657e3030dbcdd957fa247e6abacc605689e24051 -size 748344 diff --git a/tcpreplay-4.4.4.tar.xz.asc b/tcpreplay-4.4.4.tar.xz.asc deleted file mode 100644 index d4b874c..0000000 --- a/tcpreplay-4.4.4.tar.xz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQFKBAABCgA0FiEEhOT6IVyTSn2X3HbV6eIUl5O94X4FAmSGDcIWHHRjcHJlcGxh -eUBhcHBuZXRhLmNvbQAKCRDp4hSXk73hfkScB/kBMmRAe/4PSAzX6olgFxcG2A2q -zqVi3UZrpdHROZ80Bar9ZFOYTSovJihW8VuH4+TyF/wUJjC0Lj/6tcULeRTL2eU6 -Qpkez+EpdSi/pa+p+gkix8YdMEqhI5Vydejf5wuA1GGwnnBwxAHKl9ctUeKRId4M -3XtYA3P9kuu/cohSmj9G5eu8RT2gxVpihOPrWQQAKhzLOSH9fy8ypnKbaXNbyEdE -zc0l2RKdFRn1FKMdCnYDZzTH93XSKdI6mIGijd4/KWdVk19RW8nwG9k3uHWzCjsg -exsXHTa8JyOInug8w8uFAm2A5V0sRGLJ5zS2rn9a68EBcBotIQ/tygsbJyTz -=MGgL ------END PGP SIGNATURE----- diff --git a/tcpreplay-4.5.1.tar.xz b/tcpreplay-4.5.1.tar.xz new file mode 100644 index 0000000..71194e8 --- /dev/null +++ b/tcpreplay-4.5.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5126613f783062b43f514b05ad981376050a8fee35b03c8de4445ddeefd95049 +size 809628 diff --git a/tcpreplay-4.5.1.tar.xz.asc b/tcpreplay-4.5.1.tar.xz.asc new file mode 100644 index 0000000..34a8d2d --- /dev/null +++ b/tcpreplay-4.5.1.tar.xz.asc @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQFKBAABCgA0FiEEhOT6IVyTSn2X3HbV6eIUl5O94X4FAmaRZg8WHHRjcHJlcGxh +eUBhcHBuZXRhLmNvbQAKCRDp4hSXk73hfh5sCACqaugyOq9STWcTzkV0m6L8wT/S +awhvtcgBtiyLqNdElBDz+DhpliuM28CR16QSb9eeOTGY8ZWlmjkfaTFDMDDoAaAX +RelktELsFAdoMrn7fGLH1TXTsNaBMPdZO60kSQ/46PA1r+ntS1rICv9LGGf4gEji +8owgm+DdsIk72yY0vrmXeMTvxsnudBVWzSSQtNf5DLcj4yTmjuboTJa70Hi0JJh2 +Wu0Pty4IFyl9k+EAPwbE8SIjbkR6p2msHM7+1SNiSLDLAYpX2OTx7qk/B+OmCE/J +/aByP/u1aNeWgl5ub96Tk96JT4UAmKQnyAIZWs4leWDKVrdT2jbwKzveIBhr +=cY1S +-----END PGP SIGNATURE----- diff --git a/tcpreplay.changes b/tcpreplay.changes index d4e219b..0343861 100644 --- a/tcpreplay.changes +++ b/tcpreplay.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Tue Dec 10 14:26:51 UTC 2024 - Martin Pluskal + +- Update to version 4.5.1: + * AF_XDP socket support - if you have a newer Linux kernel, you will be able to transmit at line rates without having to install 3rd party kernel modules (e.g. netmap, PF_RING) + * -w tcpreplay option - this overrides the -i option, and allows you to write to a PCAP file rather than an interface + * --include and --exclude tcpreplay options - allows replay of a list of specific packet numbers to replay. This may slow things down, so consider using in combination with -w. + * --fixhdrlen tcpreplay option - added to control action on packet length changes + * -W tcpreplay option - suppress warnings when replaying + * SLL2( Linux "cooked" capture encapsulation v2) + * Haiku support + ------------------------------------------------------------------- Tue Jul 11 16:31:05 UTC 2023 - Martin Hauke diff --git a/tcpreplay.spec b/tcpreplay.spec index fde1130..a34adbd 100644 --- a/tcpreplay.spec +++ b/tcpreplay.spec @@ -1,7 +1,7 @@ # # spec file for package tcpreplay # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: tcpreplay -Version: 4.4.4 +Version: 4.5.1 Release: 0 Summary: Network analysis and testing tools License: GPL-3.0-only