Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-08-18 | scapy_server_test: | itraviv | 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-15 | fixed an issue in exception handling | itraviv | 1 | -8/+7 | |
2016-08-15 | scapy_server_test: | itraviv | 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-11 | 1)removed unnecessary files from repository | itraviv | 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.*** | itraviv | 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 | itraviv | 1 | -19/+14 | |
2016-08-10 | 1) fixed "main function": mechanism for running this script as a stand-alone ↵ | itraviv | 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 | itraviv | 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-04 | server was made as an object with execute function | itraviv | 1 | -34/+39 | |
2016-08-04 | 1) made a class Scapy_server encapsulating scapy_wrapper and scapy_service | itraviv | 2 | -65/+9 | |
2) fixed some exception handling | |||||
2016-08-04 | 1) added build_pkt when calculating offsets | itraviv | 1 | -0/+1 | |
2016-08-04 | 1) changed class name to 'scapy_service' | itraviv | 3 | -15/+166 | |
2) changed returned values to be dictionaries instead of arrays | |||||
2016-08-03 | 1) changed location. from examples to services | itraviv | 1 | -0/+275 | |
2) added wrapper scapy server class | |||||
2016-07-31 | fixed error handling in get_all_pkt_offsets, added return of error code ↵ | itraviv | 1 | -19/+24 | |
tuple as same as build_pkt | |||||
2016-07-31 | Merge branch 'master' into scapy_server | itraviv | 20 | -522/+1539 | |
2016-07-31 | scapy_server for GUI+test | itraviv | 1 | -0/+272 | |
2016-07-27 | support for graceful shutdown | imarom | 3 | -6/+52 | |
2016-07-26 | some more TUI fixes | imarom | 6 | -25/+69 | |
2016-07-25 | TRex console - add support for L1 BPS | imarom | 1 | -48/+44 | |
https://trex-tgn.cisco.com/youtrack/issue/trex-230 | |||||
2016-07-25 | TUI - stdout close/reopen issues | imarom | 1 | -6/+2 | |
2016-07-25 | TUI tweaks | imarom | 4 | -110/+144 | |
2016-07-21 | faster TUI: no flickers and more... | imarom | 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 | Yaroslav Brustinov | 1 | -25/+34 | |
2016-07-06 | increase server<->client API version from 1.2 to 1.3 | Yaroslav Brustinov | 1 | -2/+1 | |
various fixes | |||||
2016-07-06 | TUI: crash when history is empty | imarom | 1 | -1/+1 | |
2016-07-06 | TUI mode (--tui) locked on legend | imarom | 3 | -17/+53 | |
2016-07-06 | TUI - added left, right, end , del keys | imarom | 1 | -36/+105 | |
also history is updated when leaving TUI | |||||
2016-07-05 | various fixes | Yaroslav Brustinov | 2 | -1/+3 | |
2016-07-05 | TUI phase 500 ! | imarom | 3 | -65/+89 | |
2016-07-05 | TUI with console - awesome ! | imarom | 2 | -59/+117 | |
2016-07-05 | TUI integrated with console | imarom | 2 | -29/+242 | |
2016-07-05 | profile console command was broken on Python 3 | imarom | 1 | -1/+1 | |
2016-07-04 | Merge branch 'master' into cpu_per_core | Yaroslav Brustinov | 4 | -40/+99 | |
2016-07-04 | Merge branch 'master' into cpu_per_core | Yaroslav Brustinov | 2 | -21/+17 | |
2016-07-04 | trex_client: sample each second | Yaroslav Brustinov | 1 | -30/+68 | |
stateful result object: add method to get avg value at steady state regression: add -t flag to run specific test by name (without file and class) update trex07 benchmarks | |||||
2016-06-29 | flow stat/latency error counters code + documentation | Ido Barnea | 4 | -40/+99 | |
2016-06-26 | stf api: don't fail if no histogram in result | Yaroslav Brustinov | 1 | -15/+16 | |
2016-06-23 | FLOW_STATS: removed line_util fields | imarom | 1 | -11/+5 | |
2016-06-23 | minor update for the stats doc | Hanoh Haim | 1 | -10/+12 | |
2016-06-23 | Merge branch 'master' into cpu_per_core | Yaroslav Brustinov | 17 | -224/+365 | |
Conflicts: scripts/automation/trex_control_plane/server/singleton_daemon.py | |||||
2016-06-23 | daemons logger: create log dir if does not exist | Yaroslav Brustinov | 1 | -6/+5 | |
2016-06-23 | get_stats documentation | Ido Barnea | 1 | -5/+148 | |
2016-06-22 | STL Python API stats - add histogram key if it's absent | Yaroslav Brustinov | 1 | -0/+1 | |
2016-06-22 | FLOW_STATS: extract start_stream from the compiler to start_traffic | imarom | 2 | -0/+6 | |
2016-06-22 | typo at last commit | Yaroslav Brustinov | 1 | -1/+1 | |
2016-06-21 | api: add passing of additional arguments to TRex | Yaroslav Brustinov | 2 | -6/+9 | |
2016-06-21 | profile fixes | Ido Barnea | 1 | -7/+5 | |
2016-06-21 | --debug-image flag fix bug | Yaroslav Brustinov | 1 | -1/+1 | |
2016-06-20 | bug: multiplier can be string or unicode | imarom | 4 | -29/+25 | |
2016-06-20 | regression: add flag to run with debug image | Yaroslav Brustinov | 2 | -7/+9 | |