Net-Inspect 0.330 Latest
Kwalitee Issues
- no_pod_errors
-
Remove the POD errors. You can check for POD errors automatically by including Test::Pod to your test suite.
Error: Net-Inspect-0.330/lib/Net/Inspect/Flow.pm -- Around line 118: =over without closing =back
- meta_yml_declares_perl_version
-
If you are using Build.PL define the {requires}{perl} = VERSION field. If you are using MakeMaker (Makefile.PL) you should upgrade ExtUtils::MakeMaker to 6.48 and use MIN_PERL_VERSION parameter. Perl::MinimumVersion can help you determine which version of Perl your module needs.
- proper_libs
-
Move your *.pm files in a directory named 'lib'. The directory structure should look like 'lib/Your/Module.pm' for a module named 'Your::Module'. If you need to provide additional files, e.g. for testing, that should not be considered for Kwalitee, then you should look at the 'provides' map in META.yml to limit the files scanned; or use the 'no_index' map to exclude parts of the distribution.
Error: tools/httpflow/privFileCache.pm, tools/httpflow/privHTTPConn.pm, tools/httpflow/privHTTPRequest.pm
- meta_yml_has_provides
-
Add all modules contained in this distribution to the META.yml field 'provides'. Module::Build or Dist::Zilla::Plugin::MetaProvides do this automatically for you.
- has_separate_license_file
-
This is not a critical issue. Currently mainly informative for the CPANTS authors. It might be removed later.
Modules
Name | Abstract | Version | View |
---|---|---|---|
Net::Inspect | library for inspection of data on various network layers | 0.330 | metacpan |
Net::Inspect::Connection | base class for connections | metacpan | |
Net::Inspect::Debug | provides debugging facilities for Net::Inspect library | metacpan | |
Net::Inspect::Flow | base interface for Net::Inspect::* flows | metacpan | |
Net::Inspect::L2::Pcap | get packets from PCAP | metacpan | |
Net::Inspect::L3::IP | get raw IP packets, reassemble fragments | metacpan | |
Net::Inspect::L4::TCP | get IP data, extracts TCP connections | metacpan | |
Net::Inspect::L4::UDP | get IP data,i extract UDP packets and optionally maintain UDP connections. | metacpan | |
Net::Inspect::L5::GuessProtocol | tries to find and redirect to appropriate protocol handler | metacpan | |
Net::Inspect::L5::NoData | handles empty connections | metacpan | |
Net::Inspect::L5::Socks | handles empty connections | metacpan | |
Net::Inspect::L5::Unknown | handles the connections nobody else deals with | metacpan | |
Net::Inspect::L7::HTTP | guesses and handles HTTP traffic | metacpan | |
Net::Inspect::L7::HTTP::Request::InspectChain | chained inspection and modification of HTTP request and response | metacpan | |
Net::Inspect::L7::HTTP::Request::Simple | simple HTTP request handling | metacpan | |
Net::Inspect::L7::HTTP::WebSocket | implements WebSocket-upgrade | metacpan | |
Net::Inspect::L7::SMTP | guesses and handles SMTP traffic | metacpan | |
privFileCache | metacpan | ||
privHTTPConn | metacpan | ||
privHTTPRequest | metacpan |
Provides
Name | File | View |
---|---|---|
Net::Inspect::Flow::Any | lib/Net/Inspect/Flow.pm | metacpan |
Net::Inspect::L5::Socks::IgnoreConnection | lib/Net/Inspect/L5/Socks.pm | metacpan |
Net::Inspect::L5::Socks::NoDataConnection | lib/Net/Inspect/L5/Socks.pm | metacpan |
Net::Inspect::L7::HTTP::Request::InspectChain::_IgnoreBadGzip | lib/Net/Inspect/L7/HTTP/Request/InspectChain.pm | metacpan |
Net::Inspect::L7::HTTP::WebSocket::_WSFrame | lib/Net/Inspect/L7/HTTP/WebSocket.pm | metacpan |
Net::Inspect::L7::HTTP::_DebugRequest | lib/Net/Inspect/L7/HTTP.pm | metacpan |
privFileCache::HANDLE | tools/httpflow/privFileCache.pm | metacpan |