aboutsummaryrefslogtreecommitdiff
path: root/net/ethereal
Commit message (Collapse)AuthorAgeFilesLines
* Make portlint happy.Joe Marcus Clarke2006-02-041-0/+1
| | | | Notes: svn path=/head/; revision=155179
* Set MIBDIRS to /dev/null to prevent a mysterious .index file from showing upJoe Marcus Clarke2006-02-041-0/+2
| | | | | | | in the net-snmp mibs directory during build. Notes: svn path=/head/; revision=155178
* Fix patching on FreeBSD <= 5.4-RELEASE.Joe Marcus Clarke2005-12-312-4/+4
| | | | Notes: svn path=/head/; revision=152474
* Update to 0.10.14. SeeJoe Marcus Clarke2005-12-294-37/+35
| | | | | | | | | | | 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. Notes: svn path=/head/; revision=152391
* * Fix a bug in caclulating the 802.11 header length for QoS data framesJoe Marcus Clarke2005-12-093-1/+447
| | | | | | | | | | | | | | | (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 Notes: svn path=/head/; revision=150702
* Chase shlib version bump of net-snmp.Jun Kuriyama2005-11-301-2/+2
| | | | Notes: svn path=/head/; revision=149997
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=148323
* Bump PORTREVISION to chase the glib20 shared library update.Joe Marcus Clarke2005-11-051-0/+1
| | | | Notes: svn path=/head/; revision=147269
* This patch isn't needed for recent 5-STABLE users, either.Joe Marcus Clarke2005-10-211-1/+1
| | | | Notes: svn path=/head/; revision=145980
* Update to 0.10.13. This fixes many security problems as well as adds someJoe Marcus Clarke2005-10-205-48/+18
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=145976
* Update to 0.10.12 with the usual number of security fixes, new features, andJoe Marcus Clarke2005-07-274-5/+117
| | | | | | | | | | 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 Notes: svn path=/head/; revision=140270
* * Add USE_PYTHON_BUILDJoe Marcus Clarke2005-05-201-2/+2
| | | | | | | | | | * Replace the static iconv dependency with USE_ICONV (bad Joe!) PR: 81236 Submitted by: Tod McQuillin <devin@spamcop.net> Notes: svn path=/head/; revision=135671
* Fix a problem with the last patch. It was causing the build to fail.Joe Marcus Clarke2005-05-151-23/+19
| | | | | | | | Reported by: many Submitted by: Sam Lawrance <boris@brooknet.com.au> Notes: svn path=/head/; revision=135278
* Work around a GCC bug that prevented ethereal from linking when compiledJoe Marcus Clarke2005-05-131-0/+23
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=135172
* * Add a dependency on gnometargetJoe Marcus Clarke2005-05-111-3/+7
| | | | | | | | | * Add a dependency on libiconv to fix the gtk12/glib12 build [1] Reported by: pointyhat via kris [1] Notes: svn path=/head/; revision=135072
* Fix the build with Glib/GTK+ 1.2.Joe Marcus Clarke2005-05-082-4/+85
| | | | Notes: svn path=/head/; revision=134823
* Update to 0.10.11 which fixes a number of security issues as well as addsJoe Marcus Clarke2005-05-073-3/+4
| | | | | | | | | | | a slew of new features. See http://www.ethereal.com/news/item_20050504_01.html for the list of all the changes. Security: See http://www.ethereal.com/news/item_20050504_01.html for all of the security fixes in this release Notes: svn path=/head/; revision=134801
* Update to 0.10.10.Joe Marcus Clarke2005-03-144-15/+6
| | | | Notes: svn path=/head/; revision=131148
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* Fix the build on 4.X.Joe Marcus Clarke2005-01-291-0/+11
| | | | | | | Reported by: dhw Notes: svn path=/head/; revision=127582
* Update to 0.10.9. See http://www.ethereal.com/news/item_20050120_01.html forJoe Marcus Clarke2005-01-273-3/+4
| | | | | | | the list of fixes and improvements. All users are encouraged to upgrade. Notes: svn path=/head/; revision=127509
* * Update to 0.10.8 (see http://www.ethereal.com/news/item_20041215_01.html forJoe Marcus Clarke2004-12-195-53/+48
| | | | | | | | | | | a list of what's new) * Make portlint a bit happier * Assume maintainership Approved by: billf (previous maintainer) Notes: svn path=/head/; revision=124446
* Bump the net-snmp shared lib version.Joe Marcus Clarke2004-12-051-1/+1
| | | | | | | PR: 74718 Notes: svn path=/head/; revision=123261
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in theJoe Marcus Clarke2004-11-071-0/+1
| | | | | | | big upgrade. Notes: svn path=/head/; revision=121070
* Update to 0.10.6. The release notes can be found atJoe Marcus Clarke2004-08-144-15/+16
| | | | | | | | | http://www.ethereal.com/news/item_20040812_01.html. Approved by: billf (maintainer) Notes: svn path=/head/; revision=116165
* Add a forgotten patch to really fix the capture lockups when ethereal isJoe Marcus Clarke2004-07-222-0/+12
| | | | | | | built with GTK+ 2 support. Notes: svn path=/head/; revision=114377
* * Update to 0.10.5 to add new features, and fix some security issues [1]Joe Marcus Clarke2004-07-214-33/+48
| | | | | | | | | | | | | | | | * 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 Notes: svn path=/head/; revision=114324
* . update to 0.10.3Bill Fumerola2004-03-303-52/+105
| | | | | | | | | | | | | | | | | | | . 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. Notes: svn path=/head/; revision=105725
* Mark forbidden due to boat loads of vulnerabilities in versions prior toJacques Vidrine2004-03-261-0/+1
| | | | | | | | | 0.10.3. http://www.vuxml.org/freebsd/cdf18ed9-7f4a-11d8-9645-0020ed76ef5a.html Notes: svn path=/head/; revision=105358
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-03-141-1/+1
| | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=103963
* - Improve WITH_GTK2 knob:Pav Lucistnik2004-02-281-5/+9
| | | | | | | | | | | | autodetect USE_GNOME instead of direct dependency PR: ports/56083 Submitted by: Rolf Grossmann <grossman@progtech.net> Approved by: maintainer timeout (2 months) Notes: svn path=/head/; revision=102475
* Say hello to the new "net-mgmt" category. There are probably moreGarrett Wollman2004-02-231-1/+1
| | | | | | | | | | ports that belong here than the ones I have identified and moved in this, first, pass. Approved in principle by: marcus Notes: svn path=/head/; revision=101812
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-1/+1
| | | | | | | (Part 1) Notes: svn path=/head/; revision=99918
* [PATCH] ethereal-0.9.16 uses adnsEdwin Groothuis2004-01-101-0/+8
| | | | | | | | | | | | | Ethereal has a --with-adns switch. ./configure tests for presence of the library even if --with-adns is not specified, and if it finds it, the build fails later on because /usr/local/lib is not in -L. PR: ports/59855 Submitted by: Roman Neuhauser <neuhauser@bellavista.cz> Notes: svn path=/head/; revision=97867
* Merge GTK2 support.Brian Feldman2003-12-171-0/+5
| | | | | | | | Submitted by: Sebastian Yepes F.ESN <esn@x123.info> PR: 60255 Notes: svn path=/head/; revision=96066
* Make sure to compress/package the new ethereal-filter.4 manpage.Brian Feldman2003-12-171-0/+1
| | | | | | | | Submitted by: UMENO Takashi <umeno@rr.iij4u.or.jp> PR: 58954 Notes: svn path=/head/; revision=96062
* Update to Ethereal 0.10.0a to fix various security bugs.Brian Feldman2003-12-173-14/+24
| | | | Notes: svn path=/head/; revision=96022
* Chase libnetsnmp shlib major version number and bump ${PORTREVISION}.Jun Kuriyama2003-11-181-1/+2
| | | | Notes: svn path=/head/; revision=94222
* [Port Update]:: net/ethereal 0.9.13 -> 0.9.14Edwin Groothuis2003-09-071-5/+0
| | | | | | | | | | (actually all I took from this PR was the removal of pre-install) PR: ports/55142 Submitted by: Sebastian Yepes F. [ESN] <esn@x123.info> Notes: svn path=/head/; revision=88684
* Update net/ethreal 0.9.13 -> 0.9.14Edwin Groothuis2003-09-072-2/+2
| | | | | | | | | | | Update, new features. No change in installed files. PR: ports/56080 Submitted by: Yonatan@xpert.com <Yonatan@xpert.com> Approved by: billf@FreeBSD.org Notes: svn path=/head/; revision=88683
* Update to 0.9.13.Norikatsu Shigemura2003-07-113-2/+4
| | | | | | | | | PR: ports/53643 Submitted by: Joseph Scott <joseph@randomnetworks.com> Approved by: maintainer timeout (20 days) Notes: svn path=/head/; revision=84716
* update to 0.9.12Bill Fumerola2003-05-203-2/+4
| | | | Notes: svn path=/head/; revision=81511
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* textfiles moved from etc/ to share/ethereal/Bill Fumerola2003-03-101-14/+8
| | | | | | | Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=77083
* upgrade to 0.9.10 to pick up a security fix in the socks dissector.Bill Fumerola2003-03-082-4/+5
| | | | | | | | | | | Approved by: portmgr (wca) properly disable ucd-snmp Submitted by: Oliver Lehmann <lehmann@ans-netz.de> Notes: svn path=/head/; revision=77066
* upgrade to 0.9.9Bill Fumerola2003-02-244-5/+13
| | | | | | | Submitted by: marcus Notes: svn path=/head/; revision=76418
* upgrade to 0.9.7Bill Fumerola2002-10-162-2/+2
| | | | Notes: svn path=/head/; revision=68169
* remove etc/diameter dirBill Fumerola2002-08-241-0/+1
| | | | | | | | PR: ports/40915 Submitted by: KAWATA Masahiko <kawata@mta.biglobe.ne.jp> Notes: svn path=/head/; revision=64931
* upgrade to 0.9.6, unFORBIDDENBill Fumerola2002-08-233-9/+18
| | | | Notes: svn path=/head/; revision=64876
* forbid because of possible security bugTrevor Johnson2002-08-221-0/+2
| | | | Notes: svn path=/head/; revision=64834