summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control25
1 files changed, 25 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d0259a7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.
+