Releases: kisel/trex-packet-editor-gui
1.0.3-alpha
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
1.0.2 - alpha
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
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
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:
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:
- only localhost:4507
TRexPacketCraftingTool.zip
Release project for integration with https://github.com/exalt-tech/trex-stateless-gui
1.0-SNAPSHOT ui test with 64k payload