Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-09-29 | Add FE Instruction to fix TCP/UDP Payload checksum using hardware offload engine | Hanoh Haim | 1 | -0/+74 | |
2016-09-29 | https://trex-tgn.cisco.com/youtrack/issue/trex-249 | imarom | 1 | -13/+76 | |
2016-09-29 | https://trex-tgn.cisco.com/youtrack/issue/trex-243 | imarom | 1 | -13/+23 | |
2016-09-29 | https://trex-tgn.cisco.com/youtrack/issue/trex-247 | imarom | 2 | -4/+23 | |
2016-09-28 | trex-console: add print of Python error in case of error loading profile in TUI | Yaroslav Brustinov | 1 | -3/+7 | |
2016-09-28 | stl api - importing profile: use given directory as first path, not last | Yaroslav Brustinov | 1 | -1/+1 | |
2016-09-25 | merge issues with rand limit | imarom | 2 | -20/+12 | |
2016-09-25 | split multicore - all tests pass | imarom | 2 | -20/+7 | |
2016-09-25 | Splitter - padding for non circular VMs | imarom | 2 | -9/+13 | |
2016-09-25 | draft: new split algorithm | imarom | 1 | -8/+48 | |
2016-09-13 | fix random_limit max value | Hanoh Haim | 1 | -3/+3 | |
2016-09-13 | add repetable_random example profile | Hanoh Haim | 1 | -0/+3 | |
2016-09-13 | add python test | Hanoh Haim | 1 | -12/+52 | |
2016-09-13 | add min/max to repeatable random inst | Hanoh Haim | 1 | -0/+60 | |
2016-09-13 | dpdk Python scripts small fixes | Yaroslav Brustinov | 3 | -42/+53 | |
ensure log dir exists for trex daemon regression: add trex24 setup Sphinx docs remove "capture" tag for compatibility with 1.2 version | |||||
2016-09-07 | support for DUAL mode on small PCAPs | imarom | 2 | -17/+261 | |
2016-09-07 | dual mode : code review fixes | imarom | 2 | -3/+9 | |
2016-09-07 | dual mode - refinement | imarom | 1 | -4/+16 | |
2016-09-07 | dual mode - check for ERF only | imarom | 2 | -1/+4 | |
2016-09-07 | DUAL mode - phase #1 | imarom | 5 | -10/+46 | |
2016-09-04 | scapy service: added version handler, added packet reconstruct from binary, ↵ | itraviv | 2 | -39/+150 | |
added support for building packet from dictionary, added support for scapy field enhancement. scapy_zmq_server: fixed some path issues, changed minor argument parsing | |||||
2016-08-31 | generation of native code: fix imports | Yaroslav Brustinov | 1 | -6/+29 | |
2016-08-24 | added logging mechanism with --log argument | itraviv | 1 | -11/+31 | |
2016-08-24 | add example for pin cores | Hanoh Haim | 1 | -0/+72 | |
2016-08-24 | hltapi example: add example command of removing all streams from port | Yaroslav Brustinov | 1 | -1/+5 | |
2016-08-21 | scapy_service: | itraviv | 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 | itraviv | 1 | -15/+15 | |
2016-08-18 | Merge branch 'scapy_server' | itraviv | 5 | -58/+665 | |
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-18 | previous commit was missing a file change | imarom | 1 | -9/+12 | |
2016-08-18 | CPU util. measurements fix (more accurate and steady) | imarom | 1 | -21/+59 | |
see #trex-246 | |||||
2016-08-16 | regression failure due to previous commit | imarom | 1 | -8/+5 | |
2016-08-16 | simulator breakage fix | imarom | 3 | -4/+5 | |
2016-08-16 | personal code review tweaks | imarom | 2 | -33/+48 | |
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-15 | TUI screen buffer | imarom | 6 | -81/+218 | |
2016-08-15 | core mask - first phase | imarom | 4 | -23/+84 | |
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 | 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-07 | random tests are now provided with seed | imarom | 1 | -3/+3 | |
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 | add -m bpsl1 | Hanoh Haim | 1 | -4/+13 | |
2016-08-03 | Merge remote-tracking branch 'origin/master' | Yaroslav Brustinov | 6 | -35/+58 | |
2016-08-03 | set default stateful duration 1 hour, forbid duration in stateless | Yaroslav Brustinov | 2 | -3/+56 | |
add "add_profile"stateless Python API command fix trex_perf.py |