Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 153283 - ksniffer-0.2 (new ebuild)
Summary: ksniffer-0.2 (new ebuild)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo KDE team
URL: http://kde-apps.org/content/show.php?...
Whiteboard:
Keywords: EBUILD
: 168797 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-10-29 05:20 UTC by Bo Ørsted Andresen (RETIRED)
Modified: 2007-08-26 05:34 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
ksniffer-0.2_alpha1.ebuild (ksniffer-0.2_alpha1.ebuild,535 bytes, text/plain)
2006-10-29 05:21 UTC, Bo Ørsted Andresen (RETIRED)
Details
headerfix.patch (headerfix.patch,1.29 KB, patch)
2006-10-29 05:22 UTC, Bo Ørsted Andresen (RETIRED)
Details | Diff
headerfix.patch again (headerfix.patch,1.15 KB, patch)
2006-10-29 05:29 UTC, Bo Ørsted Andresen (RETIRED)
Details | Diff
KSniffer 0.2 ebuild (ksniffer-0.2.ebuild,540 bytes, text/plain)
2007-03-01 17:48 UTC, Bram Schoenmakers
Details
A patched KSniffer 0.2 (ksniffer-0.2.ebuild,621 bytes, text/plain)
2007-03-01 21:34 UTC, Bram Schoenmakers
Details
Patch to chmod sniff files (ksniffer-0.2-chmod.patch,865 bytes, patch)
2007-03-01 21:35 UTC, Bram Schoenmakers
Details | Diff
Ebuild for KSniffer 0.3 (ksniffer-0.3.ebuild,541 bytes, text/plain)
2007-07-24 17:31 UTC, Bram Schoenmakers
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Bo Ørsted Andresen (RETIRED) gentoo-dev 2006-10-29 05:20:21 UTC
In case others are interested in checking this out here's an ebuild.
Comment 1 Bo Ørsted Andresen (RETIRED) gentoo-dev 2006-10-29 05:21:46 UTC
Created attachment 100701 [details]
ksniffer-0.2_alpha1.ebuild

net-analyzer seems like an appropriate category.
Comment 2 Bo Ørsted Andresen (RETIRED) gentoo-dev 2006-10-29 05:22:50 UTC
Created attachment 100702 [details, diff]
headerfix.patch

this patch is necessary to compile against linux-headers-2.6.17.
Comment 3 Bo Ørsted Andresen (RETIRED) gentoo-dev 2006-10-29 05:26:02 UTC
Comment on attachment 100702 [details, diff]
headerfix.patch

>diff -ur ksniffer-0.2-alpha1/ksniffer/frames/ethernet2.cpp ksniffer-0.2-alpha1-headerfix/ksniffer/frames/ethernet2.cpp
>--- ksniffer-0.2-alpha1/ksniffer/frames/ethernet2.cpp	2006-09-21 23:55:28.000000000 +0200
>+++ ksniffer-0.2-alpha1-headerfix/ksniffer/frames/ethernet2.cpp	2006-10-29 12:59:39.000000000 +0100
>@@ -18,6 +18,7 @@
>  *   51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301, USA.          *
>  ***************************************************************************/
> 
>+#include <sys/types.h>
> #include <linux/if_ether.h>
> #include <netinet/in.h>
> 
>diff -ur ksniffer-0.2-alpha1/ksniffer/frames/frameprotocolmanager.cpp ksniffer-0.2-alpha1-headerfix/ksniffer/frames/frameprotocolmanager.cpp
>--- ksniffer-0.2-alpha1/ksniffer/frames/frameprotocolmanager.cpp	2006-09-21 23:55:28.000000000 +0200
>+++ ksniffer-0.2-alpha1-headerfix/ksniffer/frames/frameprotocolmanager.cpp	2006-10-29 12:59:39.000000000 +0100
>@@ -18,6 +18,7 @@
>  *   51 Franklin Steet, Fifth Floor, Boston, MA  02110-1301, USA.          *
>  ***************************************************************************/
> 
>+#include <sys/types.h>
> #include <linux/if_ether.h>
> 
> #include <qstring.h>
Comment 4 Bo Ørsted Andresen (RETIRED) gentoo-dev 2006-10-29 05:29:40 UTC
Created attachment 100704 [details, diff]
headerfix.patch again

*shrug*

I thought I could edit the attachment. Mentioned two irrelevant *.*~ files. This one doesn't. Sorry for the bugspam.
Comment 5 Bram Schoenmakers 2007-02-28 21:59:23 UTC
See bug 168797 for a ebuild for version 0.2.
Comment 6 Jakub Moc (RETIRED) gentoo-dev 2007-03-01 08:47:48 UTC
*** Bug 168797 has been marked as a duplicate of this bug. ***
Comment 7 Bram Schoenmakers 2007-03-01 17:48:30 UTC
Created attachment 111715 [details]
KSniffer 0.2 ebuild

Re-attaching the KSniffer 0.2 ebuild, with language support.
Comment 8 Bram Schoenmakers 2007-03-01 21:34:53 UTC
Created attachment 111736 [details]
A patched KSniffer 0.2

This ebuild applies a patch (KDE SVN revision 638410) to the source to set the right permissions of the sniff files (umask messed things up when running ksniffer as a normal user).
Comment 9 Bram Schoenmakers 2007-03-01 21:35:44 UTC
Created attachment 111737 [details, diff]
Patch to chmod sniff files

Patch to chmod sniff files so normal users can read the files owned by root.
Comment 10 Bram Schoenmakers 2007-07-24 17:31:47 UTC
Created attachment 125893 [details]
Ebuild for KSniffer 0.3

This ebuild installs KSniffer 0.3 which has been released on 21 July 2007.
Comment 11 Marcus D. Hanwell (RETIRED) gentoo-dev 2007-07-27 13:06:27 UTC
I will take care of this over the weekend hopefully.
Comment 12 Wulf Krueger (RETIRED) gentoo-dev 2007-08-23 21:35:28 UTC
Thanks, Bo! Committed to CVS.
Comment 13 Bram Schoenmakers 2007-08-23 22:26:21 UTC
You're welcome.
Comment 14 Bo Ørsted Andresen (RETIRED) gentoo-dev 2007-08-26 05:34:36 UTC
Thanks! :)