Age | Commit message (Collapse) | Author | Files | Lines |
|
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
|
|
Change-Id: I195814433adfb842ed8773ea70add0bca65b6672
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
|
|
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
|
|
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
|
|
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
|
|
Change-Id: I148438bb03730ad10598f44857686e870c3ef99c
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
|
|
Change-Id: If014548f3d007f9eda6d54332ac04952ea91f751
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
|
|
Change-Id: Ibda7ba66a08385cfd8d73717e4c0fa257aa38436
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
|
|
Change-Id: Ib2bdcbe6ea18933394527f06be001607344c75e4
Signed-off-by: Igor Chebykin <igrche@gmail.com>
|
|
Change-Id: Ia9480a21c982d2d245aef75908e248ecf0573053
Signed-off-by: Vyacheslav Ogai <vyacheslav.ogai@gmail.com>
|
|
Change-Id: I39c0590673fd481fd6cf01ea6c0657a586c3e0a8
Signed-off-by: Yaroslav Brustinov <ybrustin@cisco.com>
|
|
git://github.com/kisel/trex-core into field_engine
|
|
Signed-off-by: Vyacheslav Ogai <vyacheslav.ogai@gmail.com>
|
|
Signed-off-by: Vyacheslav Ogai <vyacheslav.ogai@gmail.com>
|
|
Signed-off-by: Vyacheslav Ogai <vyacheslav.ogai@gmail.com>
|
|
Signed-off-by: Vyacheslav Ogai <vyacheslav.ogai@gmail.com>
|
|
Signed-off-by: Vyacheslav Ogai <vyacheslav.ogai@gmail.com>
|
|
Signed-off-by: Vyacheslav Ogai <vyacheslav.ogai@gmail.com>
|
|
Signed-off-by: Vyacheslav Ogai <vyacheslav.ogai@gmail.com>
|
|
Signed-off-by: Vyacheslav Ogai <vyacheslav.ogai@gmail.com>
|
|
Signed-off-by: Vyacheslav Ogai <vyacheslav.ogai@gmail.com>
|
|
Signed-off-by: Vyacheslav Ogai <vyacheslav.ogai@gmail.com>
|
|
total_size
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
|
|
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
|
|
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
|
|
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
|
|
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
|
|
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
|
|
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
|
|
ascii/bytes/template/template code }
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
|
|
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
|
|
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
|
|
|
|
Signed-off-by: Anton Kiselev <anton.kisel@gmail.com>
|
|
- 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
|
|
added support for building packet from dictionary, added support for scapy field enhancement. scapy_zmq_server: fixed some path issues, changed minor argument parsing
|
|
|
|
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
|
|
|
|
skiping python3 tests
scapy_service.py:
minor changes to protocol_struct function
zmq_client:
added
zmq_server:
minor changes in exception handling
|
|
|
|
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
|
|
2)fixed bug in checking update of data-base
|
|
|
|
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
|
|
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
|
|
|
|
2) fixed some exception handling
|
|
|
|
2) changed returned values to be dictionaries instead of arrays
|