logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Net::Frame::Dump - base-class for a tcpdump like implementation

Author

       Patrice <GomoR> Auffret

Constants

       Load them: use Net::Frame::Dump qw(:consts);

       NF_DUMP_LAYER_NULLNF_DUMP_LAYER_ETHNF_DUMP_LAYER_RAWNF_DUMP_LAYER_SLLNF_DUMP_LAYER_PPPNF_DUMP_LAYER_80211_RADIOTAPNF_DUMP_LAYER_80211
           Various supported link layers.

Description

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.

Methods

new (%h)
           Base-class object constructor.

Name

       Net::Frame::Dump - base-class for a tcpdump like implementation

See Also

       Net::Frame::Dump::Online, Net::Frame::Dump::Offline, Net::Frame::Dump::Writer

See Also