File: README

package info (click to toggle)
python-pypcap 1.1.5-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 396 kB
  • ctags: 718
  • sloc: ansic: 295; python: 151; makefile: 5
file content (31 lines) | stat: -rw-r--r-- 447 bytes parent folder | download
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
Python pcap module
------------------

This is a simplified object-oriented Python wrapper for libpcap -
the current tcpdump.org version, and the WinPcap port for Windows.

example use:

>>> import pcap
>>> for ts, pkt in pcap.pcap():
...     print ts, `pkt`
...

Install
--------

This package requires:

* libpcap-dev

* python-dev

To install run::

    pip install pypcap


Support
-------

Visit https://github.com/pynetwork/pypcap for help!