Releases: cisco-system-traffic-generator/trex-stateless-gui
Releases · cisco-system-traffic-generator/trex-stateless-gui
v4.5.6
v4.5.5
- Fixed TCP/UDP checksum on PCAP import with IPv4 src/dst change
- Fixed error message on invalid Java version
- Fixed memory leak from log4j
- Implemented Daemon Start timeout (TRex start process may take long)
- Daemon Start now works asynchronously to not lock GUI
- Fixed checkboxes in Stream table do not reflect to actual streams state (whether they are enabled or not)
- Removed weird dialogs when user tries to enter stream editing without scapy connected, now it only requires connection
- Preparing to remove simple mode
v4.5.4
- Support of packet loss by PG ID display (Streams tab in Dashboard, Packet loss chart)
- Fixed IPv4 checksum with Fixed type of src and dst IP in PCAP imported streams
v4.5.3
- Minor fixes and enhancements in TRex Daemon dialog
- Updated JDK8 to 201: Fixed crashes on Mac OS 10.14 Mojave
v4.5.2
- TRex Daemon dialog fixes under Windows
v4.5.1
-
Hotfix in PCAP import with edited IP layers procedure
-
update jfx plugin for gradle, updated java version on build machine
v4.5.0
Added ability to work with TRex Daemon:
- Connection to TRex Daemon
- Editing trex-cfg.yaml from GUI
- Loading default config to GUI
- Uploading custom config
- Start TRex
- Force kill TRex
TRex Daemon options could be found in menu bar
v4.4.2
- Fixed not importing payload during native profile import
- Support TRex v2.43
v4.4.1
- Import of Native profiles with VM instructions is supported.
- Import of Native profiles, 'next' stream import fixed.
- Reduced and optimized RPCs (reduced calls), supported compression and decompression of RPCs.
- Supported edit of Stream name (click on name within stream table, Enter to apply changes, Esc to cancel).
v4.4
- Fixed GUI issues (stream_id was always 0, for all streams)
- Removed 64k limitation in stream Time loop
- Added validation to YAMLs on import
- Added support of streams import in YAML format (files, converted from native *.py profiles)
- Advanced mode is set by default. All imported streams and profiles are opened in Advanced mode by default
NOTE: Since Advanced mode requires connection to Scapy server, user can choose whether to try to connect to Scapy server, or to continue in Simple mode
Known issue: Import of VM instructions is not yet supported.