summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-08-18Merge branch 'scapy_server'itraviv7-58/+931
2016-08-18core_mask backward compatability (for GUI)imarom5-5/+10
2016-08-18scapy_server_test:itraviv4-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-18previous commit was missing a file changeimarom2-10/+13
2016-08-18CPU util. measurements fix (more accurate and steady)imarom6-37/+92
see #trex-246
2016-08-17add another koHanoh Haim2-0/+2
2016-08-16regression failure due to previous commitimarom1-8/+5
2016-08-16simulator breakage fiximarom4-4/+6
2016-08-16personal code review tweaksimarom4-36/+52
2016-08-15fixed an issue in exception handlingitraviv1-8/+7
2016-08-15scapy_server_test:itraviv3-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-15TUI screen bufferimarom8-86/+235
2016-08-15core mask - first phaseimarom20-95/+401
2016-08-14Exit if x710 firmware version is too oldIdo Barnea3-0/+58
2016-08-111)removed unnecessary files from repositoryitraviv4-641/+2
2)fixed bug in checking update of data-base
2016-08-11IPv6 Latency/flow stats on x710 - supporting all packet typesIdo Barnea4-22/+47
2016-08-10***this is an example for a JSON-RPC (over ZMQ) client.***itraviv1-0/+45
started with -s for server IP address (default is local-host) started with -p for port number
2016-08-10move 'main' function to bottom of fileitraviv1-19/+14
2016-08-101)added feature: running the entire test via RPC (over ZMQ) on a "remote" ↵itraviv1-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-101) fixed "main function": mechanism for running this script as a stand-alone ↵itraviv1-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-10Better flow stat parser unit tests, including IPv6Ido Barnea8-260/+459
2016-08-09added wrapper class to support testing of scapy_server, this class wraps ↵itraviv1-6/+81
server interaction. added test of offsets versus actual packet dump
2016-08-09changed file name from scapy_server to scapy_serviceitraviv2-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-08Fix to stateless latency testIdo Barnea1-2/+2
2016-08-08change default to not run rte_eth_dev_stop/closeIdo Barnea2-9/+9
2016-08-08Changing DPDK latency patch, so we can easily merge it for next DPDK versionIdo Barnea2-40/+21
2016-08-08removed dpdk22 filesIdo Barnea399-248801/+0
2016-08-08Adding --no-close optionIdo Barnea2-23/+20
2016-08-08IPv6 x710 flow stats work. Still not supported: Flow stats for UDP/TCP IPv6 ↵Ido Barnea9-117/+169
packets with extension header.
2016-08-08master_daemon: run the Stateless RPC proxy without superuser privilegesYaroslav Brustinov1-1/+1
2016-08-07regression: compare pcaps in functional tests robust to order of packets ↵Yaroslav Brustinov1-4/+23
with same timestamp
2016-08-07generated code on PCAP should be fixed to support default MACsimarom1-8/+8
2016-08-07random tests are now provided with seedimarom9-36/+58
2016-08-07fix for #trex-240imarom2-24/+37
https://trex-tgn.cisco.com/youtrack/issue/trex-240
2016-08-06typo in master_daemonYaroslav Brustinov1-1/+1
2016-08-04server was made as an object with execute functionitraviv1-34/+39
2016-08-041) made a class Scapy_server encapsulating scapy_wrapper and scapy_serviceitraviv3-66/+10
2) fixed some exception handling
2016-08-04v2.07Hanoh Haim1-1/+1
2016-08-041) added build_pkt when calculating offsetsitraviv1-0/+1
2016-08-041) changed class name to 'scapy_service'itraviv4-21/+173
2) changed returned values to be dictionaries instead of arrays
2016-08-04Added IPv6 router config to stateless testsIdo Barnea1-1/+2
2016-08-04remove 10G setups from ipv6 latency testsIdo Barnea1-5/+11
2016-08-04fix for failing testimarom1-2/+1
2016-08-03remove old VSI patchHanoh Haim1-1/+0
2016-08-03master_daemon: create working directory if it was deletedYaroslav Brustinov1-3/+8
2016-08-03revert typoYaroslav Brustinov1-0/+5
2016-08-03Fix compilation error on ubuntuIdo Barnea1-3/+3
2016-08-03stf daemon: add support for zipped zmqYaroslav Brustinov2-6/+42
2016-08-03add -m bpsl1Hanoh Haim1-4/+13
2016-08-03fix for https://trex-tgn.cisco.com/youtrack/issue/trex-226imarom5-6/+78
commit #trex-226