SHA256
1
0
forked from pool/tcpreplay

Accepting request 814683 from home:pluskalm:branches:network:utilities

- Update to version 4.3.3:
  * Increase cache buffers size to accomodate VLAN edits (#594)
  * Correct L2 header length to correct IP header offset (#583)
  * Fix warnings from gcc version 10 (#580)
  * Heap Buffer Overflow in randomize_iparp (#579)
  * Use after free in get_ipv6_next (#578)
  * Heap Buffer Overflow in git_ipv6_next (#576)
  * Call pcap_freecode() on pcap_compile() (#572)
  * Increase max snaplen to 262144 (#571)
  * Fix divide by zero in fuzzing (#570)
  * Unique IP repeats at very high iteration counts (#566)
  * Fails to compile on FreeBSD amd64 13.0 (#558)
  * Heap Buffer Overflow in do_checksum (#556) (#577)
  * Attempt to correct corrupt pcap files, if possible (#557)
  * Fix GCC v10 warnings (#555)
  * Remove some duplicated SOURCES entries (#551)
  * Expand /dev/bpfX hard limit to fix macOS Mojave (#550)
  * Implement –loopdelay-ms when using –loop=0 (#546)
  * Heap overflow packet2tree and get_l2len (#530)

OBS-URL: https://build.opensuse.org/request/show/814683
OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpreplay?expand=0&rev=24
This commit is contained in:
Michal Kubeček
2020-06-16 17:24:35 +00:00
committed by Git OBS Bridge
parent 41093f5b41
commit c6fdd2d1bf
6 changed files with 38 additions and 17 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon Jun 15 10:28:57 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- Update to version 4.3.3:
* Increase cache buffers size to accomodate VLAN edits (#594)
* Correct L2 header length to correct IP header offset (#583)
* Fix warnings from gcc version 10 (#580)
* Heap Buffer Overflow in randomize_iparp (#579)
* Use after free in get_ipv6_next (#578)
* Heap Buffer Overflow in git_ipv6_next (#576)
* Call pcap_freecode() on pcap_compile() (#572)
* Increase max snaplen to 262144 (#571)
* Fix divide by zero in fuzzing (#570)
* Unique IP repeats at very high iteration counts (#566)
* Fails to compile on FreeBSD amd64 13.0 (#558)
* Heap Buffer Overflow in do_checksum (#556) (#577)
* Attempt to correct corrupt pcap files, if possible (#557)
* Fix GCC v10 warnings (#555)
* Remove some duplicated SOURCES entries (#551)
* Expand /dev/bpfX hard limit to fix macOS Mojave (#550)
* Implement loopdelay-ms when using loop=0 (#546)
* Heap overflow packet2tree and get_l2len (#530)
-------------------------------------------------------------------
Fri Jun 12 05:24:23 UTC 2020 - Martin Pluskal <mpluskal@suse.com>