The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "distribution:Net-IMP SULLR"

Net::IMP - Inspection and Modification Protocol River stage one • 1 direct dependent • 1 total dependent

IMP is a protocol for inspection, modification and rejection of data between two sides (client and server) using an analyzer implementing this interface. Basics IMP is an asynchronous protocol, usually used together with callbacks. * Using the "data"...

SULLR/Net-IMP-0.635 - 26 Feb 2021 12:45:44 UTC

Net::IMP::Base - base class to make writing of Net::IMP analyzers easier River stage one • 1 direct dependent • 1 total dependent

"Net::IMP::Base" is a class to make it easier to write IMP analyzers. It can not be used on its own but should be used as a base class in new analyzers. It provides the following interface for the global plugin API as required for all Net::IMP plugin...

SULLR/Net-IMP-0.635 - 26 Feb 2021 12:45:44 UTC

Net::IMP::Debug - provide debugging functions River stage one • 1 direct dependent • 1 total dependent

Net::IMP::Debug provides debugging functions for use inside the Net::IMP packages. It provides a way to debug only some packages and to make the internal debugging use an external debug function for output. The following API is defined for internal u...

SULLR/Net-IMP-0.635 - 26 Feb 2021 12:45:44 UTC

Net::IMP::Filter - simple data filter using Net::IMP analyzers River stage one • 1 direct dependent • 1 total dependent

"Net::IMP::Filter" is a class which can be used for simple filters (e.g. data in, data out) using Net::IMP analyzers, thus hiding the complexity but also useful features of the Net::IMP interface for simple use cases. To create such a filter subclass...

SULLR/Net-IMP-0.635 - 26 Feb 2021 12:45:44 UTC

Net::IMP::Cascade - manages cascade of IMP filters River stage one • 1 direct dependent • 1 total dependent

"Net::IMP::Cascade" puts multiple IMP analyzers into a cascade. Data get analyzed starting with part#0, then part#1... etc for direction 0 (client to server), while for direction 1 (server to client) the data get analyzed the opposite way, ending in ...

SULLR/Net-IMP-0.635 - 26 Feb 2021 12:45:44 UTC

Net::IMP::Pattern - IMP plugin for reacting to matched pattern River stage one • 1 direct dependent • 1 total dependent

"Net::IMP::Pattern" implements an analyzer to match regular expressions and replace or reject the data or cause a deny. The behavior is specified in the arguments given to "new_factory" or "new_analyzer". rx Regex The regular expression (as Regexp). ...

SULLR/Net-IMP-0.635 - 26 Feb 2021 12:45:44 UTC

Net::IMP::SessionLog - analyzer which only logs data River stage one • 1 direct dependent • 1 total dependent

"Net::IMP::SessionLog" implements an analyzer which logs the session data into a file. To be less burden to the connection it will initially return IMP_PREPASS with IMP_MAXOFFSET for both directions, which will cause all data to be forwarded before t...

SULLR/Net-IMP-0.635 - 26 Feb 2021 12:45:44 UTC

Net::IMP::Example::IRCShout - make IRC shout to others River stage one • 1 direct dependent • 1 total dependent

This plugins makes the message from all IRC PRIVMSG commands upper case....

SULLR/Net-IMP-0.635 - 26 Feb 2021 12:45:44 UTC

Net::IMP::ProtocolPinning - IMP plugin for simple protocol matching River stage one • 1 direct dependent • 1 total dependent

"Net::IMP::ProtocolPinning" implements an analyzer for very simple protocol verification using rules with regular expressions. The idea is to only check the first data in the connection for protocol conformance and then let the rest through without f...

SULLR/Net-IMP-0.635 - 26 Feb 2021 12:45:44 UTC

Net::IMP::Example::LogServerCertificate - Proof Of Concept IMP plugin for logging server certificate and chain of SSL connections River stage one • 1 direct dependent • 1 total dependent

"Net::IMP::Example::LogServerCertificate" implements an analyzer, which expects an SSL Server Hello on the server side, extracts the certificates and logs information about them. There are no further arguments....

SULLR/Net-IMP-0.635 - 26 Feb 2021 12:45:44 UTC
10 results (0.035 seconds)