File: README

package info (click to toggle)
libpoe-component-pcap-perl 0.04-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, stretch, wheezy
  • size: 96 kB
  • ctags: 25
  • sloc: perl: 396; makefile: 3
file content (61 lines) | stat: -rw-r--r-- 1,606 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
$Id: README,v 1.2 2003/07/08 15:21:35 fletch Exp $

--------
Abstract
--------

POE::Component::Pcap is a POE wrapper for the Net::Pcap wrapper for
libpcap.  It exists as a separate session which sends events back to a
specified session when packets are ready.

------------
Requirements
------------

This module requires POE and Net::Pcap.  The requirements are encoded
in Makefile.PL.  The NetPacket::* modules are also probably useful.

------------------
Basic Installation
------------------

POE::Component::Pcap may be installed through the CPAN shell in the
usual CPAN shell manner.  This typically is:

  $ perl -MCPAN -e 'intstall POE::Component::Pcap'

You can also read this README from the CPAN shell:

  $ perl -MCPAN -e shell
  cpan> readme POE::Component::Pcap

And you can install the component from the CPAN prompt as well:

  cpan> install POE::Component::Pcap

-------------------
Manual Installation
-------------------

POE::Component::Pcap can also be installed manually.  The latest CPAN
version can be found at
<ftp://ftp.cpan.org/pub/CPAN/authors/id/F/FL/FLETCH/> or in a
similarly named directory at your favorite CPAN mirror.  The most
recent development snapshot, which only rarely contains hideous
show-stopping bugs, is available from <http://phydeaux.org/>.

Downloading and unpacking the distribution are left as exercises for
the reader.  To build and test it:

  perl Makefile.PL
  make test

When you're ready to install the component:

  make install

It should now be ready to use.

---------------------------
EOF: Thank you for reading.
---------------------------