File: control

package info (click to toggle)
python-libpcap 0.6.4-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch
  • size: 340 kB
  • ctags: 592
  • sloc: ansic: 4,129; python: 522; makefile: 2
file content (23 lines) | stat: -rw-r--r-- 824 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
Source: python-libpcap
Section: python
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Standards-Version: 3.9.4
Build-Depends: debhelper (>= 9),
               libpcap0.8-dev (>= 0.9.5-1~),
               python-all-dev (>= 2.6.6-3~),
               swig (>= 1.3.31-1~)
Homepage: http://sourceforge.net/projects/pylibpcap

Package: python-libpcap
Architecture: any
Depends: ${python:Depends},
         ${shlibs:Depends},
         ${misc:Depends}		
Conflicts: python-pypcap
Provides: ${python:Provides}
Description: Python wrapper for libpcap packet capture library
 Python module for the libpcap, the UNIX packet capture library.  
 This can be used for many purposes including network debugging,
 traffic analysis, intrusion detection, based on the original 
 Python libpcap module by Aaron Rhodes.