1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
Commit Graph

33 Commits

Author SHA1 Message Date
Joe Marcus Clarke
6773b2c49d Fix the build on 64-bit architectures. 2007-02-15 06:38:54 +00:00
Joe Marcus Clarke
cd16c16ac8 Fix the build on systems with malloc debugging enabled by making sure
a struct is properly initialized to 0.
2007-02-10 06:13:23 +00:00
Joe Marcus Clarke
00d373711a Update to 0.99.5. See
http://www.wireshark.org/docs/relnotes/wireshark-0.99.5.html for a list
of changes.
2007-02-03 23:31:52 +00:00
Joe Marcus Clarke
43389de323 Update to 0.99.4. This release fixes a few security bugs as well as other
functional problems, adds some new features and protocol support, and
updates many other protocols.  Also:

* Force snmp.name searches to be spring searches instead of OIDs.  This
  reverts to ethereal behavior, and works a lot better
* Convert to OPTIONS
* Add optional RTP stream playback support
* Use OPENSSLBASE instead of /usr to pick up ports OpenSSL [1]

For a summary of all features and fixes see
http://www.wireshark.org/docs/relnotes/wireshark-0.99.4.html .

Security:	See http://www.wireshark.org/docs/relnotes/wireshark-0.99.4.html
		for security bugs fixed in this release
Requested by:	David Wood <david@wood2.org.uk> [1]
2006-11-01 21:06:46 +00:00
Joe Marcus Clarke
0235e1b52f Update to 0.99.3a. 2006-08-25 07:14:07 +00:00
Joe Marcus Clarke
acbaaee2e6 Fix build on 4.X by removing the extra patch which is apparently no
longer needed.

PR:		100476
2006-07-18 13:23:02 +00:00
Joe Marcus Clarke
a69db4b2a0 Add wireshark and tshark after repocopies from ethereal and tethereal
respectively.  Wireshark is a rename of ethereal after the principal
developer moved companies and lost the Ethereal copyright.

Messenger, don't shoot!

Now the ethereal binary is called wireshark, the tethereal binary is
called tshark, and idl2eth is now idl2wrs.  All other binaries have
kept the same name.

In addition to this name change, I have also changed the PREFIX from X11BASE
to LOCALBASE.
2006-07-18 05:03:53 +00:00
Joe Marcus Clarke
99b7c72fe6 Fix parsing of radiotap packet captures.
Submitted by:	sam
Obtained from:	Ethereal SVN
2006-04-28 19:23:29 +00:00
Joe Marcus Clarke
5b38285381 Fix the dissection of 802.11 QoS packets.
Submitted by:	sam
2006-04-27 02:22:29 +00:00
Joe Marcus Clarke
aa50053db4 Update to 0.99.0. See
http://www.ethereal.com/docs/release-notes/ethereal-0.99.0.html for the
complete list of changes.

Security:	Ethereal 0.99.0 fixes numerous security bugs.  See
		http://www.ethereal.com/docs/release-notes/ethereal-0.99.0.html
		for details
2006-04-26 21:13:30 +00:00
Joe Marcus Clarke
e9e5f6bd57 Fix patching on FreeBSD <= 5.4-RELEASE. 2005-12-31 06:47:08 +00:00
Joe Marcus Clarke
c18700310b Update to 0.10.14. See
http://www.ethereal.com/docs/release-notes/ethereal-0.10.14.html for a list
of all the changes.

Security:	See http://www.ethereal.com/appnotes/enpa-sa-00022.html for
		security advisories fixed in this version.
2005-12-29 23:19:11 +00:00
Joe Marcus Clarke
d8fea3bfc4 * Fix a bug in caclulating the 802.11 header length for QoS data frames
(way bad regression from previous code)
* Add support for packets w/ data padding between the 802.11 header and
  the payload (as indicated in the radiotap flags)
* Add support for handling FCS indication in the radiotap flags
* Fix display of TSF (previous code was not byte swapping)
* Update ieee80211_mhz2ieee in radiotap.c to handle more channels
* Nuke some #if 0 code leftover in radiotap.c

Submitted by:	sam
2005-12-09 04:03:57 +00:00
Joe Marcus Clarke
a9e72e2a56 Update to 0.10.13. This fixes many security problems as well as adds some
minor news features, some new dissectors, and enhances a good number of the
current dissectors.  See
http://www.ethereal.com/docs/release-notes/ethereal-0.10.13.html for the
complete list of changes.

Security:	See
		http://www.ethereal.com/docs/release-notes/ethereal-0.10.13.html
		for all the security issues fixed in this release
2005-10-20 21:40:44 +00:00
Joe Marcus Clarke
3877968350 Update to 0.10.12 with the usual number of security fixes, new features, and
improved dissector support.  See http://www.ethereal.com/news/item_20050726_01.html for the list of changes.

Security:	See http://www.ethereal.com/news/item_20050726_01.html for
		the list of security fixes in this release
2005-07-27 19:36:53 +00:00
Joe Marcus Clarke
bced5612c7 Fix a problem with the last patch. It was causing the build to fail.
Reported by:	many
Submitted by:	Sam Lawrance <boris@brooknet.com.au>
2005-05-15 04:48:15 +00:00
Joe Marcus Clarke
eb8e32a1db Work around a GCC bug that prevented ethereal from linking when compiled
with optimizations above -O.  See
http://www.ethereal.com/lists/ethereal-dev/200505/msg00069.html for more
details.

Obtained from:	Ethereal mailing list (see URL above)
Reported by:	many
2005-05-13 05:46:41 +00:00
Joe Marcus Clarke
bcef4c8b0b Fix the build with Glib/GTK+ 1.2. 2005-05-08 02:04:18 +00:00
Joe Marcus Clarke
3cfc37b212 Update to 0.10.10. 2005-03-14 01:26:59 +00:00
Joe Marcus Clarke
4f36a34d74 Fix the build on 4.X.
Reported by:	dhw
2005-01-29 01:36:08 +00:00
Joe Marcus Clarke
fe54d6209f * Update to 0.10.8 (see http://www.ethereal.com/news/item_20041215_01.html for
a list of what's new)
* Make portlint a bit happier
* Assume maintainership

Approved by:	billf (previous maintainer)
2004-12-19 01:11:54 +00:00
Joe Marcus Clarke
6b0314e72a Update to 0.10.6. The release notes can be found at
http://www.ethereal.com/news/item_20040812_01.html.

Approved by:	billf (maintainer)
2004-08-14 00:33:57 +00:00
Joe Marcus Clarke
f587f92d22 Add a forgotten patch to really fix the capture lockups when ethereal is
built with GTK+ 2 support.
2004-07-22 00:24:08 +00:00
Joe Marcus Clarke
3c4249e772 * Update to 0.10.5 to add new features, and fix some security issues [1]
* Use the new libtool scheme
* Add USE_PERL5_BUILD [2]
* Make the GTK+ 2 frontend the default [2]
* Fix the lockup waiting for packets to arrive while capturing when built
  with GTK+ 2

PR:		68819 [1]
Submitted by:	UMENO Takashi <umeno@rr.iij4u.or.jp> [1]
		billf [2]
Approved by:	maintainer
2004-07-21 02:31:37 +00:00
Bill Fumerola
796c62bb2e this patch is no longer needed, the distribution is fixed
Submitted by:	Scott Renfro <scott@renfro.org>
2002-01-04 10:12:45 +00:00
Bill Fumerola
afb4b240db fix building of a few man pages on systems w/o autoconf installed
PR:		ports/29381
Submitted by:	Scott Renfro <scott@renfro.org>
2001-08-19 07:04:38 +00:00
Jeroen Ruigrok van der Werven
97b0636af9 Nuke unneeded patches for the new version. 2000-11-20 13:35:45 +00:00
Vanilla I. Shu
19caf44942 Add a patch for I18N, and correct pkg/PLIST. 2000-04-22 21:19:39 +00:00
Bill Fumerola
9b850f0032 Upgrade to 0.8.3 which obsoletes patches/patch-ab 2000-02-02 02:14:35 +00:00
Bill Fumerola
e4c00e5142 Upgrade to 0.8.2, including a vendor patch (patch-ab) which temporaily fixes
'tethereal' (a tcpdump-like program) until 0.8.3 can be released.
2000-01-26 20:21:16 +00:00
Bill Fumerola
c4bd783b24 Upgrade from 0.7.3 to 0.7.5, 0.7.4 had some serious errors with BSD
allegedly, so I'm glad I'm lazy.
1999-09-24 22:03:36 +00:00
Vanilla I. Shu
ccc87294f6 Upgrade to 0.4.0
PR:		ports/8291
Submitted by:	maintainer
1998-10-19 15:51:25 +00:00
Vanilla I. Shu
1ceb2a08d2 a network sniffer a la NetXray. With a little work and development this could
rival NetXray (which is approx $4,000).
PR:		ports/7581
Submitted by:	Bill Fumerola <billf@chc-chimes.com>
1998-09-18 21:53:24 +00:00