diff options
author | 2016-03-07 12:54:33 +0200 | |
---|---|---|
committer | 2016-03-07 12:54:33 +0200 | |
commit | fadf9cb9e331f70157b90f79d9e2b10a0471013e (patch) | |
tree | f05647626e0446c9f8691659c4a51060a3918805 /scripts/stl | |
parent | 1f6826dda8ffa724f8ba8c3dc4b22883d5c99603 (diff) | |
parent | ea61eabf9f76ef4dea1ad2a4f0cd5cd8f367bd02 (diff) |
Merge scapy remove crypto. for ADS server
Diffstat (limited to 'scripts/stl')
-rw-r--r-- | scripts/stl/flow_stats.py (renamed from scripts/stl/rx_stats.py) | 2 | ||||
-rw-r--r-- | scripts/stl/yaml/imix_1pkt_2.yaml | 8 | ||||
-rw-r--r-- | scripts/stl/yaml/imix_1pkt_vm.yaml | 2 | ||||
-rw-r--r-- | scripts/stl/yaml/imix_1pkt_vm_minus.yaml | 2 |
4 files changed, 7 insertions, 7 deletions
diff --git a/scripts/stl/rx_stats.py b/scripts/stl/flow_stats.py index 892fe1a0..05d7a9f7 100644 --- a/scripts/stl/rx_stats.py +++ b/scripts/stl/flow_stats.py @@ -7,7 +7,7 @@ class STLS1(object): def get_streams (self, direction = 0): return [STLStream(packet = STLPktBuilder(pkt ="stl/yaml/udp_64B_no_crc.pcap"), # path relative to pwd mode = STLTXCont(pps=10), - rx_stats = STLRxStats(user_id = 7)) + flow_stats = STLFlowStats(pg_id = 7)) ] diff --git a/scripts/stl/yaml/imix_1pkt_2.yaml b/scripts/stl/yaml/imix_1pkt_2.yaml index dc1a457b..014ffdbc 100644 --- a/scripts/stl/yaml/imix_1pkt_2.yaml +++ b/scripts/stl/yaml/imix_1pkt_2.yaml @@ -8,7 +8,7 @@ mode: type: continuous pps: 100 - rx_stats: [] + flow_stats: [] vm: [] - name: udp_64B_2 stream: @@ -18,7 +18,7 @@ mode: type: continuous pps: 100 - rx_stats: [] + flow_stats: [] vm: [] - name: udp_64B_3 stream: @@ -28,7 +28,7 @@ mode: type: continuous pps: 100 - rx_stats: [] + flow_stats: [] vm: [] - name: udp_64B_4 stream: @@ -38,5 +38,5 @@ mode: type: continuous pps: 100 - rx_stats: [] + flow_stats: [] vm: [] diff --git a/scripts/stl/yaml/imix_1pkt_vm.yaml b/scripts/stl/yaml/imix_1pkt_vm.yaml index 698d3e60..5d9da5af 100644 --- a/scripts/stl/yaml/imix_1pkt_vm.yaml +++ b/scripts/stl/yaml/imix_1pkt_vm.yaml @@ -8,7 +8,7 @@ mode: type: continuous pps: 100 - rx_stats: [] + flow_stats: [] vm: instructions: [ diff --git a/scripts/stl/yaml/imix_1pkt_vm_minus.yaml b/scripts/stl/yaml/imix_1pkt_vm_minus.yaml index bf67c83c..e83cfdd0 100644 --- a/scripts/stl/yaml/imix_1pkt_vm_minus.yaml +++ b/scripts/stl/yaml/imix_1pkt_vm_minus.yaml @@ -8,7 +8,7 @@ mode: type: continuous pps: 100 - rx_stats: [] + flow_stats: [] vm: instructions: [ |