blob: 406c28b4e86051d4748c794708fc970c6731a81b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
### Two-stream UDP packets, 64B and 594B ###
############################################
- name: udp_64B
stream:
self_start: True
packet:
pcap: udp_64B_no_crc.pcap # pcap should not include CRC
mode:
type: continuous
pps: 100
- name: udp_594B
stream:
self_start: True
packet:
pcap: udp_594B_no_crc.pcap # pcap should not include CRC
mode:
type: continuous
pps: 100
|