Port details |
- ipsumdump Produce ASCII summary of network traffic or tcpdump(1) file
- 1.86_2 net =5 1.86_2Version of this port present on the latest quarterly branch.
- Maintainer: leres@FreeBSD.org
- Port Added: 2004-01-12 19:51:26
- Last Update: 2024-06-06 17:41:07
- Commit Hash: 39a4ccb
- People watching this port, also watch:: gnetcat, dnswalk, monit, fusefs-sshfs, tcpick
- License: CLICK
- WWW:
- https://read.seas.harvard.edu/~kohler/ipsumdump
- Description:
- The ipsumdump program summarizes TCP/IP dump files into a self-describing
ASCII format easily readable by humans and programs.
Ipsumdump can read packets from network interfaces, from tcpdump files, and
from existing ipsumdump files. It will transparently uncompress tcpdump or
ipsumdump files when necessary. It can randomly sample traffic, filter
traffic based on its contents, anonymize IP addresses, and sort packets from
multiple dumps by timestamp. Also, it can optionally create a tcpdump file
containing actual packet data.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ipsumdump>0:net/ipsumdump
- To install the port:
- cd /usr/ports/net/ipsumdump/ && make install clean
- To add the package, run one of these commands:
- pkg install net/ipsumdump
- pkg install ipsumdump
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ipsumdump
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1495701330
SHA256 (ipsumdump-1.86.tar.gz) = e114cd01b04238b42cd1d0dc6cfb8086a6b0a50672a866f3d0d1888d565e3b9c
SIZE (ipsumdump-1.86.tar.gz) = 895567
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:
-
- gmake>=4.4.1 : devel/gmake
- perl5>=5.36<5.37 : lang/perl5.36
- This port is required by:
- for Build
-
- security/zeek
-
Deleted ports which required this port:
- for Run
-
- security/zeek
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for ipsumdump-1.86_2:
DOCS=on: Build and/or install documentation
IPV6=on: IPv6 protocol support
===> Use 'make config' to modify these settings
- Options name:
- net_ipsumdump
- USES:
- gmake perl5
- 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 |
1.86_2 06 Jun 2024 17:41:07 |
Craig Leres (leres) |
net/ipsumdump: Unbreak amd64 build after 64825b9
aggwtree.cc:859:7: error: use of undeclared identifier 'bswap_32'
add(bswap_32(ubuf[2*i]), bswap_32(ubuf[2*i + 1]));
^
aggwtree.cc:859:28: error: use of undeclared identifier 'bswap_32'
add(bswap_32(ubuf[2*i]), bswap_32(ubuf[2*i + 1]));
^
2 errors generated.
gmake[1]: *** [Makefile:46: aggwtree.o] Error 1
gmake[1]: *** Waiting for unfinished jobs....
aggtree.cc:1139:7: error: use of undeclared identifier 'bswap_32'
add(bswap_32(ubuf[2*i]), bswap_32(ubuf[2*i + 1]));
^
aggtree.cc:1139:28: error: use of undeclared identifier 'bswap_32'
add(bswap_32(ubuf[2*i]), bswap_32(ubuf[2*i + 1]));
^
2 errors generated. |
1.86_1 03 Jun 2024 15:11:55 |
Piotr Kubaj (pkubaj) |
net/ipsumdump: fix build on powerpc64
aggtree.cc:14:24: error: static declaration of '__builtin_bswap32' follows
non-static declaration
14 | static inline uint32_t bswap_32(uint32_t u) {
| ^
/usr/include/byteswap.h:38:21: note: expanded from macro 'bswap_32'
38 | #define bswap_32(x) __bswap32(x)
| ^
/usr/include/sys/_endian.h:84:22: note: expanded from macro '__bswap32'
84 | #define __bswap32(x) __builtin_bswap32(x)
| ^ |
1.86_1 21 Jan 2024 23:22:22 |
Craig Leres (leres) |
net/ipsumdump: Install man page in share/man |
1.86 11 Sep 2022 20:35:54 |
Craig Leres (leres) |
net/ipsumdump: Unbreak fetch
Update MASTER_SITES and WWW. Also change PORTVERSION to DISTVERSION.
PR: 266337
Reported by: diizzy |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.86 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.86 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 ) |
1.86 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.86 06 May 2020 23:31:07 |
leres |
net/ipsumdump: Take maintainership |
1.86 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
1.86 25 May 2017 10:43:17 |
rakuco |
Update to 1.86.
Version 1.86: Don't mis-report UDP packets as being too short (Mark Allman).
Click updates. |
1.85 19 Oct 2016 09:03:50 |
amdmi3 |
- Add LICENSE
- Switch to options helpers |
1.85 22 Oct 2015 17:27:18 |
danfe |
Utilize option helpers and avoid doing .include <bsd.port.options.mk> |
1.85 24 Mar 2015 21:06:55 |
pawel |
- Update to version 1.85
- Strip executables
PR: 198755
Submitted by: Anton Tornqvit <antont@inbox.lv> |
1.84 18 Nov 2014 09:37:33 |
bapt |
Reset miwi's maintainership per his demand
Hope to see you back! Thank for all the work! |
1.84 18 May 2014 07:24:15 |
miwi |
- Update to 1.84
- Pet portlint
PR: 189794
Submitted by: Bartek Rutkowski <ports@robakdesign.com> |
1.82_2 12 Mar 2014 02:47:23 |
miwi |
- Stage support |
1.82_2 25 Jan 2014 06:05:16 |
miwi |
- Stage support |
1.82_1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.82_1 19 Aug 2013 11:24:33 |
danfe |
- Try to fix parallel (-jX) builds by specifying that main program depends
on the accompanying library
- Convert USE_GMAKE and USE_PERL5 to USES
- Do not use .for loop to install just one documentation file
- Utilize OPTIONS_SUB and IPV6_CONFIGURE_ENABLE while here
- Augment CATEGORIES in IPv6 case
- Synchronize port description with the upstream; sanitize its formatting
Reported by: marino
Approved by: miwi, bapt (portmgr, implicit) |
1.82_1 17 Dec 2012 02:18:00 |
bapt |
Remove line left from conversion |
17 Dec 2012 02:15:14
|
bapt |
Convert miwi's ports to new Options framework
While here fix some consistency in PEAR options name
bumped revision of net/icpld and net/ipsumdump because IPV6 is now on
Approved by: miwi (maintainer) |
1.82 02 Jul 2011 11:46:12 |
miwi |
- Update to 1.82 |
1.81 25 Jun 2011 06:02:30 |
miwi |
- Remove Dead mirror
Reported by: az |
1.81 25 Jun 2011 05:04:03 |
miwi |
- Update to 1.81 |
1.80 18 Feb 2011 14:29:39 |
dhn |
- Update to 1.80
Approved by: miwi (maintainer) |
1.79 04 Nov 2010 05:06:19 |
miwi |
- Update to 1.79 |
1.78 30 Sep 2009 13:12:02 |
miwi |
- Update to 1.78 |
1.77 16 Jun 2009 19:29:17 |
miwi |
- Update to 1.77 |
1.76 06 Dec 2008 14:07:17 |
miwi |
- Update to 1.76 |
1.75 04 Dec 2008 20:37:16 |
miwi |
- Update to 1.75 |
1.72 15 Nov 2008 22:38:35 |
miwi |
- Update to 1.72 |
1.71 12 Oct 2008 10:55:58 |
miwi |
- Update to 1.71 |
1.70 21 Aug 2008 06:18:49 |
rafan |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
1.70 08 May 2008 11:28:20 |
miwi |
- Update to 1.70 |
1.69 02 May 2008 15:01:02 |
miwi |
- Update to 1.69 |
1.68 19 Apr 2008 22:48:19 |
miwi |
- Update to 1.68 |
1.66 06 Mar 2008 23:57:17 |
miwi |
- Update to 1.66 |
1.63 24 Jan 2007 21:18:19 |
miwi |
- Update to 1.63 |
1.62 08 Oct 2006 08:28:40 |
miwi |
- Update to 1.62 |
1.61 16 Jun 2006 22:17:25 |
miwi |
Obey conventions and change my mail to @FreeBSD.org address
Approved by: krion (mentor) |
1.61 06 May 2006 01:57:46 |
mnag |
- Update to 1.61
- Add OPTIONS for ipv6
- Take maintainership
PR: 96681
Submitted by: "Martin Wilke" <freebsd___unixfreunde.de> |
1.57 25 Nov 2005 16:48:31 |
pav |
- Add SHA256 |
1.57 05 Oct 2005 01:34:34 |
edwin |
Upgrade to version 1.57
Noticed by: new ports version checker |
1.56 20 Sep 2005 16:41:31 |
garga |
- Add a MASTER_SITES backup
Submitted by: maintainer via email |
1.56 14 Sep 2005 08:26:09 |
krion |
Drop maintainership, since I'm buried in the $REALLIFE stuff. |
1.56 02 Sep 2005 14:39:32 |
krion |
Update to 1.56
PR: ports/85629
Submitted by: Andrej Zverev <az at inec.ru> |
1.55 07 Jun 2005 22:04:26 |
krion |
Update to 1.55 |
1.54 20 Apr 2005 18:01:08 |
krion |
Update to 1.54 |
1.53 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
1.53 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
1.53 10 Apr 2005 12:45:36 |
krion |
Update to 1.53 |
1.52 17 Mar 2005 21:18:26 |
krion |
Update to 1.52 |
1.51 06 Feb 2005 19:26:10 |
krion |
Update to 1.51 |
1.50 28 Jan 2005 15:41:24 |
krion |
Update to 1.50 |
1.49 16 Jan 2005 15:37:27 |
krion |
Update to 1.49 |
1.48 14 Jan 2005 08:34:53 |
krion |
Update to 1.48
Fix handling of extra length annotations. If the IP length is
available, use that (not extra length), except for packets that
represent flows. |
1.47 12 Jan 2005 09:45:32 |
krion |
Update to 1.47 |
1.45 08 Jan 2005 14:03:54 |
krion |
Update to 1.45 |
1.43 12 Oct 2004 14:30:52 |
krion |
Update to 1.43 |
1.42 03 Sep 2004 19:21:54 |
krion |
Update to 1.42
o Add support for PPP-encapsulated DAG dumps, via the --dag-ppp
option, and for PPP-encapsulated tcpdump files. |
1.41 28 Aug 2004 07:33:17 |
krion |
Update to 1.41
o Add support for IEEE 802.11/Prism2 encapsulated dumps.
o Use C for CWR in tcp_flags dumps.
o Bump IPSummaryDump file format version number to 1.2 |
1.40 19 Aug 2004 09:06:04 |
krion |
Update to 1.40
o Fix ERF/DAG timestamps. |
1.39 13 Aug 2004 23:11:12 |
krion |
Update to 1.39
o Support new-style ERF/DAG dumps. |
1.38 27 Jul 2004 12:57:50 |
krion |
Update to 1.38
o Support HDLC link layers
o Print information from partially-captured headers
o --bad-packets now prints !bad lines IN ADDITION TO normal
output, not instead of normal output |
1.36 07 Jul 2004 20:56:09 |
krion |
Update to version 1.36 |
1.35 28 Jun 2004 16:27:56 |
krion |
Update to version 1.35 |
1.34_1 01 Apr 2004 09:39:47 |
krion |
- Remove USE_SIZE knob |
1.34_1 20 Mar 2004 18:00:04 |
krion |
- Utilize PLIST_FILES |
1.34_1 04 Feb 2004 05:10:27 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1) |
1.34 30 Jan 2004 14:05:15 |
krion |
- SIZEify |
1.34 26 Jan 2004 19:29:26 |
krion |
- Update to version 1.34 |
1.33_1 12 Jan 2004 20:16:46 |
krion |
- Install additional documentation
- Bump PORTREVISION |
1.33 12 Jan 2004 19:50:59 |
krion |
Ipsumdump program summarizes TCP/IP dump files into a
self-describing ASCII format easily readable by humans and
programs. Ipsumdump can read packets from network interfaces,
from tcpdump files, and from existing ipsumdump files. It will
transparently uncompress tcpdump or ipsumdump files when
necessary. It can randomly sample traffic, filter traffic based
on its contents, anonymize IP addresses, and sort packets from
multiple dumps by timestamp. Also, it can optionally create a
tcpdump file containing actual packet data. |