summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/console/trex_tui.py
AgeCommit message (Expand)AuthorFilesLines
2015-12-16cleaned the code a little, added load_packet_from_pcap into packet builder fu...Dan Klein1-3/+2
2015-12-15moved all return code values to RC types (better for batch rc)imarom1-2/+3
2015-12-14bugs fixesimarom1-0/+2
2015-12-14TUI v2.0 - now no flickering, state machine for lost of connectivityimarom1-16/+88
2015-12-10removed session id - not necessaryimarom1-1/+0
2015-12-09read only supportimarom1-14/+22
2015-12-08some modifications to the tablesimarom1-6/+23
2015-12-08dynamic commands on TUIimarom1-14/+52
2015-12-08a minor fix to the TUI (pause/resume all ports)imarom1-8/+32
2015-12-08text based TUI (does not use ncurses)imarom1-0/+309