The NetBSD Project

CVS log for pkgsrc/net/tcpflow/distinfo

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / net / tcpflow

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Oct 26 11:07:00 2021 UTC (3 years, 1 month ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base, pkgsrc-2024Q3, pkgsrc-2024Q2-base, pkgsrc-2024Q2, pkgsrc-2024Q1-base, pkgsrc-2024Q1, pkgsrc-2023Q4-base, pkgsrc-2023Q4, pkgsrc-2023Q3-base, pkgsrc-2023Q3, pkgsrc-2023Q2-base, pkgsrc-2023Q2, pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3, pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, HEAD
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines

net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch

Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Oct 7 14:42:52 2021 UTC (3 years, 2 months ago) by nia
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +1 -2 lines
net: Remove SHA1 hashes for distfiles

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Mar 5 18:52:14 2021 UTC (3 years, 9 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base, pkgsrc-2021Q3, pkgsrc-2021Q2-base, pkgsrc-2021Q2, pkgsrc-2021Q1-base, pkgsrc-2021Q1
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -5 lines
tcpflow: updated to 1.6.1

tcpflow v1.6.1

Here is release v1.6.1. Does not use the new be13 API that is updated for C++17. That's coming.

Some problems with the checks, but they are problems with the test harness, not the tests themselves. Help from volunteers is appreciated!

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Aug 21 06:52:11 2018 UTC (6 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3, pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1, pkgsrc-2019Q4-base, pkgsrc-2019Q4, pkgsrc-2019Q3-base, pkgsrc-2019Q3, pkgsrc-2019Q2-base, pkgsrc-2019Q2, pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -7 lines
tcpflow: updated to 1.5.0

1.5.0:
* updated to work with Fedora 26 compilers
* Found bug in sbuf.cpp
* Fixed C++ warnings in hash
* Now works with OpenSSL 1.1.0f-fips

Revision 1.9: download - view: text, markup, annotated - select for diffs
Fri Jul 14 12:58:25 2017 UTC (7 years, 5 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1, pkgsrc-2017Q4-base, pkgsrc-2017Q4, pkgsrc-2017Q3-base, pkgsrc-2017Q3
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1 lines
Deal with libtre without tre.h.

Revision 1.8: download - view: text, markup, annotated - select for diffs
Tue Jul 4 13:50:41 2017 UTC (7 years, 5 months ago) by jperkin
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +8 -10 lines
Update net/tcpflow to 1.4.5.

This package was last updated in 2004, since then it has changed maintainers
and looks quite different.  An incomplete changelog is as follows:

Version 1.3.1 NOV ??

	Complete rewrite of the TCP state machine, now handles flows larger
	than 4GiB.

Version 1.3.0 SEP 30 2012

	Release for end of FY2012, includes bug fixes, better support for
	autoconf, DFXML standardizations, and the ability to compile under
	mingw for Windows (that was a LOT of work).

Version 1.2.7 May 24 2012 (GIT)

	Version 1.2.7 offers two significant features over previous versions
	relating to the processing of the -r and the new -R options.

	  -r file1.pcap - This option specifies a pcap file to be read.
	                  New with version 1.2.7, the -r flag may be
	                  repeated any number of times.

	  -R file0.pcap - This option, new with version 1.2.7, allows a file
	                  to be specified that was captured in time *before*
	                  the file specified with -r. This option allows TCP
	                  sessions that started in file0.pcap and which
	                  continued into file1.pcap to be properly
	                  started. This option is useful when some external
	                  process makes packet capture files at regular
	                  intervals and then the files are reassembled
	                  later. Typically these files result from tcpdump run
	                  with the -w or -C options.

Version 1.2 March 15 2012 (SVN )

	Version 1.2 is the first to include post-processing of TCP connections
	integrated directly into the tcpflow program itself. post-processing
	is optional and is performed on a per-connection basis when the
	connection is closed.

	The following post-processing method methods are currently defined.

	 -FM - Compute the MD5 hash value of every stream on close. Currently
	       MD5 hashes are only computed for TCP streams that contain
	       packets transmitted contigiously. -FM processing can happen
	       even when output is suppressed. The MD5 is written into the
	       DFXML file.

	 -AH - Detect Email/HTTP responses and separate headers from
	       body. This requires that the output files be captured.

	       If the output file is
	          208.111.153.175.00080-192.168.001.064.37314,

	       Then the post-processing will create the files:
	          208.111.153.175.00080-192.168.001.064.37314-HTTP
	          208.111.153.175.00080-192.168.001.064.37314-HTTPBODY

	       If the HTTPBODY was compressed with GZIP, you may get a
	       third file as well:

	          208.111.153.175.00080-192.168.001.064.37314-HTTPBODY-GZIP

	       Additional information about these streams, such as their MD5
	       hash value, is also written to the DFXML file

Version 1.1.0 19 January 2012 (SVN 8118)

	Version 1.1 represents a significant rewrite of tcpflow. All users are
	encouraged to upgrade.

	Significant changes include:

	* Entire code base migrated to C++ ; code generally
	  improved. tcpflow's original hash table has been replaced with a
	  tr1::unordered_map which should offer significantly more
	  scalability.

	* tcpflow now automatically expires out old connections. This finally
	  end the program's memory-hogging problem. (You can disable this
	  behavior with -P, which makes tcpflow run faster because it never
	  cleans up after itself. That's fine if you are working with less
	  than a million connections.)

	* Multiple connections with the same (source/destination) are now
	  detected and stored in different files. This is significant, as the
	  previous implementation would make a single file 1-2GB in length if
	  you the same host/port pairs with two different flows. Additional
	  files have the same filename and a "c0001", "c0002" appended.

	* Filenames may now be prefixed with either the ISO8601 time or a Unix
	  timestamp  indicating the time that the connection was first seen.

	* tcpflow will now save a DFXML file containing information for each
	  flow that it reconstructs.

	* The following new options are now implemented:

	  -o outdir --- now works (previously was not implemented)
	  -X xmfile --- now reports execution results in a DFXML
	                file. (Version 1.1 will include complete notion in the
	                XML file of every TCP connection as a DFXML <fileobject>
	  -Fc       --- Every file has the 'cXXXX' postfix, rather than just
	                the files with duplicate source/destination.
	  -Ft       --- Every file has the <time_t>T prefix.
	  -FT       --- Every file has an ISO8601 time prefix,
	                e.g. 2012-01-01T09:45:15Z
	  -mNNNN    --- Specifies the minimum number of bytes that need to be
	                skipped in a TCP connection before a new
	  -Lname    --- use the named semaphore 'name' to prevent multiple
	                tcpflow processes printing to standard output from
	                overprinting each other.
	  -P        --- do not prune the tcp connection table.

	Other improvements include:

	* Support for IPv6

	* Support for VLANs

	* The default filter which was causing problems under MacOS has been
	  removed.

Version 1.0.4 November 24, 2011
	* Default fitler changed to ""; previous default filter was causing
	  problems on macs.

Version 1.0.2 September 30, 2011
	* IPv6 code added

Version 1.0.0 January 2011
	* Updated to support VLANs. VLAN packets are marked by hex 0x8100
	  following the destination and source mac addresses, followed by the
	  16-bit VLAN address, followed by 0x0800 marking the beginning of the
	  traditional IP header.

Version 0.30 October 2007
	* Simson Garfinkel <simsong@acm.org> is now the maintainer of this
	  package
	* Modified to set the time of each tcpflow with the time of the first
	  packet.
	* Created a regression test, so "make check" and "make distcheck" now
	  work.
	* Updated to modern autoconf tools.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Nov 4 00:35:39 2015 UTC (9 years, 1 month ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1, pkgsrc-2016Q4-base, pkgsrc-2016Q4, pkgsrc-2016Q3-base, pkgsrc-2016Q3, pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1, pkgsrc-2015Q4-base, pkgsrc-2015Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -1 lines
Add SHA512 digests for distfiles for net category

Problems found with existing digests:
	Package haproxy distfile haproxy-1.5.14.tar.gz
	159f5beb8fdc6b8059ae51b53dc935d91c0fb51f [recorded]
	da39a3ee5e6b4b0d3255bfef95601890afd80709 [calculated]

Problems found locating distfiles:
	Package bsddip: missing distfile bsddip-1.02.tar.Z
	Package citrix_ica: missing distfile citrix_ica-10.6.115659/en.linuxx86.tar.gz
	Package djbdns: missing distfile djbdns-1.05-test25.diff.bz2
	Package djbdns: missing distfile djbdns-cachestats.patch
	Package djbdns: missing distfile 0002-dnscache-cache-soa-records.patch
	Package gated: missing distfile gated-3-5-11.tar.gz
	Package owncloudclient: missing distfile owncloudclient-2.0.2.tar.xz
	Package poink: missing distfile poink-1.6.tar.gz
	Package ra-rtsp-proxy: missing distfile rtspd-src-1.0.0.0.tar.gz
	Package ucspi-ssl: missing distfile ucspi-ssl-0.70-ucspitls-0.1.patch
	Package waste: missing distfile waste-source.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Revision 1.6: download - view: text, markup, annotated - select for diffs
Mon Jan 2 19:23:40 2006 UTC (18 years, 11 months ago) by adrianp
Branches: MAIN
CVS tags: pkgsrc-2015Q3-base, pkgsrc-2015Q3, pkgsrc-2015Q2-base, pkgsrc-2015Q2, pkgsrc-2015Q1-base, pkgsrc-2015Q1, pkgsrc-2014Q4-base, pkgsrc-2014Q4, pkgsrc-2014Q3-base, pkgsrc-2014Q3, pkgsrc-2014Q2-base, pkgsrc-2014Q2, pkgsrc-2014Q1-base, pkgsrc-2014Q1, pkgsrc-2013Q4-base, pkgsrc-2013Q4, pkgsrc-2013Q3-base, pkgsrc-2013Q3, pkgsrc-2013Q2-base, pkgsrc-2013Q2, pkgsrc-2013Q1-base, pkgsrc-2013Q1, pkgsrc-2012Q4-base, pkgsrc-2012Q4, pkgsrc-2012Q3-base, pkgsrc-2012Q3, pkgsrc-2012Q2-base, pkgsrc-2012Q2, pkgsrc-2012Q1-base, pkgsrc-2012Q1, pkgsrc-2011Q4-base, pkgsrc-2011Q4, pkgsrc-2011Q3-base, pkgsrc-2011Q3, pkgsrc-2011Q2-base, pkgsrc-2011Q2, pkgsrc-2011Q1-base, pkgsrc-2011Q1, pkgsrc-2010Q4-base, pkgsrc-2010Q4, pkgsrc-2010Q3-base, pkgsrc-2010Q3, pkgsrc-2010Q2-base, pkgsrc-2010Q2, pkgsrc-2010Q1-base, pkgsrc-2010Q1, pkgsrc-2009Q4-base, pkgsrc-2009Q4, pkgsrc-2009Q3-base, pkgsrc-2009Q3, pkgsrc-2009Q2-base, pkgsrc-2009Q2, pkgsrc-2009Q1-base, pkgsrc-2009Q1, pkgsrc-2008Q4-base, pkgsrc-2008Q4, pkgsrc-2008Q3-base, pkgsrc-2008Q3, pkgsrc-2008Q2-base, pkgsrc-2008Q2, pkgsrc-2008Q1-base, pkgsrc-2008Q1, pkgsrc-2007Q4-base, pkgsrc-2007Q4, pkgsrc-2007Q3-base, pkgsrc-2007Q3, pkgsrc-2007Q2-base, pkgsrc-2007Q2, pkgsrc-2007Q1-base, pkgsrc-2007Q1, pkgsrc-2006Q4-base, pkgsrc-2006Q4, pkgsrc-2006Q3-base, pkgsrc-2006Q3, pkgsrc-2006Q2-base, pkgsrc-2006Q2, pkgsrc-2006Q1-base, pkgsrc-2006Q1, cwrapper, cube-native-xorg-base, cube-native-xorg
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -1 lines
Include a set of patches from Jukka Salmi in PR# 30805
The patches are a modified version of some enhancements to tcpflow from Debian
Adds the following options:
-e When outputting to the console each flow will be output in alternating
   colours.
-C Console print without the packet source and destination details being
   printed.  Print the contents of packets to stdout as they are received,
   without storing any captured data to files (implies -s).

Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Feb 24 12:14:05 2005 UTC (19 years, 9 months ago) by agc
Branches: MAIN
CVS tags: pkgsrc-2005Q4-base, pkgsrc-2005Q4, pkgsrc-2005Q3-base, pkgsrc-2005Q3, pkgsrc-2005Q2-base, pkgsrc-2005Q2, pkgsrc-2005Q1-base, pkgsrc-2005Q1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1 lines
Add RMD160 digests.

Revision 1.3.4.1: download - view: text, markup, annotated - select for diffs
Wed Dec 29 15:54:55 2004 UTC (19 years, 11 months ago) by salo
Branches: pkgsrc-2004Q4
Diff to: previous 1.3: preferred, colored; next MAIN 1.4: preferred, colored
Changes since revision 1.3: +4 -4 lines
Pullup ticket 192 - requested by Adrian Portelli
security fix for tcpflow

        Module Name:    pkgsrc
        Committed By:   adrianp
        Date:           Wed Dec 29 11:51:39 UTC 2004

        Modified Files:
                pkgsrc/net/tcpflow: Makefile distinfo
                pkgsrc/net/tcpflow/patches: patch-aa

        Log Message:
        - Update to 0.21
        - Security fix
          (http://www.atstake.com/research/advisories/2003/a080703-2.txt)
        - PPP interfaces supported

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Dec 29 11:51:39 2004 UTC (19 years, 11 months ago) by adrianp
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -4 lines
- Update to 0.21
- Security fix (http://www.atstake.com/research/advisories/2003/a080703-2.txt)
- PPP interfaces supported

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Aug 25 07:56:18 2004 UTC (20 years, 3 months ago) by cjs
Branches: MAIN
CVS tags: pkgsrc-2004Q4-base, pkgsrc-2004Q3-base, pkgsrc-2004Q3
Branch point for: pkgsrc-2004Q4
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2 lines
Rather than saying "family = family;", say nothing at all. This does not
change the way the program works, so the package version has not been changed.

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Aug 20 07:10:53 2004 UTC (20 years, 3 months ago) by cjs
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +1 -0 lines
Add a patch: the address family coming back from the loopback interface is
in host, not network format. At least, this is the case for NetBSD. I don't
know what systems out there exist where this is not the case, but Linux is
one possibility.

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Thu Apr 10 17:08:13 2003 UTC (21 years, 8 months ago) by wiz
Branches: TNF
CVS tags: pkgsrc-base, pkgsrc-2004Q2-base, pkgsrc-2004Q2, pkgsrc-2004Q1-base, pkgsrc-2004Q1, pkgsrc-2003Q4-base, pkgsrc-2003Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
Initial import of tcpflow-0.20, provided by Adrian Portelli via pkgsrc-wip.

tcpflow is a program that captures data transmitted as part of TCP connections 
(flows), and stores the data in a way that is convenient for protocol analysis 
or debugging. A program like 'tcpdump' shows a summary of packets seen on the 
wire, but usually doesn't store the data that's actually being transmitted. 
In contrast, tcpflow reconstructs the actual data streams and stores each flow 
in a separate file for later analysis. 

tcpflow understands sequence numbers and will correctly reconstruct data 
streams regardless of retransmissions or out-of-order delivery. However, it 
currently does not understand IP fragments; flows containing IP fragments will 
not be recorded properly. 

tcpflow is based on the LBL Packet Capture Library (available from LBL) and 
therefore supports the same rich filtering expressions that programs like 
'tcpdump' support.

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Apr 10 17:08:13 2003 UTC (21 years, 8 months ago) by wiz
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

CVSweb <webmaster@jp.NetBSD.org>