summaryrefslogtreecommitdiffstats
path: root/scripts/automation/trex_control_plane/stl/services
AgeCommit message (Expand)AuthorFilesLines
2017-03-14scapy_server: skip uninitialized/unsupported field_desc._offsetAnton Kiselev2-6/+55
2017-03-07scapy_service: typoYaroslav Brustinov1-1/+1
2017-03-07scapy_server: fix layer offset calculation(pkt.offset -> pkt._offset)Anton Kiselev1-3/+3
2017-03-07scapy_server: add build_pkt_details test with offset & length verificationAnton Kiselev1-2/+28
2017-03-07scapy_server: fix template testsAnton Kiselev3-63/+50
2017-03-05Update scapy server json file for Repeatable randomYaroslav Brustinov1-1/+1
2017-02-02fixed missing .so files due to ignored by .gitignore + fixed pathYaroslav Brustinov1-3/+9
2017-01-11scapy_server: add try-catch on determining self IPYaroslav Brustinov1-1/+4
2017-01-05Add support for predefined packet templates.ichebyki11-1/+147
2017-01-05Update docs with info about Field Engine and predefined templates.Vyacheslav Ogai1-1/+1
2016-12-20scapy_server fix Python3 issueYaroslav Brustinov1-1/+1
2016-12-19Merge branch 'payload_gen_total_size_ether_chksum' of git://github.com/kisel/...Hanoh Haim2-5/+7
2016-12-19Add check for cache_size parameter input.Vyacheslav Ogai1-0/+2
2016-12-19Added a workaround for Ether.fieldsVyacheslav Ogai1-13/+27
2016-12-19Add field engine instructions templates metadata.Vyacheslav Ogai2-2/+18
2016-12-19Added autocompletion support for offset parameter.Vyacheslav Ogai1-7/+15
2016-12-19Update _existed_flow_var_names. Now it returns all Flow var names.Vyacheslav Ogai2-2/+9
2016-12-19Add more VM insructions.Vyacheslav Ogai1-27/+115
2016-12-19Support autocompletion for VM instruction parameters.Vyacheslav Ogai2-28/+76
2016-12-19Update field engine defs. Generation vm instrucions from updated model.Vyacheslav Ogai3-112/+125
2016-12-19Add instrucitons meta. Delete split_by_field field engine global parameter.Vyacheslav Ogai3-21/+88
2016-12-19Added initial implementation of Field Engine support.Vyacheslav Ogai4-6/+255
2016-11-18scapy_service: take into account Ether.chksum when building payload with tota...Anton Kiselev2-5/+7
2016-11-08scapy_service payload gen: allow template_code without size propertyAnton Kiselev2-7/+20
2016-11-08fixup template_code payload generationAnton Kiselev2-2/+2
2016-11-07scapy_service: payload generator upper limit and null checkAnton Kiselev1-11/+14
2016-11-04scapy server python 3 compatibility fixes(file and pseudo-random generator)Anton Kiselev2-5/+10
2016-11-04add access to scapy.all from eval, tests to IPOptions, TCPOptionsAnton Kiselev2-1/+23
2016-11-04scapy_service: support total_bytes for BYTES payload generatorAnton Kiselev3-16/+60
2016-11-04scapy_service: support {vtype: BYTES, generate: ascii/bytes/template/template...Anton Kiselev3-2/+130
2016-11-04add protocol definition json for scapy serverAnton Kiselev4-9/+254
2016-10-27fix scapy_service ARP issue and add more layers in the serviceHanoh Haim1-2/+16
2016-10-21preserve abstract model structure, calculate values and show structure changesAnton Kiselev3-6/+87
2016-10-18add unit tests for scapy serviceAnton Kiselev2-0/+175
2016-10-17update scapy_service for gui usage.Anton Kiselev2-91/+421
2016-09-04scapy service: added version handler, added packet reconstruct from binary, a...itraviv2-39/+150
2016-08-24added logging mechanism with --log argumentitraviv1-11/+31
2016-08-21scapy_service:itraviv3-4/+84
2016-08-18fixed issues with path to include VXLAN and MPLSitraviv1-15/+15
2016-08-18scapy_server_test:itraviv3-26/+78
2016-08-15fixed an issue in exception handlingitraviv1-8/+7
2016-08-15scapy_server_test:itraviv2-73/+149
2016-08-111)removed unnecessary files from repositoryitraviv3-364/+2
2016-08-10move 'main' function to bottom of fileitraviv1-19/+14
2016-08-101) fixed "main function": mechanism for running this script as a stand-alone ...itraviv1-17/+29
2016-08-09changed file name from scapy_server to scapy_serviceitraviv2-0/+396
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_serviceitraviv2-65/+9
2016-08-041) added build_pkt when calculating offsetsitraviv1-0/+1
2016-08-041) changed class name to 'scapy_service'itraviv3-15/+166