Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-09 | changed file name from scapy_server to scapy_service | 2 | -0/+396 | ||
changed file for scapy_zmq_server changed functionality for scapy_server, added support for port with -s flag. scapy_service now functions as a service for the server wrapper | |||||
2016-08-07 | random tests are now provided with seed | 1 | -3/+3 | ||
2016-08-04 | server was made as an object with execute function | 1 | -34/+39 | ||
2016-08-04 | 1) made a class Scapy_server encapsulating scapy_wrapper and scapy_service | 2 | -65/+9 | ||
2) fixed some exception handling | |||||
2016-08-04 | 1) added build_pkt when calculating offsets | 1 | -0/+1 | ||
2016-08-04 | 1) changed class name to 'scapy_service' | 3 | -15/+166 | ||
2) changed returned values to be dictionaries instead of arrays | |||||
2016-08-03 | add -m bpsl1 | 1 | -4/+13 | ||
2016-08-03 | Merge remote-tracking branch 'origin/master' | 6 | -35/+58 | ||
2016-08-03 | set default stateful duration 1 hour, forbid duration in stateless | 2 | -3/+56 | ||
add "add_profile"stateless Python API command fix trex_perf.py | |||||
2016-08-03 | async compressed - https://trex-tgn.cisco.com/youtrack/issue/trex-232 | 6 | -35/+58 | ||
2016-08-03 | 1) changed location. from examples to services | 1 | -0/+275 | ||
2) added wrapper scapy server class | |||||
2016-08-01 | Python3 support for Stateful daemon | 1 | -1/+1 | ||
Python 3.5 support in ZMQ Verify ZMQ health in Stateful daemon Add get_trex_config() command to Stateful daemon Strip debug info on Python ZMQ .so files | |||||
2016-07-31 | fixed error handling in get_all_pkt_offsets, added return of error code ↵ | 1 | -19/+24 | ||
tuple as same as build_pkt | |||||
2016-07-31 | Merge branch 'master' into scapy_server | 13 | -342/+1312 | ||
2016-07-31 | scapy_server for GUI+test | 1 | -0/+272 | ||
2016-07-27 | support for graceful shutdown | 3 | -6/+52 | ||
2016-07-26 | some more TUI fixes | 5 | -24/+65 | ||
2016-07-25 | TRex console - add support for L1 BPS | 1 | -48/+44 | ||
https://trex-tgn.cisco.com/youtrack/issue/trex-230 | |||||
2016-07-25 | TUI - stdout close/reopen issues | 1 | -6/+2 | ||
2016-07-25 | TUI tweaks | 4 | -110/+144 | ||
2016-07-21 | faster TUI: no flickers and more... | 2 | -32/+135 | ||
1. made stdout full buffered (no in-middle print) 2. added TAB for filenames auto-complete | |||||
2016-07-06 | increase server<->client API version from 1.2 to 1.3 | 1 | -2/+1 | ||
various fixes | |||||
2016-07-06 | TUI: crash when history is empty | 1 | -1/+1 | ||
2016-07-06 | TUI mode (--tui) locked on legend | 3 | -17/+53 | ||
2016-07-06 | TUI - added left, right, end , del keys | 1 | -36/+105 | ||
also history is updated when leaving TUI | |||||
2016-07-05 | various fixes | 1 | -0/+2 | ||
2016-07-05 | TUI phase 500 ! | 3 | -65/+89 | ||
2016-07-05 | TUI with console - awesome ! | 2 | -59/+117 | ||
2016-07-05 | TUI integrated with console | 2 | -29/+242 | ||
2016-07-05 | profile console command was broken on Python 3 | 1 | -1/+1 | ||
2016-07-04 | Merge branch 'master' into cpu_per_core | 4 | -40/+99 | ||
2016-07-04 | Merge branch 'master' into cpu_per_core | 2 | -21/+17 | ||
2016-06-29 | flow stat/latency error counters code + documentation | 4 | -40/+99 | ||
2016-06-23 | FLOW_STATS: removed line_util fields | 1 | -11/+5 | ||
2016-06-23 | minor update for the stats doc | 1 | -10/+12 | ||
2016-06-23 | Merge branch 'master' into cpu_per_core | 10 | -57/+189 | ||
Conflicts: scripts/automation/trex_control_plane/server/singleton_daemon.py | |||||
2016-06-23 | get_stats documentation | 1 | -5/+148 | ||
2016-06-22 | STL Python API stats - add histogram key if it's absent | 1 | -0/+1 | ||
2016-06-22 | FLOW_STATS: extract start_stream from the compiler to start_traffic | 1 | -0/+3 | ||
2016-06-21 | profile fixes | 1 | -7/+5 | ||
2016-06-20 | bug: multiplier can be string or unicode | 4 | -29/+25 | ||
2016-06-20 | Add 4 bytes for each packet rx/tx bytes in flow stats, to artificially count ↵ | 1 | -1/+1 | ||
ethernet CRC | |||||
2016-06-09 | commented out line 301 | 1 | -1/+1 | ||
2016-06-09 | added description to regression manager | 1 | -344/+358 | ||
2016-06-09 | updated google analytics API | 1 | -295/+344 | ||
2016-06-09 | typo (GitHub pull request #14) | 1 | -1/+1 | ||
2016-06-06 | MBUF utilization: add size of RAM (MB) the MBUFs take | 1 | -53/+71 | ||
2016-06-05 | remove STLSim from pcap example, remove search of BP-sim path | 2 | -14/+5 | ||
2016-06-05 | cpu utilization Python get_stats replace "force" flag with "use_1sec_cache", ↵ | 1 | -4/+4 | ||
default False. | |||||
2016-06-05 | Merge branch 'master' into cpu_per_core | 1 | -13/+14 | ||