Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-19 | update multiplier in stl benchmark, shorten title in NIC's table | 1 | -1/+2 | ||
2016-08-19 | disable scapy_server test | 1 | -0/+0 | ||
2016-08-18 | revert mmain_dpdk.h commited by mistake code | 1 | -0/+698 | ||
add create config functional test change order of cores in config file | |||||
2016-08-18 | fixed path issue to resolve path for VXLAN and MPLS | 1 | -1/+2 | ||
2016-08-18 | fixed issues with path to include VXLAN and MPLS | 1 | -15/+15 | ||
2016-08-18 | Merge branch 'scapy_server' | 7 | -58/+931 | ||
2016-08-18 | scapy_server_test: | 4 | -27/+81 | ||
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: | 3 | -142/+204 | ||
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-11 | IPv6 Latency/flow stats on x710 - supporting all packet types | 1 | -1/+1 | ||
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)added feature: running the entire test via RPC (over ZMQ) on a "remote" ↵ | 1 | -4/+23 | ||
scapy server. 2) the mentioned above server is implemented as a thread running on the local machine,so in this commit a thread mechanism is added | |||||
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 | added wrapper class to support testing of scapy_server, this class wraps ↵ | 1 | -6/+81 | ||
server interaction. added test of offsets versus actual packet dump | |||||
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-08 | Fix to stateless latency test | 1 | -2/+2 | ||
2016-08-08 | IPv6 x710 flow stats work. Still not supported: Flow stats for UDP/TCP IPv6 ↵ | 1 | -2/+3 | ||
packets with extension header. | |||||
2016-08-07 | regression: compare pcaps in functional tests robust to order of packets ↵ | 1 | -4/+23 | ||
with same timestamp | |||||
2016-08-07 | generated code on PCAP should be fixed to support default MACs | 1 | -8/+8 | ||
2016-08-07 | random tests are now provided with seed | 2 | -34/+53 | ||
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 | 3 | -66/+10 | ||
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' | 4 | -21/+173 | ||
2) changed returned values to be dictionaries instead of arrays | |||||
2016-08-04 | Added IPv6 router config to stateless tests | 1 | -1/+2 | ||
2016-08-04 | remove 10G setups from ipv6 latency tests | 1 | -5/+11 | ||
2016-08-04 | fix for failing test | 1 | -2/+1 | ||
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 | fix for https://trex-tgn.cisco.com/youtrack/issue/trex-226 | 1 | -0/+27 | ||
commit #trex-226 | |||||
2016-08-03 | IPv6 latency tests and --rx-check tests | 3 | -4/+21 | ||
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 | 3 | -5/+59 | ||
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 | fixed path after relocation of scapy_server | 1 | -99/+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 | 7 | -36/+62 | ||
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 | 39 | -811/+2392 | ||