This class represents the result of a Rx.Capture.RawPacket. It contains the metrics and the frames that are captured. More...
Methods | |
ByteCount.Get | |
Returns the number of bytes captured. More... | |
CaptureDuration.Get | |
Returns the duration of the capture. More... | |
Clear | |
Clears the counters and deletes the captured packets from the capture. More... | |
Description.Get | |
Returns a textual description of the object. | |
ErrorCount.Get | |
Returns Error count. More... | |
Frames.Get | |
Returns a list of Rx.Capture.Frame. More... | |
Frames.GetByIndex | |
Returns a Rx.Capture.Frame at the provided index. More... | |
PacketCount.Get | |
Returns the number of packets captured. More... | |
Parent.Get | |
Returns the parent object. | |
Pcap.LastFileName.Get | |
The fileName where the last pcap was saved to. More... | |
Pcap.Nano.Save fileName | |
Stores the captured frames into a pcap file. More... | |
Pcap.Save fileName | |
Stores the captured frames into a pcap file. More... | |
Refresh.Timestamp.Get | |
Returns the timestamp when the counters of this object where last refreshed. More... | |
Refresh | |
Refresh the resultobject. Update the counters and framelist. More... | |
State.Name.Get | |
Returns the status of the current capture. More... | |
This class represents the result of a Rx.Capture.RawPacket. It contains the metrics and the frames that are captured.
To get an update of the values use Refresh.
Rx.Capture.ResultSnapshot::ByteCount.Get |
Rx.Capture.ResultSnapshot::CaptureDuration.Get |
Rx.Capture.ResultSnapshot::Clear |
Rx.Capture.ResultSnapshot::ErrorCount.Get |
Rx.Capture.ResultSnapshot::Frames.Get |
Returns a list of Rx.Capture.Frame.
This example returns the captured frames
Returns:
[ <Rx.Capture.Frame object> ... ]
Rx.Capture.ResultSnapshot::Frames.GetByIndex |
Returns a Rx.Capture.Frame at the provided index.
This example returns the captured frame given by the index
Returns:
<Rx.Capture.Frame object>
Rx.Capture.ResultSnapshot::PacketCount.Get |
Rx.Capture.ResultSnapshot::Pcap.LastFileName.Get |
Rx.Capture.ResultSnapshot::Pcap.Nano.Save | fileName | ||
Stores the captured frames into a pcap
file.
The stored capture file can be opened by e.g. wireshark
.
pcap
library is installed on the host PC. You should use the OS-specific software to install it. e.g. On windows WinPcap
comes together with wireshark
. It can also be installed separately if required.fileName | Destination filename for the capture file. |
<tcl_error> | No pcap support found: When the pcap library is not installed on the ByteBlower client PC. |
ByteBlower.Rx.Capture.GetFailed | When no results are available or when an exception occurred while obtaining the results. |
ByteBlower.Rx.Capture.GetFramesFailed | Invalid captured packet offset. |
Stores all packets captured by filter to c:.pcap
which is in PcapNano format
Rx.Capture.ResultSnapshot::Pcap.Save | fileName | ||
Stores the captured frames into a pcap
file.
The stored capture file can be opened by e.g. wireshark
.
pcap
library is installed on the host PC. You should use the OS-specific software to install it. e.g. On windows WinPcap
comes together with wireshark
. It can also be installed separately if required.fileName | Destination filename for the capture file. |
<tcl_error> | No pcap support found: When the pcap library is not installed on the ByteBlower client PC. |
ByteBlower.Rx.Capture.GetFailed | When no results are available or when an exception occurred while obtaining the results. |
ByteBlower.Rx.Capture.GetFramesFailed | Invalid captured packet offset. |
Stores all packets captured by filter to c:.pcap
Rx.Capture.ResultSnapshot::Refresh |
Rx.Capture.ResultSnapshot::Refresh.Timestamp.Get |