debian/0000755000000000000000000000000012215402621007161 5ustar debian/copyright0000644000000000000000000000234312214400427011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: driftnet Source: https://github.com/deiv/driftnet Files: * Copyright: 2012-2013 David Suarez 2001-2004 Chris Lightfoot License: GPL-2+ Files: debian/* Copyright: 2013, David Suarez 2006, Christoph Haas 2001, Ian Eure License: GPL-2+ License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/source/0000755000000000000000000000000012214400427010462 5ustar debian/source/format0000644000000000000000000000001412214400427011670 0ustar 3.0 (quilt) debian/source/options0000644000000000000000000000002512214400427012075 0ustar single-debian-patch debian/source/patch-header0000644000000000000000000000144112214400427012732 0ustar Subject: Collected Debian patches for driftnet Author: David Suarez Since I am also upstream for this package, there will normally not be any patches to apply to the upstream source. However, occasionally I'll pull up specific upstream commits prior to making an upstream release. When this happens, this patch will collect all of those modifications. I use Git to maintain both the upstream source and the Debian packages, and generating individual patches rather than using git cherry-pick takes extra work for no gain. Since I'm also upstream, there's no need to separate the patches for later upstream submission. Hence, I take this approach with a unified patch when it's necessary. For full commit history and separated commits, see the upstream Git repository. debian/driftnet.menu0000644000000000000000000000017112214400427011666 0ustar ?package(driftnet):needs="X11" section="Applications/Network/Monitoring"\ title="Driftnet" command="/usr/bin/driftnet" debian/rules0000755000000000000000000000155512214400427010250 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ override_dh_install: dh_install debian/driftnet.desktop /usr/share/applications DEB_DEBIAN_DIR=$(dir $(firstword $(MAKEFILE_LIST))) SWVERSION=$(shell dpkg-parsechangelog -l$(DEB_DEBIAN_DIR)/changelog \ | sed -rne 's,^Version: (.*)(\-[0-9])?,\1,p') TARFILE=driftnet_$(SWVERSION).orig.tar.bz2 TARBALL=https://github.com/deiv/driftnet/archive/upstream/$(SWVERSION).tar.gz get-orig-source: wget $(TARBALL) -O $(TARFILE) debian/driftnet.desktop0000644000000000000000000000025712214400427012400 0ustar [Desktop Entry] Version=1.0 Name=Driftnet Comment=Picks out and displays images from network traffic Exec=driftnet Icon=driftnet Type=Application Categories=Network;Monitor; debian/compat0000644000000000000000000000000212214400427010360 0ustar 9 debian/changelog0000644000000000000000000001323012214400427011033 0ustar driftnet (1.1.2-1) unstable; urgency=low * Imported Upstream version 1.1.2 * Now builds with clang -- David Suarez Thu, 12 Sep 2013 19:33:25 +0200 driftnet (1.1.1-1) unstable; urgency=low * Imported Upstream version 1.1.1 * Now builds on kfreebsd -- David Suarez Mon, 15 Jul 2013 22:54:19 +0200 driftnet (1.1-1) unstable; urgency=low * Imported Upstream version 1.1 * Add support for radiopacket and 802.11 headers * Remove 'all rights reserved' from source files * Update copyright file -- David Suarez Wed, 26 Jun 2013 20:45:36 +0200 driftnet (1.0-1) unstable; urgency=low * Add support for IPV6 and PNG (closes: #608369) * Add a working uscan file * Update standards version 3.9.4 * Add control file Vcs-* headers to point to git repository * Change the initial size of main window -- David Suarez Sun, 12 May 2013 19:37:20 +0200 driftnet (0.1.6+cvs20040426-3) unstable; urgency=low * Fix some typos in the previous changelog * Lowercase the short description of the package -- David Suarez Fri, 29 Jun 2012 19:37:20 +0200 driftnet (0.1.6+cvs20040426-1) unstable; urgency=low * Imported Upstream version 0.1.6+cvs20040426 * New maintainer (closes: #616451) * Fix memstr() implementation to work on 64bit systems (closes: #677623) * Make driftnet read from pcap file (closes: #647949) * Replace libpng12-dev build-dep with libpng-dev (closes: #662304) * Update standards version 3.9.3 * Update debhelper version 9.0 * Switch to dpkg-source 3.0 (quilt) format * Do not delete temporary files in adjunct mode as specified in help * Fix ifndef hiding needed values for non-gtk operation * Prevent backtrace due to unneccessary xfree on tmpdir * Update man file -- David Suarez Fri, 22 Jun 2012 04:24:20 +0200 driftnet (0.1.6-9.1) unstable; urgency=low * Non-maintainer upload. * Replace libjpeg62-dev build-dep with libjpeg-dev (closes: #641109) -- Julien Cristau Sun, 29 Jan 2012 17:01:34 +0100 driftnet (0.1.6-9) unstable; urgency=low * Deal with libpng errors more gracefully (closes: #494750) [Patch kindly provided by Adam Sjøgren] -- Christoph Haas Fri, 15 Aug 2008 23:28:25 +0200 driftnet (0.1.6-8) unstable; urgency=low * Fixed desktop and menu file * Patched the build system (from Ubuntu patch) (closes: #459799) * New policy/standards version 3.7.3 -- Christoph Haas Sat, 09 Feb 2008 10:24:57 +0100 driftnet (0.1.6-7) unstable; urgency=low * New maintainer. (closes: #390820) -- Christoph Haas Tue, 10 Oct 2006 21:49:35 +0200 driftnet (0.1.6-6) unstable; urgency=low * Added .desktop file, from Ubuntu. (Closes: #375511) -- Steve Kemp Thu, 26 June 2006 16:12:04 +0000 driftnet (0.1.6-5) unstable; urgency=low * Make sure each image file is closed after loading. (Closes: #337400) * Updated standards version to 3.7.2, no changes. -- Steve Kemp Thu, 12 May 2006 15:57:43 +0000 driftnet (0.1.6-4) unstable; urgency=low * More changes from Eric Cooper: * Fixed button_press/release code that broke with gtk2 * Added support for PNG image capture (Closes: #301695) -- Steve Kemp Thu, 11 Aug 2005 06:54:36 +0000 driftnet (0.1.6-3) unstable; urgency=low * Standards-Version 3.6.2 * Use gtk2 * Use mkdtemp instead of insecure tmpnam * Minor changes to avoid gcc warnings -- Eric Cooper Sat, 6 Aug 2005 16:10:40 -0400 driftnet (0.1.6-2) unstable; urgency=low * New maintainer. * Updated standards version to 3.6.1 (The only necessary change was to quote some entries in the menu file). -- Steve Kemp Wed, 23 Jun 2004 11:38:21 +0000 driftnet (0.1.6-1) unstable; urgency=low * New upstream version. (closes: #154566) * Roll in changes from NMU (closes: #166475, #156195). * New Standards-Version 3.5.8. -- Ian Eure Thu, 20 Feb 2003 13:49:11 -0800 driftnet (0.1.4-5.2) unstable; urgency=low * NMU * Build against libungif4. (closes: #166475) -- Michael Fedrowitz Sun, 24 Nov 2002 22:52:32 +0100 driftnet (0.1.4-5.1) unstable; urgency=low * Non maintainer upload * Rebuilt with new libpcap to remove dependency on libpcap0, which I got removed from unstable by accident. Sorry about this... -- Torsten Landschoff Sat, 10 Aug 2002 11:36:49 +0200 driftnet (0.1.4-5) unstable; urgency=low * Fix manpage. (Closes: #150601) -- Ian Eure Mon, 24 Jun 2002 09:53:59 -0700 driftnet (0.1.4-4) unstable; urgency=low * add menu entry. * remove debian/*.ex files. -- Ian Eure Wed, 28 Nov 2001 14:58:03 -0800 driftnet (0.1.4-3) unstable; urgency=low * apply patch to fix int != char problem on ppc. (closes: #112925) -- Ian Eure Fri, 12 Oct 2001 18:50:10 -0700 driftnet (0.1.4-2) unstable; urgency=low * add xutils to build-depends. (closes: #111865) -- Ian Eure Wed, 12 Sep 2001 15:12:39 -0700 driftnet (0.1.4-1) unstable; urgency=low * new upstream release (closes: #111940) -- Ian Eure Tue, 11 Sep 2001 02:52:04 -0700 driftnet (0.1.3-2) unstable; urgency=low * fix build-depends to include xlibs-dev. he he, whoops. (closes: #111865) -- Ian Eure Mon, 10 Sep 2001 14:51:37 -0700 driftnet (0.1.3-1) unstable; urgency=low * Initial Release. (closes: #110904) -- Ian Eure Mon, 3 Sep 2001 17:12:09 -0700 debian/watch0000644000000000000000000000026112214400427010212 0ustar # This package is currently built from a cvs repository, so no # non-trivial watch file is possible # version=3 https://github.com/deiv/driftnet/tags .*/v?(\d[\d\.]+)\.tar\.gz debian/control0000644000000000000000000000166112214400427010571 0ustar Source: driftnet Section: admin Priority: extra Maintainer: David Suarez Build-Depends: debhelper (>= 9), libgtk2.0-dev, libpcap-dev, libjpeg-dev, libgif-dev, libpng-dev, xutils-dev Standards-Version: 3.9.4 Homepage: https://github.com/deiv/driftnet Vcs-Browser: https://github.com/deiv/driftnet Vcs-Git: git://github.com/deiv/driftnet.git -b debian Package: driftnet Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: picks out and displays images from network traffic Inspired by EtherPEG, Driftnet is a program which listens to network traffic and picks out images from TCP streams it observes. It is interesting to run it on a host which sees a lot of web traffic. . (Obviously, this is an invasion of privacy of a fairly blatant sort. Also, if you are possessed of Victorian sensibilities, and share an unswitched network with others who are not, you should probably not use it.) debian/driftnet.docs0000644000000000000000000000001412214400427011646 0ustar README TODO