• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

eg/H08-Jul-2003-238156

t/H08-Jul-2003-11779

CHANGESH A D08-Jul-20031.4 KiB6645

MANIFESTH A D08-Jul-2003140 109

Makefile.PLH A D08-Jul-2003644 2115

Pcap.pmH A D08-Jul-20039.7 KiB406154

READMEH A D08-Jul-20031.6 KiB6242

README

1$Id: README,v 1.2 2003/07/08 15:21:35 fletch Exp $
2
3--------
4Abstract
5--------
6
7POE::Component::Pcap is a POE wrapper for the Net::Pcap wrapper for
8libpcap.  It exists as a separate session which sends events back to a
9specified session when packets are ready.
10
11------------
12Requirements
13------------
14
15This module requires POE and Net::Pcap.  The requirements are encoded
16in Makefile.PL.  The NetPacket::* modules are also probably useful.
17
18------------------
19Basic Installation
20------------------
21
22POE::Component::Pcap may be installed through the CPAN shell in the
23usual CPAN shell manner.  This typically is:
24
25  $ perl -MCPAN -e 'intstall POE::Component::Pcap'
26
27You can also read this README from the CPAN shell:
28
29  $ perl -MCPAN -e shell
30  cpan> readme POE::Component::Pcap
31
32And you can install the component from the CPAN prompt as well:
33
34  cpan> install POE::Component::Pcap
35
36-------------------
37Manual Installation
38-------------------
39
40POE::Component::Pcap can also be installed manually.  The latest CPAN
41version can be found at
42<ftp://ftp.cpan.org/pub/CPAN/authors/id/F/FL/FLETCH/> or in a
43similarly named directory at your favorite CPAN mirror.  The most
44recent development snapshot, which only rarely contains hideous
45show-stopping bugs, is available from <http://phydeaux.org/>.
46
47Downloading and unpacking the distribution are left as exercises for
48the reader.  To build and test it:
49
50  perl Makefile.PL
51  make test
52
53When you're ready to install the component:
54
55  make install
56
57It should now be ready to use.
58
59---------------------------
60EOF: Thank you for reading.
61---------------------------
62