20
edits
No edit summary |
No edit summary |
||
Line 271: | Line 271: | ||
* '''fromCaptureBuffer''': Whether to extract data from the packet ring buffer (= true) or just live traffic (= false). | * '''fromCaptureBuffer''': Whether to extract data from the packet ring buffer (= true) or just live traffic (= false). | ||
* '''captureBufferSlotId''': In case a cluster packet ring buffer is used, the id of the ring buffer must be given. The id of the first ring buffer is 0. If this parameter is omitted, 0 will be taken as default value. | * '''captureBufferSlotId''': In case a cluster packet ring buffer is used, the id of the ring buffer must be given. The id of the first ring buffer is 0. If this parameter is omitted, 0 will be taken as default value. | ||
* '''captureToMedia''': Whether to store a pcap on an external storage device (= true) or download to your computer (= false). | * '''captureToMedia''': Whether to store a pcap on an external storage device (= true) or download to your computer (= false). Requires the use of the '''storageUuid''' parameter. | ||
* '''storageUuid:''' Specifies the storage device to store the capture file on when '''captureToMedia''' is true. | |||
* '''mm-id''': If you are extracting a Pcap from a parallel Pcap analysis job or a multi device connected Allegro Network Multimeter, you have to specify the device and the slot where to get the data from. The syntax is: <code>mm-id=<device name>:<slot id></code>. If the capture shall be performed on the local device, the device name can be omited (e.g. mm-id=:1 for the first replay slot on the local device). | * '''mm-id''': If you are extracting a Pcap from a parallel Pcap analysis job or a multi device connected Allegro Network Multimeter, you have to specify the device and the slot where to get the data from. The syntax is: <code>mm-id=<device name>:<slot id></code>. If the capture shall be performed on the local device, the device name can be omited (e.g. mm-id=:1 for the first replay slot on the local device). | ||
edits