Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-24 | add example for pin cores | 1 | -0/+72 | ||
2016-08-24 | v2.08 | 1 | -0/+36 | ||
2016-08-24 | hltapi example: add example command of removing all streams from port | 1 | -1/+5 | ||
2016-08-21 | scapy_service: | 3 | -4/+84 | ||
supported_methods now returns all functions when invoked with parameter 'all' zmq_client: added simple console to interact with server scapy_zmq_server: added verbosity feature | |||||
2016-08-18 | fixed issues with path to include VXLAN and MPLS | 1 | -15/+15 | ||
2016-08-18 | Merge branch 'scapy_server' | 6 | -58/+710 | ||
2016-08-18 | scapy_server_test: | 3 | -26/+78 | ||
skiping python3 tests scapy_service.py: minor changes to protocol_struct function zmq_client: added zmq_server: minor changes in exception handling | |||||
2016-08-18 | previous commit was missing a file change | 1 | -9/+12 | ||
2016-08-18 | CPU util. measurements fix (more accurate and steady) | 1 | -21/+59 | ||
see #trex-246 | |||||
2016-08-16 | regression failure due to previous commit | 1 | -8/+5 | ||
2016-08-16 | simulator breakage fix | 3 | -4/+5 | ||
2016-08-16 | personal code review tweaks | 2 | -33/+48 | ||
2016-08-15 | fixed an issue in exception handling | 1 | -8/+7 | ||
2016-08-15 | scapy_server_test: | 2 | -73/+149 | ||
added cases for testing: GRE, VXML, DNS, IPv6 changed test functions to include only the testted object and created other functions as testing engines. scapy_service: added api class. added documentry for api class changed method functions to include underscore | |||||
2016-08-15 | TUI screen buffer | 6 | -81/+218 | ||
2016-08-15 | core mask - first phase | 4 | -23/+84 | ||
2016-08-11 | 1)removed unnecessary files from repository | 4 | -641/+2 | ||
2)fixed bug in checking update of data-base | |||||
2016-08-10 | ***this is an example for a JSON-RPC (over ZMQ) client.*** | 1 | -0/+45 | ||
started with -s for server IP address (default is local-host) started with -p for port number | |||||
2016-08-10 | move 'main' function to bottom of file | 1 | -19/+14 | ||
2016-08-10 | 1) fixed "main function": mechanism for running this script as a stand-alone ↵ | 1 | -17/+29 | ||
program and running it from another python script 2) added closure of sockets and context explicitly (counting on python garbage-collector caused errors) 3) added support for 'remote shutdown' feature. now the server can be shut-down using 'shut_down' method as RPC from client | |||||
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 | stf daemon: add support for zipped zmq | 2 | -6/+42 | ||
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-02 | stf daemon another python3 fix | 1 | -1/+1 | ||
2016-08-01 | Python3 support for Stateful daemon | 6 | -35/+61 | ||
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 | 20 | -522/+1539 | ||
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 | 6 | -25/+69 | ||
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-08 | fix multicast being counted as ierror | 1 | -25/+34 | ||
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 | 2 | -1/+3 | ||
2016-07-05 | TUI phase 500 ! | 3 | -65/+89 | ||