update scapy_service for gui usage.
authorAnton Kiselev <[email protected]>
Mon, 17 Oct 2016 07:16:16 +0000 (14:16 +0700)
committerAnton Kiselev <[email protected]>
Mon, 17 Oct 2016 07:47:45 +0000 (14:47 +0700)
commit83f32a72a59a1d6fafcaa9b3829874990df7735a
tree87ab7246c6f9b4411eb90d750a9f47621f0cdace
parent56c59d54a48eeb9430d4a05402b5b9c001adef3e
update scapy_service for gui usage.

- 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
scripts/automation/trex_control_plane/stl/services/scapy_server/scapy_service.py
scripts/automation/trex_control_plane/stl/services/scapy_server/scapy_zmq_server.py