netperfmeter/netperfmeter.changes
Marcus Meissner 92db7d73a8 Use different payload data patterns for Active -> Passive and Passive -> Active directions.
Added note on SCTP usage with 192.168.122.1 interface.
  Added test script for Wireshark dissector tests.
  Enable 30s SCTP Heartbeats on control connection, to ensure PAT/NAT will keep the connection alive.
  Updated Wireshark color filter example.
  Bugfix: Make sure to deregister all flows belonging to a closed control connection.
  Improved DCCP detection.
  Commented out LK-SCTP bug work-around. It is hopefully not needed any more.
  Bugfix: fixed possibilities for race conditions reported by Helgrind.
  Bugfix: fixed UDP flow identification.
  Improved vector output.
  Bugfix: fixed improper deletion. Access to deallocated memory was possible.
  Bugfix: make sure to clear address space (Valgrind reported access to uninitialised memory).
  Bugfix: fixed handling of new flows on active side (variable was uninitialised).
  Also write time stamps into scalars.

OBS-URL: https://build.opensuse.org/package/show/network:utilities/netperfmeter?expand=0&rev=6
2021-07-21 13:21:33 +00:00

42 lines
1.7 KiB
Plaintext

-------------------------------------------------------------------
Sat Jul 17 09:00:13 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.9.0
Use different payload data patterns for Active -> Passive and Passive -> Active directions.
Added note on SCTP usage with 192.168.122.1 interface.
Added test script for Wireshark dissector tests.
Enable 30s SCTP Heartbeats on control connection, to ensure PAT/NAT will keep the connection alive.
Updated Wireshark color filter example.
Bugfix: Make sure to deregister all flows belonging to a closed control connection.
Improved DCCP detection.
Commented out LK-SCTP bug work-around. It is hopefully not needed any more.
Bugfix: fixed possibilities for race conditions reported by Helgrind.
Bugfix: fixed UDP flow identification.
Improved vector output.
Bugfix: fixed improper deletion. Access to deallocated memory was possible.
Bugfix: make sure to clear address space (Valgrind reported access to uninitialised memory).
Bugfix: fixed handling of new flows on active side (variable was uninitialised).
Also write time stamps into scalars.
-------------------------------------------------------------------
Mon Mar 1 08:54:42 UTC 2021 - Martin Hauke <mardnh@gmx.de>
- Update to version 1.8.7
* Bugfix release
-------------------------------------------------------------------
Sat Jun 27 13:35:21 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Add source verification
-------------------------------------------------------------------
Fri Jun 26 19:22:14 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Specfile cleanup
-------------------------------------------------------------------
Mon Nov 21 00:00:00 UTC 2016 - Marcus Furlong <furlongm@gmail.com>
- Initial OBS Release