1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
Source: cdpr
Maintainer: Matt Zagrabelny <mzagrabe@d.umn.edu>
Section: net
Priority: optional
Build-Depends: debhelper-compat (= 13), libpcap0.8-dev
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/mzagrabe-guest/cdpr.git
Vcs-Browser: https://salsa.debian.org/mzagrabe-guest/cdpr
Homepage: http://cdpr.sourceforge.net/
Rules-Requires-Root: no
Package: cdpr
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Cisco Discovery Protocol Reporter
cdpr listens on specified network interfaces for Cisco Discovery
Protocol packets. It then decodes those packets and outputs the
information, optionally sending the information to a server for
processing.
|