1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: tcpdump
Section: net
Priority: optional
Maintainer: Romain Francoise <rfrancoise@debian.org>
Uploaders: Torsten Landschoff <torsten@debian.org>
Build-Depends: debhelper (>= 4), libpcap0.8-dev, dpatch, libssl-dev
Standards-Version: 3.6.1.0
Package: tcpdump
Architecture: any
Depends: ${shlibs:Depends}
Description: A powerful tool for network monitoring and data acquisition
This program allows you to dump the traffic on a network. tcpdump
is able to examine IPv4, ICMPv4, IPv6, ICMPv6, UDP, TCP, SNMP, AFS
BGP, RIP, PIM, DVMRP, IGMP, SMB, OSPF, NFS and many other packet
types.
.
It can be used to print out the headers of packets on a network
interface, filter packets that match a certain expression. You can
use this tool to track down network problems, to detect "ping attacks"
or to monitor network activities.
.
Further information is available at <URL: http://www.tcpdump.org/>
|