forked from pool/tcpreplay
Compare commits
2 Commits
Author | SHA256 | Date | |
---|---|---|---|
|
850e13f045 | ||
|
4d859c2aad |
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:3ff9753cc43bb15e77832cee657e3030dbcdd957fa247e6abacc605689e24051
|
|
||||||
size 748344
|
|
@ -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-----
|
|
3
tcpreplay-4.5.1.tar.xz
Normal file
3
tcpreplay-4.5.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5126613f783062b43f514b05ad981376050a8fee35b03c8de4445ddeefd95049
|
||||||
|
size 809628
|
11
tcpreplay-4.5.1.tar.xz.asc
Normal file
11
tcpreplay-4.5.1.tar.xz.asc
Normal file
@ -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-----
|
@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 10 14:26:51 UTC 2024 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- 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 <mardnh@gmx.de>
|
Tue Jul 11 16:31:05 UTC 2023 - Martin Hauke <mardnh@gmx.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package tcpreplay
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: tcpreplay
|
Name: tcpreplay
|
||||||
Version: 4.4.4
|
Version: 4.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Network analysis and testing tools
|
Summary: Network analysis and testing tools
|
||||||
License: GPL-3.0-only
|
License: GPL-3.0-only
|
||||||
|
Loading…
Reference in New Issue
Block a user