Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-02-03 | Merge branch 'master' into scapy2 | 1 | -1/+1 | ||
2016-02-03 | sanity check for var does not exists | 2 | -3/+43 | ||
2016-02-03 | add fixup offset | 2 | -2/+28 | ||
2016-02-02 | check scapy ipv6 packet | 1 | -1/+19 | ||
2016-02-02 | fix for Issue trex-176 | 1 | -1/+1 | ||
2016-02-02 | add 9k ip len packet | 1 | -0/+18 | ||
2016-02-02 | add 128 size packet test | 1 | -0/+20 | ||
2016-02-02 | add valn packet ad offset | 2 | -2/+29 | ||
2016-02-02 | scapy first test | 1 | -0/+83 | ||
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) | 3 | -74/+211 | ||
2016-01-31 | hltapi_example | 1 | -56/+87 | ||
2016-01-31 | add driver for Ubuntu 14.04.3, remove seconds from regression start time at ↵ | 5 | -129/+140 | ||
HTML report, HLTAPI improvements | |||||
2016-01-28 | HLTAPI updates, aggregated results tests count print | 6 | -230/+487 | ||
2016-01-28 | added API: release, remove_stream | 3 | -31/+118 | ||
2016-01-27 | API: example for bi-directional flows | 7 | -145/+232 | ||
2016-01-27 | minor change name | 1 | -1/+1 | ||
2016-01-27 | assing attribute 'requires_client' to CStlBasic_Test | 1 | -0/+2 | ||
2016-01-26 | 1. fixed failing regression test | 2 | -2/+1 | ||
2. enabled STL nose tests 3. fixed packet size padding to 60 | |||||
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-21 | regression: fix created pcap name in parallel setups | 1 | -1/+1 | ||
general: added command to show last commits + release | |||||
2016-01-20 | regression: | 1 | -1/+1 | ||
fix case typo in functional test | |||||
2016-01-19 | regression: | 10 | -25/+39 | ||
add rx_check negative test add test_nat_simple_mode1 and test_nat_simple_mode2 benchmarks remove pcaps to ensure they are created | |||||
2016-01-19 | Adding option to pass NAT info in TCP ACK of first SYN | 1 | -8/+14 | ||
2016-01-18 | regression: | 16 | -54/+50 | ||
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-15 | regression: add trex14 setup (slightly updated trex12) | 2 | -0/+232 | ||
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-13 | add Dan's packet builder functional tests | 8 | -0/+731 | ||
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 |