summaryrefslogtreecommitdiff
path: root/debian/control
blob: d0259a78cc15e0bf21c8289d6182f881e8ecd0bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: snoop
Section: net
Priority: optional
Maintainer: Igor Pashev <pashev.igor@gmail.com>
Build-Depends: debhelper (>= 9),
 libdhcputil-dev,
 libdlpi-dev,
 libtsol-dev,
Standards-Version: 3.9.5
Homepage: http://osdyson.org
Vcs-Git: http://cgit.osdyson.org/illumos/snoop.git
Vcs-Browser: http://cgit.osdyson.org/illumos/snoop.git

Package: snoop
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: capture and inspect network packets
 From a datalink or IP interface, snoop captures packets and displays their
 contents. If the datalink or IP interface is not specified, snoop will pick
 a datalink to use, giving priority to datalinks that have been plumbed
 for IP traffic.
 .
 Captured packets can be displayed as they are received or saved to a file
 (which is RFC 1761-compliant) for later inspection.