2ea83c8f3d
provided in PR pkg/45720. Net::Frame::Dump is the base class for all dump modules. With them, you can open a device for live capture, for offline analysis, or for creating a pcap file. See Net::Frame::Dump::Offline, Net::Frame::Dump::Online, Net::Frame::Dump::Writer for specific usage.
6 lines
262 B
Text
6 lines
262 B
Text
Net::Frame::Dump is the base class for all dump modules. With them, you can
|
|
open a device for live capture, for offline analysis, or for creating a pcap
|
|
file.
|
|
|
|
See Net::Frame::Dump::Offline, Net::Frame::Dump::Online,
|
|
Net::Frame::Dump::Writer for specific usage.
|