summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-06-14 22:28:33 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-06-14 22:28:33 +0400
commit7f7fa3530b643eff6c19c7505292f522eab1aefc (patch)
tree7c8c409d32476b37239a8ad8018c0af4cbee1074 /debian/control
parentd4b9b0bdb3f76704ac2a83590f91a6d58f25e48a (diff)
downloadsnoop-7f7fa3530b643eff6c19c7505292f522eab1aefc.tar.gz
snoop (1.0-0+dyson1) unstable; urgency=mediumHEADdyson/1.0-0+dyson1master
* Initial release.
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.
+