blob: 45f2303dad7b8de484a95bb90e27944a8e6e7b97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
### Two-stream UDP packets, 64B and 594B ###
############################################
- name: udp_64B
stream:
self_start: True
packet:
binary: stl/udp_64B_no_crc.pcap # pcap should not include CRC
mode:
type: continuous
pps: 100
rx_stats: []
vm: []
- name: udp_594B
stream:
self_start: True
packet:
binary: stl/udp_594B_no_crc.pcap # pcap should not include CRC
mode:
type: continuous
pps: 100
rx_stats: []
vm: []
|