SHA256
1
0
forked from pool/tcpreplay

Accepting request 989718 from home:dirkmueller:Factory

- update to 4.4.1:
  * fix support for feeding PCAP files from STDIN
  * fix Debian/kfreebsd build
  * fix typos
  * safeguard against corrupt packet lengths in checksum functions
  * fix double free in Juniper DLT
  * fix to flows.c, fix #665
  * update Travis CI to focal
  * LINUX installed netmap auto detection
  * Support for Q-in-Q VLAN tags
  * skipbroadcast
  * add security policy document
  * Directories of pcaps as arguments
  * stage PR from @halver94
  * fix PPS calc for long-running sessions
  * Improve SDK selection
  * fix directory include feature
  * mac os tests fail
  * Revert "send_packet: Avoid clock drift
  * mac update on multicast

OBS-URL: https://build.opensuse.org/request/show/989718
OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpreplay?expand=0&rev=28
This commit is contained in:
2022-12-03 17:16:05 +00:00
committed by Git OBS Bridge
parent 70ffb79339
commit f3c0011ea4
6 changed files with 43 additions and 21 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Sun Jul 17 16:06:09 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 4.4.1:
* fix support for feeding PCAP files from STDIN
* fix Debian/kfreebsd build
* fix typos
* safeguard against corrupt packet lengths in checksum functions
* fix double free in Juniper DLT
* fix to flows.c, fix #665
* update Travis CI to focal
* LINUX installed netmap auto detection
* Support for Q-in-Q VLAN tags
* skipbroadcast
* add security policy document
* Directories of pcaps as arguments
* stage PR from @halver94
* fix PPS calc for long-running sessions
* Improve SDK selection
* fix directory include feature
* mac os tests fail
* Revert "send_packet: Avoid clock drift
* mac update on multicast
-------------------------------------------------------------------
Sat May 8 14:22:53 UTC 2021 - Ferdinand Thiessen <rpm@fthiessen.de>