Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-03 | scapy builder typo | 1 | -1/+1 | ||
2016-02-02 | scapy builder typo | 1 | -1/+1 | ||
2016-02-02 | typo | 1 | -1/+1 | ||
2016-02-02 | Merge remote-tracking branch 'origin/master' | 1 | -1/+1 | ||
2016-02-02 | Fix Dan's packet builder payload_gen reference to packet, HLTAPI updated for ↵ | 3 | -204/+231 | ||
Scapy builder, Scapy builder style corrections | |||||
2016-02-02 | fix for Issue trex-176 | 1 | -1/+1 | ||
2016-02-01 | some scapy cleanups | 1 | -189/+2 | ||
2016-02-01 | first scapy version | 3 | -1/+1676 | ||
2016-02-01 | fix for http://trex-tgn.cisco.com/youtrack/issue/trex-174 | 2 | -17/+26 | ||
2016-02-01 | HTLAPI update | 2 | -82/+155 | ||
2016-02-01 | simulator support (API and profiles) | 2 | -69/+198 | ||
2016-01-31 | add driver for Ubuntu 14.04.3, remove seconds from regression start time at ↵ | 3 | -122/+133 | ||
HTML report, HLTAPI improvements | |||||
2016-01-28 | HLTAPI updates, aggregated results tests count print | 2 | -183/+392 | ||
2016-01-28 | added API: release, remove_stream | 3 | -31/+118 | ||
2016-01-27 | API: example for bi-directional flows | 4 | -103/+185 | ||
2016-01-26 | packet is now base64 encoded | 4 | -10/+14 | ||
2016-01-26 | API simplification and example | 6 | -100/+260 | ||
2016-01-26 | API cleaning up | 3 | -246/+418 | ||
2016-01-24 | stateless sim was broken | 1 | -1/+2 | ||
2016-01-24 | added support for L1 B/W check | 2 | -17/+20 | ||
both start/update now enforce this and it can be bypassed by providing 'force' | |||||
2016-01-24 | fixed issue trex-172: Console -m 100% is L2 and no L1 | 6 | -584/+85 | ||
http://trex-tgn.cisco.com/youtrack/issue/trex-172 | |||||
2016-01-24 | added example | 6 | -23/+25 | ||
2016-01-21 | phase 4 | 6 | -342/+325 | ||
2016-01-21 | draft #3 | 8 | -182/+379 | ||
2016-01-21 | draft #2 | 4 | -471/+651 | ||
2016-01-21 | highly draft - just backing up | 6 | -1041/+1322 | ||
2016-01-21 | async publish now | 5 | -53/+85 | ||
2016-01-21 | draft of test API for stateless | 4 | -108/+140 | ||
2016-01-18 | regression: | 1 | -2/+5 | ||
corrections of benchmarks move packet builder tests to functional folder add CPU utilization boundries for more tests print Skipping message fix relative drop counting API: convert hostname to IP at init of client side (trex_client.py) various: move python path determination to external common file add functional tests running bash script add sudo check to t-rex-64 | |||||
2016-01-14 | always on top for TUI now works no most platforms | 1 | -14/+38 | ||
(using GTK+ if available) | |||||
2016-01-13 | fixed the permission on the console directory (now creates with 777) | 1 | -1/+8 | ||
2016-01-13 | -a is not mandatory anymore for every port's commands | 3 | -4/+11 | ||
the default is all ports | |||||
2016-01-13 | cntrl+c in middle of line can abort the line instead of exiting | 1 | -3/+17 | ||
2016-01-13 | TUI now writes to a string buffer and then to screen | 4 | -9/+18 | ||
(should be faster, like double buffering and switch) | |||||
2016-01-13 | added 'total' line to stats | 3 | -20/+74 | ||
2016-01-13 | update pkt builder vm | 1 | -11/+9 | ||
2016-01-12 | perfectionist's job is never done - fixed the console prompt redraw when | 2 | -4/+20 | ||
an async event occurs so it looks nice | |||||
2016-01-12 | some modifactions to the TUI | 5 | -50/+82 | ||
few things were fixed | |||||
2016-01-11 | small problem in the stl simulation | 2 | -7/+9 | ||
2016-01-10 | random packet size - uses expected packet size | 1 | -1/+2 | ||
instead of the value as is | |||||
2016-01-08 | minor updates | 2 | -9/+19 | ||
2016-01-08 | Merge branch 'dan_stateless' | 8 | -32/+232 | ||
Added the support for "streams" command Missing: 1. "--full" output 2. sync with server after crash 3. merging output for identical port streams | |||||
2016-01-07 | Working version of streams view in TRex console. | 8 | -55/+208 | ||
TODO: sync when console crashes isn't integrated yet | |||||
2016-01-07 | first bug caught by the simulator - memory leak | 1 | -7/+17 | ||
2016-01-07 | yet another stateless simulation phase | 1 | -1/+7 | ||
2016-01-07 | more options to the stateless simulation | 1 | -58/+84 | ||
2016-01-05 | Merge branch 'random_pkt' | 1 | -8/+5 | ||
2016-01-05 | stateless sim - core_index and all cores simulation | 1 | -7/+70 | ||
2016-01-05 | Merge remote-tracking branch 'origin/master' | 1 | -0/+202 | ||
2016-01-05 | move regression to trex-core | 4 | -43/+58 | ||
slight fixes of hltapi + vm in packet builder update yaml lib version from 3.01 to 3.11 |