File: control

package info (click to toggle)
tcpdump 3.9.5-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 3,888 kB
  • ctags: 9,153
  • sloc: ansic: 55,259; sh: 3,239; makefile: 179; awk: 123
file content (22 lines) | stat: -rw-r--r-- 871 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Source: tcpdump
Section: net
Priority: optional
Maintainer: Romain Francoise <rfrancoise@debian.org>
Build-Depends: debhelper (>= 5), libpcap0.8-dev (>= 0.9.3-1), dpatch, libssl-dev
Standards-Version: 3.7.2

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/>