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]
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.
the lib version back to 1, but since the dependencies still linked to
libadns.so.1 even when the installed file was libadns.so.12, a new
PORTREVISION bump is not needed.
(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
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run.
* 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
. fix pkg-plist to include installed libraries and new modules
. fix net-snmp configure args
PR: ports/64777, ports/64808
Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> (#64777)
Ken Stailey <kstailey@yahoo.com> (#64808)
. follow master_site layout changes
Submitted by: lost private email (sorry!)
. introduce a LITE variable and add [t]ethereal-lite slave ports to build
packages that don't depend on the kitchen sink.
Begin autotools sanitization sequence by requiring ports to explicitly
specify which version of {libtool,autoconf,automake} they need, erasing
the concept of a "system default".
For ports-in-waiting:
USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13
USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213
USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14
Ports attempting to use the old style system after June 1st 2004 will be
sorely disappointed.