Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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-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-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-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 | 720 | -2637/+423896 | ||
2016-07-31 | scapy_server for GUI+test | 2 | -0/+451 | ||
2016-07-31 | dpdk 16.07 - merges of final version changes | 27 | -81/+153 | ||
2016-07-28 | RPC commands were not really zipped (used a padded length) | 1 | -1/+1 | ||
https://trex-tgn.cisco.com/youtrack/issue/trex-233 | |||||
2016-07-27 | removed was_stopped | 3 | -40/+78 | ||
2016-07-27 | support for graceful shutdown | 10 | -49/+265 | ||
2016-07-26 | regression: aggregate_results script exit with fail/success status of build. | 1 | -0/+5 | ||
2016-07-26 | some more TUI fixes | 6 | -25/+69 | ||
2016-07-25 | TRex console - add support for L1 BPS | 3 | -49/+52 | ||
https://trex-tgn.cisco.com/youtrack/issue/trex-230 | |||||
2016-07-25 | Add Ubuntu 16.04.1 LTS ko | 4 | -2/+194 | ||
Regression: Remove skip of test_static_routing_imix Add trex15 setup details | |||||
2016-07-25 | TUI - stdout close/reopen issues | 1 | -6/+2 | ||
2016-07-25 | TUI tweaks | 4 | -110/+144 | ||
2016-07-24 | breakge by previous commit - variable packet size can be inc/dec and not | 1 | -2/+9 | ||
random | |||||
2016-07-24 | v2.06 | 1 | -1/+1 | ||
2016-07-24 | dpdk0716 move:DPDK file patches | 13 | -19/+303 | ||
2016-07-24 | dpdk0716 move: changes to our files | 4 | -51/+41 | ||
2016-07-24 | dpdk0716 rc3 | 559 | -112/+415099 | ||
2016-07-24 | BUG: trex-227 - random packet size with -m 100% does not give 100% line rate | 4 | -8/+67 | ||
https://trex-tgn.cisco.com/youtrack/issue/trex-227 | |||||
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-15 | remove IMIX for now due to an issue in trex09 | 1 | -0/+2 | ||
2016-07-15 | merge cs_offload WIP - need to add more support and tests for that | 3 | -3/+81 | ||
2016-07-15 | Merge rwhitworth fix | 1 | -1/+1 | ||
2016-07-15 | fix wd struct alignment issue | 1 | -5/+1 | ||
2016-07-15 | add option to use DPDK tx checksum offloading to generate packets with ↵ | 3 | -2/+81 | ||
correct IP, TCP and UDP checksums | |||||
2016-07-13 | Better error handling in case of unsupported driver | 1 | -1/+3 | ||
2016-07-13 | better error handling for trex-cfg | 1 | -8/+14 | ||
2016-07-12 | NAT seq num randomization regression tests | 6 | -0/+13 | ||
2016-07-12 | NAT seq num randomization fully working | 15 | -80/+543 | ||
2016-07-12 | NAT seq num randomization working version - Missing some functionality | 12 | -192/+438 | ||
2016-07-08 | fix multicast being counted as ierror | 6 | -56/+37 | ||
2016-07-07 | WATCHDOG: strip directories names from addr2line | 1 | -1/+1 | ||
2016-07-06 | increase server<->client API version from 1.2 to 1.3 | 5 | -12/+23 | ||
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-06 | regression: fix to wantFunction override | 1 | -4/+1 | ||
2016-07-05 | various fixes | 6 | -20/+22 | ||
2016-07-05 | original delay was 10 miliseconds not 10 seconds, new default will cover it. | 1 | -1/+1 | ||
2016-07-05 | Merge branch 'nics_init_delay' | 2 | -20/+38 | ||