Port details |
- sniffit Packet sniffer program. For educational use
- 0.6 net =21 0.6Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: unknown
- Last Update: 2024-10-01 18:56:20
- Commit Hash: 4485bd8
- People watching this port, also watch:: nmap, wget, unzip
- Also Listed In: security
- License: BSD4CLAUSE
- WWW:
- https://github.com/resurrecting-open-source-projects/sniffit/
- Description:
- Sniffit is a network sniffer for TCP/UDP/ICMP packets.
Sniffit produces very detailed technical details about the packets flowing
through your network (SEQ, ACK, TTL, Window, ...) and also packet contents
in different formats (hex or plain text, ...)
WWW-404: http://reptile.rug.ac.be/~coder/sniffit/sniffit.html
FAQ-404: http://reptile.rug.ac.be/~coder/sniffit/sniffit-FAQ.html
or http://reptile.rug.ac.be/~wvdputte/sniffit_addicts_anonymous/
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/sniffit/ && make install clean
- To add the package, run one of these commands:
- pkg install net/sniffit
- pkg install sniffit
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: sniffit
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1714413613
SHA256 (resurrecting-open-source-projects-sniffit-sniffit-0.6_GH0.tar.gz) = 1e2857d0960078315ec002125b2965563546e146c5f33a9831ca7be0b166b221
SIZE (resurrecting-open-source-projects-sniffit-sniffit-0.6_GH0.tar.gz) = 60163
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- autoconf>=2.72 : devel/autoconf
- automake>=1.17 : devel/automake
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for sniffit-0.6:
DOCS=on: Build and/or install documentation
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- net_sniffit
- USES:
- autoreconf cpe
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
0.6 29 Apr 2024 21:55:00 |
Muhammad Moinur Rahman (bofh) |
net/sniffit: Update version 0.5=>0.6
Changelog:
https://github.com/resurrecting-open-source-projects/sniffit/releases/tag/sniffit-0.6 |
0.5 21 Jan 2024 19:25:26 |
Muhammad Moinur Rahman (bofh) |
net/sniffit: Sanitize MANPREFIX |
0.5 26 Jul 2023 00:48:20 |
Muhammad Moinur Rahman (bofh) |
*/*: Fix build with llvm16 on 13.2-STABLE
As like as HEAD(14.0-RELEASE) llvm16 was merged in base for 13.2-STABLE
with the OSVERSION 1302507.
- Utilize USE_CXXSTD=c++14 or similar solution where applicable
- Update conditionals to addtionally check for OSVERSION greater than
1302507 and less than 1400000
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
0.5 24 Jun 2023 10:58:49 |
Muhammad Moinur Rahman (bofh) |
net/sniffit: Fix build with llvm16
Sponsored by: The FreeBSD Foundation |
0.5 03 Jun 2023 19:59:25 |
Muhammad Moinur Rahman (bofh) |
net/sniffit: Fix build with llvm15
- Pet portclippy
- Adopt port |
0.5 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
0.5 08 Oct 2021 11:51:40 |
Bernhard Froehlich (decke) |
net/sniffit: Add CPE information
Approved by: portmgr (blanket) |
0.5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.5 19 Mar 2021 16:46:50 |
mat |
Regular USE_GITHUB cleanup.
Remove DISTNAME, it is always overwritten.
Cleanup GH_TAGNAME and WRKSRC. |
0.5 02 Mar 2021 08:41:47 |
ak |
- Remove commented out and obsolete USE_APACHE and USE_AUTOTOOLS, fix typo
USE_PHP_= -> USE_PHP+=
Approved by: portmgr blanket |
0.5 24 Sep 2020 07:15:22 |
se |
Fix and update broken port
This is ancient software that has been made available and somewhat updated
on GitHub. The previous port was broken and with this update it should at
least have a chance to compile.
Testing on amd64 gave reasonable results, much to my surprise, since I had
doubt that the code is 64 bit safe. The programming style is strange, with
C files being concatenated by #including them into the main program. This
is definitely a unique piece of software ... (might serve as an dissuasive
example).
Since this program has to be run with root privileges and may well have
security weaknesses, I'm not convinced that we should even provide a port
and package.
But I'm committing this update anyway, leaving to somebody else the decision
to remove it from ports, if considered too much of an annoyance or risk. |
0.3.7b_4 23 Nov 2016 14:40:12 |
amdmi3 |
- Add LICENSE
- Cosmetic fixes
- Switch to options helpers |
0.3.7b_4 16 Nov 2016 22:55:39 |
rene |
Reset edwin's ports, he has handed in his commit bit.
With hat: portmgr-secretary |
0.3.7b_4 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
0.3.7b_4 14 May 2015 10:15:09 |
mat |
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight |
0.3.7b_4 22 Nov 2014 14:43:24 |
antoine |
Cleanup plist |
0.3.7b_4 16 Jul 2014 03:00:46 |
adamw |
Add DOCS option for ports with PORTDOCS in plist. |
0.3.7b_4 10 Jul 2014 12:13:12 |
olgeni |
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Category N.
CR: D307
Approved by: portmgr (bapt) |
0.3.7b_4 24 Feb 2014 15:10:13 |
ehaupt |
Support staging |
0.3.7b_4 14 Oct 2013 20:38:33 |
edwin |
Fix build on 10.0 |
0.3.7b_3 14 Oct 2013 20:30:19 |
edwin |
Rename file to proper naming standards |
0.3.7b_3 14 Oct 2013 20:29:55 |
edwin |
Rename file to proper naming standards |
0.3.7b_3 14 Oct 2013 20:29:14 |
edwin |
Rename file to proper naming standards |
0.3.7b_3 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
0.3.7b_3 24 Oct 2011 04:17:38 |
dougb |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
0.3.7b_3 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
0.3.7b_3 29 May 2008 13:32:29 |
edwin |
[PATCH] net/sniffit: Fix make package while NOPORTDOCS is defined
Fix make package while NOPORTDOCS is defined.
PR: ports/124097
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
0.3.7b_2 08 Nov 2005 21:45:49 |
edwin |
Add SHA256 checksums to the distinfo files. |
0.3.7b_2 04 Oct 2005 21:58:40 |
edwin |
Remove stale master-sites.
If somebody knows where to find it, let me know!
Noticed by: Bill Fs tools |
0.3.7b_2 14 Feb 2005 10:20:40 |
edwin |
add more master sites |
0.3.7b_2 18 Mar 2004 02:27:55 |
trevor |
Add size data.
Approved by: maintainers |
0.3.7b_2 02 Nov 2003 10:53:35 |
edwin |
Remove O'Briens FreeBSD directory as source for the files, thanks
for your help in the last years.
Go to diff version 10, as available from the Debian mastersites. |
0.3.7b_1 15 Aug 2003 23:13:46 |
edwin |
make net/sniffit buildable again on sparc64 (and others maybe too)
noticed by: bento/kris |
0.3.7b_1 04 Aug 2003 10:47:28 |
kris |
Switch to MASTER_SITE_DEBIAN_POOL
PR: ports/50572
Submitted by: Alex Semenyaka <alexs@ratmir.ru> |
0.3.7b_1 21 Feb 2003 13:15:09 |
knu |
De-pkg-comment. |
0.3.7b_1 13 Feb 2003 14:37:08 |
naddy |
Use MASTER_SITE_DEBIAN. |
0.3.7b_1 12 Aug 2002 06:12:48 |
pat |
Update patch download site
PR: ports/41567
Submitted by: maintainer |
28 Jan 2002 16:51:21 |
nectar |
Remove FORBIDDEN, and apologies to the MAINTAINER -- he had already patched
this port locally. |
28 Jan 2002 16:45:00 |
nectar |
Mark FORBIDDEN due to remotely exploitable buffer overflow |
25 Dec 2001 19:46:57 |
petef |
Support more network interfaces, bump PORTREVISION. |
03 Dec 2001 15:06:28 |
petef |
Give maintainership to edwin@mavetju.org from ports@. |
02 Dec 2001 17:25:27 |
obrien |
I don't have time and interest to maintain this very poorly written piece of
software. |
08 Oct 2000 07:19:09 |
asami |
Convert category net to new layout. |
01 Sep 2000 21:23:36 |
obrien |
Spelling police. |
27 Aug 2000 06:09:39 |
obrien |
Use Debian patch which contains some security tweaks (as discussed on
Bugtraq), and updates the GNU autoconf bits to newer versions. |
15 Jul 2000 19:46:25 |
obrien |
Remove crud abusive language in a printf(). |
29 Jun 2000 03:31:42 |
asami |
Use ${MASTER_SITE_LOCAL}. |
07 Jun 2000 18:44:40 |
obrien |
The local-distfiles dir on ftp.freebsd.org was moved under ports/. |
07 Jun 2000 04:09:25 |
obrien |
Become the guinnie-pig and move all my Freefall ~/public_html distfiles over
to the new ftp.freebsd.org local distfiles site. |