Utility for dumping ByteBlower network traffic to a pcap file. More...
Methods | |
Description.Get | |
Returns a textual description of the object. | |
FileName.Get | |
Returns file name of the target pcap file. | |
FileSize.Get | |
Returns current size of the target pcap file. | |
Filter.Get | |
Returns the BPF filter. | |
Filter.Set | |
Configures a BPF filter so that only packets that match the filter will be captured. | |
Parent.Get | |
Returns the parent object. | |
SnapshotLength.Get | |
Returns the maximum number of bytes that can be captured for each packet. | |
SnapshotLength.Set | |
Configure the maximum number of bytes that can be captured for each packet. | |
Start filename | |
Start capturing packets. More... | |
Stop | |
Stop capturing packets. | |
Utility for dumping ByteBlower network traffic to a pcap file.
A PacketDump object is created for a ByteBlower interface and can be configured with a BPF filter and a maximum snapshot length.