Skip to content

Releases: kisel/trex-packet-editor-gui

1.0.3-alpha

14 Nov 13:36
Compare
Choose a tag to compare
1.0.3-alpha Pre-release
Pre-release

Changelog:

  • Display engine instructions at GUI as a valid python script.
  • Added a button to copy generated engine instructions into clipboard.

Should be used with field_engine_support branch of trex-core
git clone --branch field_engine_support [email protected]:kisel/trex-core.git

screen shot 2016-11-14 at 8 20 02 pm

1.0.2 - alpha

10 Nov 10:57
Compare
Choose a tag to compare
1.0.2 - alpha Pre-release
Pre-release

Changelog:

  • Payload generator: packed editor template code, total packet size
  • Field engine support(per-field)( total pkt size, code template )
  • initial support for field engine instructions at GUI

UPD:

  • backward compatibility

Should be used with field_engine_support branch of trex-core
git clone --branch field_engine_support [email protected]:kisel/trex-core.git

1.0.1

01 Nov 17:30
Compare
Choose a tag to compare

screenshot

Changeset:

  • monospace fonts with fallback(Menlo on Mac, Lucida Console on Windows)
  • striped rows (zebra)
  • selected row highlighting
  • changed style of binary editor(moved to left side)
  • moved protocol definitions to trex-core scapy server(cisco-system-traffic-generator/trex-core#27)
  • added a toolbar

JAR: TRexPacketCraftingTool.zip

SCAPY_SERVER env variable needs to be defined to connect to an external scapy server

latest-binary

25 Oct 17:57
Compare
Choose a tag to compare
latest-binary Pre-release
Pre-release

cross-platform standalone jar ( unzip and run jar file )
scapy server should be on localhost:4507 ( default )
to connect to a remote server, specify SCAPY_SERVER env var

SCAPY_SERVER=box.local:4507 java -jar TRexPacketCraftingTool.jar

or on Windows:

set SCAPY_SERVER=box.local:4507
java -jar TRexPacketCraftingTool.jar

Build 6:

TRexPacketCraftingTool.zip

Build 5:

lowercase hex address
TRexPacketCraftingTool.zip

Build 4:

lucida console 10pt on Windows
TRexPacketCraftingTool.zip

Build 3:

bugfixes, fonts, UI enhancements, logging disabled
TRexPacketCraftingTool.zip

Build 2:

added SCAPY_SERVER support, test MacOS dmg
Cross-platform jar - TRexPacketCraftingTool.zip
Mac OS dmg: https://drive.google.com/open?id=0ByWrwK_u8dIYOWdST0xENnMzSW8

Build 1:

Release project for integration with https://github.com/exalt-tech/trex-stateless-gui

19 Oct 06:21
Compare
Choose a tag to compare
1.0-SNAPSHOT

ui test with 64k payload