Skip to content

Releases: cisco-system-traffic-generator/trex-stateless-gui

v4.5.6

12 Sep 12:43
9778e1d
Compare
Choose a tag to compare
  • Support of TRex v2.61 (No Backward compatible due to API version update in trex-java-sdk)
  • Upgrade jeromq (0.5.1)

v4.5.5

15 May 13:49
Compare
Choose a tag to compare
  • 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

21 Feb 16:42
Compare
Choose a tag to compare
  • 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

07 Feb 09:59
Compare
Choose a tag to compare
  • Minor fixes and enhancements in TRex Daemon dialog
  • Updated JDK8 to 201: Fixed crashes on Mac OS 10.14 Mojave

v4.5.2

25 Dec 11:21
6afc91c
Compare
Choose a tag to compare
  • TRex Daemon dialog fixes under Windows

v4.5.1

14 Nov 10:30
Compare
Choose a tag to compare
  • Hotfix in PCAP import with edited IP layers procedure

  • update jfx plugin for gradle, updated java version on build machine

v4.5.0

09 Oct 08:44
ebe2d79
Compare
Choose a tag to compare

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

27 Aug 07:58
617e9d6
Compare
Choose a tag to compare
  • Fixed not importing payload during native profile import
  • Support TRex v2.43

v4.4.1

08 Aug 06:23
c3832c2
Compare
Choose a tag to compare
  • 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

09 Jul 14:59
a199804
Compare
Choose a tag to compare
  • 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.