- add bugzilla references for security bugs fixed in 4.3.0
OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpreplay?expand=0&rev=17
This commit is contained in:
parent
183644caab
commit
5b49cc0722
@ -6,43 +6,42 @@ Mon Dec 31 01:29:38 UTC 2018 - sean@suspend.net
|
||||
* Heap overflow packet2tree and get_l2len (#530)
|
||||
|
||||
- Update to version 4.3.0:
|
||||
|
||||
+ Fix TCP sequence edit seeding (#514)
|
||||
+ Fix issues identified by Codacy (#493)
|
||||
+ CVE-2018-18408 use-after-free in post_args (#489)
|
||||
+ CVE-2018-18407 heap-buffer-overflow csum_replace4 (#488)
|
||||
+ CVE-2018-17974 heap-buffer-overflow dlt_en10mb_encode (#486)
|
||||
+ CVE-2018-17580 heap-buffer-overflow fast_edit_packet (#485)
|
||||
+ CVE-2018-17582 heap-buffer-overflow in get_next_acket (#484)
|
||||
+ Out-of-tree build (#483)
|
||||
+ CVE-20180-13112 heap-buffer-overflow in get_l2len (#477)
|
||||
+ Closing stdin on pipe (#479)
|
||||
+ Second pcap file hangs on multiplier option (#466)
|
||||
+ TCP sequence edit ACK corruption (#451)
|
||||
+ TCP sequence number edit initial SYN packet should have 0 ACK (#450)
|
||||
+ Travis CI build fails due to new build images (#432)
|
||||
+ Upgrade libopts to 5.18.12 to address version build issues (#430)
|
||||
+ Add ability to chane tcp SEQ/ACK numbers (#425)
|
||||
+ Hang using loop and netmap options (#424)
|
||||
+ tcpprep -S not working for large cache files (#423)
|
||||
+ Unable to tcprewrite range of ports with --portmap (#422)
|
||||
+ --maxsleep broken for values less than 1000 (#421)
|
||||
+ -T flag breaks traffic replay timing (#421)
|
||||
+ Respect 2nd packet timing (#418)
|
||||
+ Avoid non-blocking behaviour when using STDIN (#416)
|
||||
+ pcap containing >1020 packets produces invalid cache file (#415)
|
||||
+ manpage typos (#413)
|
||||
+ Fails to open tap0 on Zephyr (#411)
|
||||
+ Heap-buffer-overflow in get_l2protocol (#410)
|
||||
+ Heap-buffer-overflow in packet2tree (#409)
|
||||
+ Heap-buffer-overflow in getl2len (#408)
|
||||
+ Heap-buffer-overflow in flow_decode (#407)
|
||||
+ Rewrite zero IP total length field to match packet length (#406)
|
||||
+ Stack-buffer-overflow in tcapinfo (#405)
|
||||
+ tcpprep --include option does not exclude (#404)
|
||||
+ Negative-size-param memset in dlt_radiotap_get_80211 (#402)
|
||||
+ tcpreplay --verbose option not working (#398)
|
||||
+ Fix replay when using --with-testnic (#178)
|
||||
* Fix TCP sequence edit seeding (#514)
|
||||
* Fix issues identified by Codacy (#493)
|
||||
* CVE-2018-18408 use-after-free in post_args (#489 bsc#1112354)
|
||||
* CVE-2018-18407 heap-buffer-overflow csum_replace4 (#488 bsc#1112355)
|
||||
* CVE-2018-17974 heap-buffer-overflow dlt_en10mb_encode (#486 bsc#1110786)
|
||||
* CVE-2018-17580 heap-buffer-overflow fast_edit_packet (#485 bsc#1110333)
|
||||
* CVE-2018-17582 heap-buffer-overflow in get_next_acket (#484 bsc#1110285)
|
||||
* Out-of-tree build (#483)
|
||||
* CVE-20180-13112 heap-buffer-overflow in get_l2len (#477)
|
||||
* Closing stdin on pipe (#479)
|
||||
* Second pcap file hangs on multiplier option (#466)
|
||||
* TCP sequence edit ACK corruption (#451)
|
||||
* TCP sequence number edit initial SYN packet should have 0 ACK (#450)
|
||||
* Travis CI build fails due to new build images (#432)
|
||||
* Upgrade libopts to 5.18.12 to address version build issues (#430)
|
||||
* Add ability to change tcp SEQ/ACK numbers (#425)
|
||||
* Hang using loop and netmap options (#424)
|
||||
* tcpprep -S not working for large cache files (#423)
|
||||
* Unable to tcprewrite range of ports with --portmap (#422)
|
||||
* --maxsleep broken for values less than 1000 (#421)
|
||||
* -T flag breaks traffic replay timing (#421)
|
||||
* Respect 2nd packet timing (#418)
|
||||
* Avoid non-blocking behaviour when using STDIN (#416)
|
||||
* pcap containing >1020 packets produces invalid cache file (#415)
|
||||
* manpage typos (#413)
|
||||
* Fails to open tap0 on Zephyr (#411)
|
||||
* Heap-buffer-overflow in get_l2protocol (#410)
|
||||
* Heap-buffer-overflow in packet2tree (#409)
|
||||
* Heap-buffer-overflow in getl2len (#408)
|
||||
* Heap-buffer-overflow in flow_decode (#407)
|
||||
* Rewrite zero IP total length field to match packet length (#406)
|
||||
* Stack-buffer-overflow in tcapinfo (#405)
|
||||
* tcpprep --include option does not exclude (#404)
|
||||
* Negative-size-param memset in dlt_radiotap_get_80211 (#402)
|
||||
* tcpreplay --verbose option not working (#398)
|
||||
* Fix replay when using --with-testnic (#178)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 11 19:09:33 UTC 2017 - jengelh@inai.de
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user