Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-11-18 | scapy_service: take into account Ether.chksum when building payload with ↵ | Anton Kiselev | 2 | -5/+7 | |
total_size Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-08 | scapy_service payload gen: allow template_code without size property | Anton Kiselev | 2 | -7/+20 | |
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-08 | fixup template_code payload generation | Anton Kiselev | 2 | -2/+2 | |
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-07 | scapy_service: payload generator upper limit and null check | Anton Kiselev | 1 | -11/+14 | |
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | scapy server python 3 compatibility fixes(file and pseudo-random generator) | Anton Kiselev | 2 | -5/+10 | |
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | add access to scapy.all from eval, tests to IPOptions, TCPOptions | Anton Kiselev | 2 | -1/+23 | |
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | scapy_service: support total_bytes for BYTES payload generator | Anton Kiselev | 3 | -16/+60 | |
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | scapy_service: support {vtype: BYTES, generate: ↵ | Anton Kiselev | 3 | -2/+130 | |
ascii/bytes/template/template code } Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-11-04 | add protocol definition json for scapy server | Anton Kiselev | 4 | -9/+254 | |
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-10-30 | syntax sugar on GA + fill ActionNumber with dummy value | Yaroslav Brustinov | 1 | -6/+6 | |
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-30 | add ifdef guard to .h file | Yaroslav Brustinov | 1 | -2/+1 | |
remove UUID from TUI STF Python API: show newlines instead of "\n\n\n" in Exception message STF Python API: remove "During handling of the above exception, another exception occurred:" in Python3.3+ dpdk_nic_bind.py: ensure needed PATH exists for lspci etc. t-rex-64: remove "stty: standard input: Inappropriate ioctl for device" t-rex-64: remove "cat: write error: Broken pipe" Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-30 | added action name to differ between same tests on different times | itraviv | 1 | -4/+5 | |
Signed-off-by: itraviv <itraviv@cisco.com> | |||||
2016-10-30 | Added goldenMin and GoldenMax metrics for Google Analytics regression ↵ | itraviv | 1 | -3/+7 | |
testing report Signed-off-by: itraviv <itraviv@cisco.com> | |||||
2016-10-30 | Updated Google Analytics Manager for regression | itraviv | 1 | -84/+18 | |
Signed-off-by: itraviv <itraviv@cisco.com> | |||||
2016-10-28 | move port_attr from driver class to physical port class + small fixes ↵ | Yaroslav Brustinov | 3 | -19/+5 | |
according to code review Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | console: rearrange lines at "stats --ps" | Yaroslav Brustinov | 3 | -6/+11 | |
in case of start traffic with link down, return error with link state Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | console "stats --ps" move link status to another line | Yaroslav Brustinov | 2 | -5/+7 | |
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | stl port attr event: show exactly what was changed | Yaroslav Brustinov | 1 | -12/+23 | |
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | typo | Yaroslav Brustinov | 1 | -1/+2 | |
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | dpdk_setup_ports.py: fix add of help in case of "t-rex-64 --help" | Yaroslav Brustinov | 8 | -92/+279 | |
dpdk_setup_ports.py: fix warning of TRex is already running if different NICs are being used singleton_daemon.py: fix error socket in use immediately after check if in use trex-console: fix crash in case of "tui --help" trex-console: try-catch commands instead of crashing add async notification on port status/atttibutes change add port xstats support add description of interfaces main_dpdk.cpp: fix --client_cfg not working with Python API Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-28 | new port attr commands: flow control, link status, led status | Yaroslav Brustinov | 4 | -34/+138 | |
add user friendly description to ports add xstats enable start with link down at stateless. in CPP status will update itself upon link up, in Python need to restart client at this phase. Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com> | |||||
2016-10-27 | fix scapy_service ARP issue and add more layers in the service | Hanoh Haim | 1 | -2/+16 | |
Signed-off-by: Hanoh Haim <hhaim@cisco.com> | |||||
2016-10-25 | Merge from master | Hanoh Haim | 1 | -1/+1 | |
2016-10-25 | added performance test (starting with trex09) | imarom | 1 | -1/+1 | |
Signed-off-by: imarom <imarom@cisco.com> | |||||
2016-10-21 | preserve abstract model structure, calculate values and show structure changes | Anton Kiselev | 3 | -6/+87 | |
2016-10-18 | add unit tests for scapy service | Anton Kiselev | 2 | -0/+175 | |
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com> | |||||
2016-10-17 | update scapy_service for gui usage. | Anton Kiselev | 2 | -91/+421 | |
- build_pkt, reconstruct_pkt and corresponding data structures changed in order to support nested protocols and correct field ordering - binary packet editing capabilities with reconstruct_pkt - added read_pcap, write_pcap for working with pcap files - added get_definitions for retrieving scapy_service definitions for GUI - added get_payload_classes for retrieving available payload classes - python2, python3 support squash-merge of kisel / 196d638 | |||||
2016-09-30 | fix parsing tunables, add support for separate -t in console, add benchmark ↵ | Yaroslav Brustinov | 2 | -28/+40 | |
profile | |||||
2016-09-29 | add hw_cs Python API doc | Hanoh Haim | 1 | -3/+6 | |
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 |