public
Description: rtmp sniffer framework
Homepage:
Clone URL: git://github.com/typester/sniffer-rtmp-perl.git
name age message
file .shipit Tue Nov 18 19:47:36 -0800 2008 initial commit [Daisuke Murase]
file Changes Tue Nov 18 19:47:36 -0800 2008 initial commit [Daisuke Murase]
file LICENSE Tue Nov 18 19:47:36 -0800 2008 initial commit [Daisuke Murase]
file MANIFEST Tue Nov 18 19:47:36 -0800 2008 initial commit [Daisuke Murase]
file MANIFEST.SKIP Tue Nov 18 19:47:36 -0800 2008 initial commit [Daisuke Murase]
file Makefile.PL Tue Nov 18 19:47:36 -0800 2008 initial commit [Daisuke Murase]
file README Tue Nov 18 19:47:36 -0800 2008 initial commit [Daisuke Murase]
directory lib/ Mon Dec 01 23:48:32 -0800 2008 added parse error message [Daisuke Murase]
directory script/ Thu Dec 04 21:53:14 -0800 2008 added port option to snif [typester]
directory t/ Tue Nov 18 19:47:36 -0800 2008 initial commit [Daisuke Murase]
README
This is Perl module Sniffer::RTMP.

INSTALLATION

Sniffer::RTMP installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan Sniffer::RTMP

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

Sniffer::RTMP documentation is available as in POD. So you can do:

    % perldoc Sniffer::RTMP

to read the documentation online with your favorite pager.

Daisuke Murase