1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: dhcpdump
Section: admin
Priority: optional
Maintainer: Boian Bonev <bbonev@ipacct.com>
Build-Depends:
debhelper-compat (= 13),
libpcap-dev,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Homepage: https://github.com/bbonev/dhcpdump
Vcs-Browser: https://github.com/bbonev/dhcpdump
Vcs-Git: https://github.com/bbonev/dhcpdump.git
Package: dhcpdump
Architecture: any
Depends:
${misc:Depends},
${shlibs:Depends},
Description: Parse DHCP packets from a network interface
This package provides a tool for visualization of DHCP packets
on a network interface to analyze DHCP client requests and
server responses.
|