Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 317197 - net-analyzer/mausezahn - Fast traffic generator written in C, allows to send nearly every possible and impossible packet
Summary: net-analyzer/mausezahn - Fast traffic generator written in C, allows to send ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Sergey Popov
URL: http://www.perihel.at/sec/mz/
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-26 00:28 UTC by alisou
Modified: 2012-10-17 16:58 UTC (History)
3 users (show)

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


Attachments
mausezahn 0.40 ebuild (mz-0.40.ebuild,715 bytes, text/plain)
2010-08-18 18:27 UTC, Simon
Details
Mausezahn 0.40 ebuild improved versioned dependencies (mausezahn-0.40.ebuild,802 bytes, text/plain)
2011-05-05 18:12 UTC, Robin
Details
Actual Mausezahn 0.40 ebuild (mausezahn-0.40.ebuild,740 bytes, text/plain)
2011-05-06 09:18 UTC, Robin
Details
mausezahn-0.40 ebuild (mausezahn-0.40.ebuild,708 bytes, text/plain)
2012-10-16 14:58 UTC, Sergey Popov
Details
mausezahn-0.40 ebuild (mausezahn-0.40.ebuild,772 bytes, text/plain)
2012-10-17 16:54 UTC, Sergey Popov
Details

Note You need to log in before you can comment on or make changes to this bug.
Description alisou 2010-04-26 00:28:48 UTC
Mausezahn is a free fast traffic generator written in C which allows you to send nearly every possible and impossible packet. It is mainly used to test VoIP or multicast networks but also for security audits to check whether your systems are hardened enough for specific attacks.

Reproducible: Always
Comment 1 Simon 2010-08-18 18:27:54 UTC
Created attachment 243471 [details]
mausezahn 0.40 ebuild

hi, I have written a mz (mausezahn) ebuild that I want to share, it may not be pretty but it does the job
Comment 2 Robin 2011-05-05 18:12:08 UTC
Created attachment 272213 [details]
Mausezahn 0.40 ebuild improved versioned dependencies

Hey,

this version is slightly different from the previous by adding working versions of dependencies.
Works for me on ~x86.
Comment 3 Robin 2011-05-05 18:17:55 UTC
I uploaded a wrong version, I will update it tomorrow.

(In reply to comment #2)
> Created attachment 272213 [details]
> Mausezahn 0.40 ebuild improved versioned dependencies
> 
> Hey,
> 
> this version is slightly different from the previous by adding working versions
> of dependencies.
> Works for me on ~x86.
Comment 4 Robin 2011-05-06 09:18:09 UTC
Created attachment 272281 [details]
Actual Mausezahn 0.40 ebuild

Hi,

here is the correct version of the Mausezahn 0.40 ebuild.
(I failed to commit it in the office yesterday, so I uploaded the wrong version at home :D)

Regards
Comment 5 Sergey Popov gentoo-dev 2012-10-16 14:58:25 UTC
Created attachment 326690 [details]
mausezahn-0.40 ebuild

Updated ebuild for mausezahn with following changes:

- remove cmake from DEPEND (it's handled by cmake-utils eclass);
- fix description(it was too long);
- bump to EAPI 4, add ~amd64 keyword;
- change destination tarball name in SRC_URI;
- escape ${S} variable;
- remove unneded stage functions;
- respect CFLAGS;
- dependency cleanups.
Comment 6 Sergey Popov gentoo-dev 2012-10-16 14:59:40 UTC
I will take care of this package and add it to tree soon, after making some additional tests...
Comment 7 Sergey Popov gentoo-dev 2012-10-17 16:54:16 UTC
Created attachment 326778 [details]
mausezahn-0.40 ebuild

Oops, previous ebuild contains invalid cmake-utils_src_prepare function

That's a good one, with pkg_postinst function
Comment 8 Sergey Popov gentoo-dev 2012-10-17 16:58:04 UTC
+  17 Oct 2012; Sergey Popov <pinkbyte@gentoo.org> +mausezahn-0.40.ebuild,
+  +metadata.xml:
+  Initial commit wrt bug #317197