diff options
author | 2016-03-31 16:20:20 +0300 | |
---|---|---|
committer | 2016-03-31 16:20:20 +0300 | |
commit | a6f72a194d47e5df1e822cbcec22f1f4df1da482 (patch) | |
tree | c6fe8e0c65925707c5cb107ef5ee9b877a014fa1 /scripts/automation/trex_control_plane/doc_stl/api/scapy_builder.rst | |
parent | 300ca9bcaa3309665421efd5ed51c49f9b81006d (diff) | |
parent | a627a1d4a35f27e0da4599fbeddae97bc5470010 (diff) |
Merge David4 branch
Diffstat (limited to 'scripts/automation/trex_control_plane/doc_stl/api/scapy_builder.rst')
-rwxr-xr-x[-rw-r--r--] | scripts/automation/trex_control_plane/doc_stl/api/scapy_builder.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/scripts/automation/trex_control_plane/doc_stl/api/scapy_builder.rst b/scripts/automation/trex_control_plane/doc_stl/api/scapy_builder.rst index 5544df63..2c5790bf 100644..100755 --- a/scripts/automation/trex_control_plane/doc_stl/api/scapy_builder.rst +++ b/scripts/automation/trex_control_plane/doc_stl/api/scapy_builder.rst @@ -2,15 +2,15 @@ Packet builder modules ======================= -The packet builder module objective is to build a template packet for a stream and to create a Field engine program to change fields in the packet. +The packet builder module is used for building a template packet for a stream, and creating a Field Engine program to change fields in the packet. -**Some examples for what can be done:** +**Examples:** -* Build a IP/UDP/DNS packet and create a range of src_ip = 10.0.0.1-10.0.0.255 -* Build a IP/UDP packets in IMIX sizes +* Build a IP/UDP/DNS packet with a src_ip range of 10.0.0.1 to 10.0.0.255 +* Build IP/UDP packets in IMIX sizes -for example this snippet will create SYN Attack:: +For example, this snippet creates a SYN attack:: # create attack from random src_ip from 16.0.0.0-18.0.0.254 and random src_port 1025-65000 # attack 48.0.0.1 server |