Commit graph

145 commits

Author SHA1 Message Date
minskim
d8a2fb9d19 Use native libpcap on Darwin 8.x. Suggested by Juha-Matti Liukkonen in
PR pkg/32719.
2006-03-08 04:39:20 +00:00
drochner
e78a6a7e78 they've given up to use pcap_compile_nopcap() (due to the API mess
appearently), so we don't need to trick "configure" anymore
2006-02-27 14:27:49 +00:00
joerg
5911def816 Recursive revision bump / recommended bump for gettext ABI change. 2006-02-05 23:08:03 +00:00
wiz
768c589c29 Bump BUILDLINK_RECOMMENDED of textproc/expat to 2.0.0 because
of the shlib major bump.
PKGREVISION++ for the dependencies.
2006-01-24 07:31:52 +00:00
salo
60ada2b4de Update to version 0.10.14
Bug Fixes

Three security vulnerabilities have been fixed since the previous
release (fixed in pkgsrc via patches):

 - The IRC dissector could go into an infinite loop.
 - iDefense found a buffer overflow in the OSPF dissector.

and

 - The GTP dissector could go into an infinite loop.

New and Updated Features

The following features are new (or have been significantly updated)
since the last release:

 - The Windows installer now ships with GTK+ 2.6 instead of GTK+ 2.4.
   This should fix several long-standing bugs.
 - If you're loading a saved capture file and press "Cancel", Ethereal
   will now display the packets read up to that point. In previous
   versions, Ethereal would abort the attempt completely and clear the
   packet list.  This means that if you're loding a huge capture file,
   you can stop loading in the middle and still be able to analyze part
   of the file.
 - The maximum number of files allowed in a ring buffer has been increased
   from 1024 to 10,000.
 - OID to name resolution has been improved.
 - TCP graphs now handle upper and lower bounds better.

New Protocol Support

3Com Netjack200, CDT, CIGI, DAP, DISP, DOP, DSP, FTBP, MS NLB, NBAP, NCP
SSS, NCS, NHRP, P_Mul, RNSAP, SMB2, STANAG 5066, TIPC, UDP-Lite, X.501

Updated Protocol Support

ACSE, AIM, ALCAP, AMR, ANSI MAP, BER, BitTorrent, BOOTP, CAMEL, CMP,
CMS, COPS, CRMF, DCCP, DCERPC (DCERPC, DSSETUP, INITSHUTDOWN, NT,
WINREG), DEC DNA RT, DNP, DTP, eDonkey, ENIP, ESS, Etheric, FC-DNS,
FC-FZS, FMIPv6, GRE, GSM A, GSM MAP, GTP, H.225, H.235, H.245, H.248,
H.263, H.450, IAPP, IEEE 802.11, INAP, IP, IPv6, IRC, ISIS LSP, ISUP,
IUUP, Juniper, LLDP, M3UA, MIP, MIPv6, Modbus/TCP, MTP3, NCP, NDPS, NDS,
NEMO, NMAS, NTLMSSP, OSPF, PER, PN-DCP, PPP CHAP, PPPoE, PVFS2, Q.931,
RADIUS, RANAP, RDT, RLOGIN, RMT, ROS, RTCP, RTP, RTSE, S4406, SCCP,
SCTP, SES, SIP, SMB, SNDCP, SRVLOC, STUN, T.38, UMA, WINS Replication,
X.411, X.420, X.509

New and Updated Capture File Support

DOS Sniffer, Endace ERF, HP-UX nettl, IBM iSeries traces, Tektronix K12
2006-01-02 22:34:34 +00:00
tron
e5857f6a3d Use official fix for file descriptor leak from the ethereal SVN repository. 2005-12-14 16:53:06 +00:00
tron
f6e2e794f0 Add a work arround for file descriptor leak in radius dictionary parser
which renders "ethereal" useless. Bump package revision.
2005-12-13 23:22:26 +00:00
salo
123c2049ce Security fix for CVE-2005-3651:
"Remote exploitation of an input validation vulnerability in the OSPF
protocol dissectors within Ethereal, as included in various vendors
operating system distributions, could allow attackers to crash the
vulnerable process or potentially execute arbitrary code."

http://www.idefense.com/application/poi/display?id=349&type=vulnerabilities

Patch from the Ethereal SVN repository.
2005-12-10 21:55:35 +00:00
rillig
579e977969 Ran "pkglint --autofix", which corrected some of the quoting issues in
CONFIGURE_ARGS.
2005-12-05 23:55:01 +00:00
rillig
b71a1d488b Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some
other changes are outlined in

    http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
2005-12-05 20:49:47 +00:00
frueauf
05d7d423d2 Update for new patch-ab. 2005-11-01 20:28:56 +00:00
frueauf
53197386f5 Add patch for security issue published at http://secunia.com/product/1228/
taken from http://www.gentoo.org/cgi-bin/viewcvs.cgi/*checkout*/net-analyzer/ethereal/files/ethereal-0.10.13-fix-irc-loop-DoS-CVE-2005-3313.diff?hideattic=1

Also bump version to 0.10.13nb1.
2005-11-01 20:09:50 +00:00
salo
44d13ebe7f Use tar.bz2 archive again, it's 2MB smaller. 2005-10-25 11:32:04 +00:00
drochner
0e1e717257 update to ethereal-0.10.13
This fixes a number of memory leaks, crashes and buffer overflows
in protocol dissectors, see
http://www.ethereal.com/appnotes/enpa-sa-00021.html
for details.
other changes:
-nanosecond timestamp resolution possible
-memory managment has been greatly improved
-can now save gzip-compressed capture files
2005-10-20 17:19:19 +00:00
drochner
d321d36b1a fix patch checksum mismatch, noticed by Matthias Scheler 2005-08-15 10:29:22 +00:00
drochner
6510317775 fix false complaints about SASL authenticated LDAP bind replies:
according to rfc2251 the credentials are indeed "context specific"
(in terms of ASN.1)
bump PKGREVISION
2005-08-12 17:38:40 +00:00
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
file's sole purpose was to provide a dependency on pkg-config and set
some environment variables.  Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.

For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
2005-08-10 20:56:10 +00:00
drochner
959804ec18 update to 0.10.12
This fixes many security problems in protocol dissectors.
other changes:
-RADIUS dictionaries are now included.
-A lot of documentation was updated
-Some command line parameters have changed
-A "File/File Set" submenu was added to better handle multiple files
-Flow graphs can now be created for any protocol.
-Memory management has been greatly improved.
-JXTA has been added to the conversations menu.
-When compiled with MIT/Heimdal Kerberos AND if keytab files are provided
-TCP Sequence graphs should now work for all captures and all encapsulation types
-new and updated protocol support
2005-07-27 16:44:43 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
jlam
3e474a90d8 Get rid of USE_PERL5. The new way to express needing the Perl executable
around at either build-time or at run-time is:

	USE_TOOLS+=	perl		# build-time
	USE_TOOLS+=	perl:run	# run-time

Also remove some places where perl5/buildlink3.mk was being included
by a package Makefile, but all that the package wanted was the Perl
executable.
2005-07-16 01:19:06 +00:00
drochner
c3d04ed27e fix alignment in the ieee802_11_radio header 2005-07-13 10:01:53 +00:00
jlam
95fd1f6ec9 Massive cleanup of buildlink3.mk and builtin.mk files in pkgsrc.
Several changes are involved since they are all interrelated.  These
changes affect about 1000 files.

The first major change is rewriting bsd.builtin.mk as well as all of
the builtin.mk files to follow the new example in bsd.builtin.mk.
The loop to include all of the builtin.mk files needed by the package
is moved from bsd.builtin.mk and into bsd.buildlink3.mk.  bsd.builtin.mk
is now included by each of the individual builtin.mk files and provides
some common logic for all of the builtin.mk files.  Currently, this
includes the computation for whether the native or pkgsrc version of
the package is preferred.  This causes USE_BUILTIN.* to be correctly
set when one builtin.mk file includes another.

The second major change is teach the builtin.mk files to consider
files under ${LOCALBASE} to be from pkgsrc-controlled packages.  Most
of the builtin.mk files test for the presence of built-in software by
checking for the existence of certain files, e.g. <pthread.h>, and we
now assume that if that file is under ${LOCALBASE}, then it must be
from pkgsrc.  This modification is a nod toward LOCALBASE=/usr.  The
exceptions to this new check are the X11 distribution packages, which
are handled specially as noted below.

The third major change is providing builtin.mk and version.mk files
for each of the X11 distribution packages in pkgsrc.  The builtin.mk
file can detect whether the native X11 distribution is the same as
the one provided by pkgsrc, and the version.mk file computes the
version of the X11 distribution package, whether it's built-in or not.

The fourth major change is that the buildlink3.mk files for X11 packages
that install parts which are part of X11 distribution packages, e.g.
Xpm, Xcursor, etc., now use imake to query the X11 distribution for
whether the software is already provided by the X11 distribution.
This is more accurate than grepping for a symbol name in the imake
config files.  Using imake required sprinkling various builtin-imake.mk
helper files into pkgsrc directories.  These files are used as input
to imake since imake can't use stdin for that purpose.

The fifth major change is in how packages note that they use X11.
Instead of setting USE_X11, package Makefiles should now include
x11.buildlink3.mk instead.  This causes the X11 package buildlink3
and builtin logic to be executed at the correct place for buildlink3.mk
and builtin.mk files that previously set USE_X11, and fixes packages
that relied on buildlink3.mk files to implicitly note that X11 is
needed.  Package buildlink3.mk should also include x11.buildlink3.mk
when linking against the package libraries requires also linking
against the X11 libraries.  Where it was obvious, redundant inclusions
of x11.buildlink3.mk have been removed.
2005-06-01 18:02:37 +00:00
tron
ddd6d58222 Update "ethereal" package to version 0.10.11. Changes since version 0.10.10:
- Fixed multitude of security issues found by an aggressive testing program
- Many user interface improvements have been made:
 -  The toolbar has been updated.
 -  Packet detail tree items can be expanded and collapsed with the right
    and left arrow keys.
 -  The status bar display has been improved.
 -  Live captures can now be restarted from the toolbar.
 - More improvements have been made to the ring buffer feature.
 -  Display filters are now faster.
- The capture engine has received major updates.
- New protocol support:
  9P, Aruba ADP, Camel, DRSUAPI, DUA, HPSW, Monotone Netsync, nettl,
  UMA, VNC (RFB),
- Updated protocol support:
  ACSE, AgentX, AIM, AMR, ANSI A, ASN.1 BER/PER, ATM, ATSVC, BACapp,
  BOOTP/DHCP, CDP, CMIP, CMP, CMS, CRMF, DCERPC, DHCPFO, DIAMETER, DICOM,
  DISTCC, DLSw, EFS, EIGRP, EPM, ESIS, ESS, ETHERIC, Ethernet, FC, FCELS,
  FCP, FTAM, G.723, GIOP, GRE, GSM, GSS-API, GTP, H.225, H.245, H.263,
  HTTP, IAX2, ICEP, IEEE 802.11, IEEE 802.3 Slow protocols, INAP, IP,
  IPsec, ISAKMP, iSCSI, ISIS, ISL, ISMP, ISUP, JXTA, Kerberos, KINK,
  Kpasswd, L2TP, LDAP, LMP, M3UA, MANOLITO, MEGACO, MGCP, MIP6, MMSE,
  MQ, MRDISC, MTP2, NCP, NDMP, NDPS, NFS, NLM, OCSP, OSI options, PIM,
  PKIX1Explitit, PKIX Qualified, PKTC, Portmap, PPP, PRES, PROFINET DCP,
  Q.2931, Q.931, Q.933, RADIUS, RDM, RPC, RSVP, RTP, RTSP, RX, SCCP, SCSI,
  SCTP, SDP, sFlow, SIP, SKINNY, SM, SMB (SMB, PIPE, LOGON, Mailslot),
  SNA, SPNEGO, SRVLOC, SUA, TCAP, TCP, Telnet, TFTP, TZSP, Vines, WSP,
  X11, X.509, XML,
- New and updated capture file support:
  5Views, HP nettl
2005-05-06 13:54:48 +00:00
tron
389326f3f2 Avoid endless loop in the rsvp dissector which allowed a remote DoS.
Bump package revision because of this change.
2005-04-28 16:46:44 +00:00
tv
f816d81489 Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. 2005-04-11 21:44:48 +00:00
tron
ba45d77eb0 Remove unnecessary "post-patch" target". 2005-03-14 15:34:57 +00:00
salo
c659d70418 Update to version 0.10.10
This release fixes three security and stability-related issues:

- Matevz Pustisek discovered a buffer overflow in the Etheric dissector.
  (CAN-2005-0704)
- The GPRS-LLC dissector could crash if the "ignore cipher bit" option was
  enabled. (CAN-2005-0705)
- Diego Giago discovered a buffer overflow in the 3GPP2 A11 dissector. This
  flaw was later reported by Leon Juranic. (CAN-2005-0699)
- Leon Juranic discovered a buffer overflow in the IAPP dissector.
- A bug in the JXTA dissector could make Ethereal crash.
- A bug in the sFlow dissector could make Ethereal crash.

Everyone is encouraged to upgrade.

New and updated features:
=========================
- Tree view item context menus now let you browse to the display filter
  reference and wiki pages for a particular protocol.
- Online help has been expanded.
- VoIP call analysis (including nifty connection diagrams) has been added.
- GSS-API decryption has been greatly enhanced.

New protocol support:
=====================
AgentX, BUDB, DTP, G.723, IDP, INAP, KINK, Realplayer Data Protocol, Retix
Spanning Tree Protocol, RTCP-XR, XML, XNS, SPP

Updated protocol support:
=========================
3GPP2 A11, ACSE, AMR, ATM, BER, BSSGP, BUTC, CDP, CLNP, CoSine L2, DAAP,
DCE/RPC, DCOM, DIAMETER, DNP, DNS, Etheric, FCP, FW-1, Gnutella, GPRS, GSM A,
GSM MAP, H.225, H.245, H.248, H.450, HTTP, IAX2, ICQ, IEEE 802.11, IEEE 802.3
Slow Protocols, IP, iSCSI, ISUP, Juniper, JXTA, Kerberos, L2TP, LDAP, MIP,
MPLS, NDMP, NSIP, NTP, OSPF, OXID, PostgreSQL, RADIUS, RDT, Redback, RMCP,
RTP, RTSP, SCSI, SCTP, SDP, SPNEGO, SSL, STUN, TCAP, TCP, TZSP

New and updated capture file support:
=====================================
DBS Etherwatch, Lucent/Ascend, Nettl, Tcpdump (Redback)
2005-03-14 15:09:28 +00:00
tron
4178410f5c Fix security vulnerability in dissector for CDMA2000 A11 packets.
Bump package revision.
2005-03-10 10:05:32 +00:00
agc
b12d62efb5 Add RMD160 digests. 2005-02-24 12:13:41 +00:00
salo
3da2407cf8 Remove attributes in prototype for unnamed pointers.
ethereal svn version is laready fixed.

From PR pkg/29065 by Greg A. Woods.
2005-01-31 22:53:54 +00:00
salo
a566372d8a Update to version 0.10.9
This release fixes the following security-related issues:

- The COPS dissector could go into an infinite loop. (CAN-2005-0006)
- The DLSw dissector could cause an assertion, making Ethereal exit
  prematurely. (CAN-2005-0007)
- The DNP dissector could cause memory corruption. (CAN-2005-0008)
- The Gnutella dissector could cause an assertion, making Ethereal exit
  prematurely. (CAN-2005-0009)
- The MMSE dissector could free static memory. (CAN-2005-0010)
- The X11 protocol dissector is vulnerable to a string buffer overflow.
  (CAN-2005-0084)
- Please see the application advisory for more information

Everyone is encouraged to upgrade.

New and updated features:
=========================
- Ethereal will now detect and flag weak 802.11 WEP IVs.
- Windows Sniffer timestamp handling has been greatly improved.
- A bug which made Ethereal crash at startup on Windows 98 and Windows ME
  systems has been fixed.
- Ethereal and Tethereal now support a personal "hosts" file.
- Invalid field length handling has been greatly improved.
- The capture progress window title now shows the interface name.

New protocol support:
=====================
- ALC, AMR, CRMF, JXTA, NORM, PKIXCMP, PROFINET CBA

Updated protocol support:
=========================
- AIM, ARP, BGP, BOOTP/DHCP, COPS, DAAP, DCERPC EPM, DCERPC, DCOM, DHCPv6,
  DLSw, DNP, DNS, EAPOL, eDonkey, FC-dNS, FC-FCS, FC-SWILS, FCIP, FCSB3, FIX,
  GIOP, Gnutella, GSM A, GSM SMS, GTP, H.225, H.245, HTTP, ICMP, IEEE 802.11,
  IEEE 802a, image/GIF, image/JFIF, Kerberos, L2TP, LDAP, LLC, LMP, MGCP,
  MIME Multipart, MMSE, MPLS, MTP2, NBNS, NDMP, NMAS, NSIP, OLSR, PER, pflog,
  PGM, PostgreSQL, PPP, PRES, Q.931, RADIUS, RTCP, RTP, SDP, SEBEK, SIGCOMP,
  SIP, SLSK, SMB, SMPP, SRVLOC, SSL/TLS, T.38, TACACS, TCAP, TCP, X11

New and updated capture file support:
=====================================
- Windows Sniffer
2005-01-21 00:33:24 +00:00
minskim
4b9731c090 Add missing dependencies (glib2, pkgconfig) and bump PKGREIVISION. 2005-01-01 17:55:38 +00:00
salo
7b1114a3d4 Updated to version 0.10.8
This release fixes the following security-related issues:
- Matthew Bing discovered a bug in DICOM dissection that could make
  Ethereal crash. (CAN-2004-1139)
- An invalid RTP timestamp could make Ethereal hang and create a large
  temporary file, possibly filling available disk space. (CAN-2004-1140)
- The HTTP dissector could access previously-freed memory, causing a
  crash. (CAN-2004-1141)
- Brian Caswell discovered that an improperly formatted SMB packet could
  make Ethereal hang, maximizing CPU utilization. (CAN-2004-1142)

Please see the following advisory for more information:

    http://www.ethereal.com/appnotes/enpa-sa-00016.html

Everyone is encouraged to upgrade.

Changes:
========

New and updated features
- Ethereal now has a packet history, similar to most web browsers.
- Ethereal now supports custom window titles.
- Minor performance enhancements have been added.
- RTP analysis has been enhanced.
- Host name resolution has been improved.
- Ethereal can now track TCP PDU times.  See
  http://wiki.ethereal.com/TcpPduTime for more details.
- Ethereal now ships with netscreen2dump.py, a utility which converts
  netscreen packet-trace hex dumps to hex dumps that can be read by
  text2pcap.

New protocol support
- AoE (ATA over Ethernet), Bittorrent, CMIP, GPRS Mobility Management
  and Session Management, GSM MAP, Extended Security Services, Logotype
  Certificate Extensions, MAP Dialogue, Network Service Over IP, Online
  Certificate Status Protocol, PKIX Certificate, PKIX Qualified, PROFINET
  DCP, IO, Real-Time, Short Message Relaying Service, SSCF-NNI,

Updated protocol support
- 3GPP2 A11, ACSE, AIM, AODV, ASN.1 BER, ASN.1 PER, BOOTP, BSSGP, BVLC,
  CMS, COPS, DCERPC, DCERPC ISystemActivator, DICOM, DHCPv6, DNS, eDonkey,
  ENTTEC, Etheric, Frame Relay, FTAM, FW1, GIOP, GPRS LLC, GRE, GSM A,
  GSM SMS, H.225, H.245, H.450, HTTP, IPAddress, IPDC, IPMI, IPsec,
  ISAKMP, ISUP, JFIF, Kerberos, MQ, MTP3, NMAS, OPSI, PKIX1EXPLICIT,
  PKIX1IMPLICIT, PKIXProxy, PPP, PRES, Radiotap, RADIUS, ONC RPC, RTnet,
  RTP, SAP, SDP, SIGCOMP, SIGCOMP UDVM, SIP, SMB, SNMP, SONMP, SSCOP,
  SSL, Symantec Firewall, T.38, TCP, TDS, TSP, UDP, WSP, WTP, X.25,
  X.509af, X.509ce, X.509if, X.509sat,

New and updated capture file support
- pppdump
2004-12-17 18:35:38 +00:00
adrianp
0135e2b62a - Update to 0.10.7
- Add pcre support
- ok'ed frueauf@

From the website:

In order to avoid a naming conflict with the tcpreplay project, the "capinfo"
utility has been renamed to "capinfos".

New and updated features
Search wrapping is now a configurable option.

A lot of material has been added to the Developer's Guide. The User's Guide
has been updated as well.

The "Decode As..." dialog now supports DCERPC and SCTP.

The "Help" menu now includes a link to the wiki.

H.323 call analysis is now supported.

New protocol support
Cisco PAgP, DAAP, Etheric, Ethernet Configuration Testing Protocol, Ethernet
MAC Control Frame, ICE, Kerberos v4, Netscape certificate extensions, PKINIT,
PKIX1EXPLICIT, PKIX1IMPLICIT,

Updated protocol support
AIM, ARTNET, ASN.1 BER, ASN.1 PER, ASN.1, BGP, BOOTP, CIP, CLNP, COPS, DCERPC
MAPI, DCERPC SAMR, DCERPC, DCOM, DHCP, DHCPv6, DIAMETER, DNS, EAP, ENIP, EPM,
GRE, GSM A, GSM MAP, H.225, H.245, H.248 MEGACO, H.450, ISAKMP, iSCSI, iSNS,
ISUP, JFIF, Kerberos, LDAP, LDP, LLC, LWAPP, M2PA, MEGACO, MPLS, NCP 2222, NCP,
NDMP, NetFlow, NTLMSSP, OSCAR-ICQ, OSPF, RADIUS, RSVP, RTCP, RTP, RTSP, SCTP,
SDP, SES, SIP, Skinny, SMB, SNMP, SUA, T.38, TALI, TCAP, TCP, TDS, Teredo,
Time, X.509, X11,

New and updated capture file support
HP-UX nettl, NG Sniffer
2004-10-31 13:22:53 +00:00
adrianp
24229c7947 Fix build on Darwin by not using it's builtin libpcap 2004-10-09 12:09:15 +00:00
tv
c487cb967a Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10
in the process.  (More information on tech-pkg.)

Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.

Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
2004-10-03 00:12:51 +00:00
jlam
1a280185e1 Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:

	lib/libfoo.a
	lib/libfoo.la
	lib/libfoo.so
	lib/libfoo.so.0
	lib/libfoo.so.0.1

one simply needs:

	lib/libfoo.la

and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.

Also make LIBTOOLIZE_PLIST default to "yes".
2004-09-22 08:09:14 +00:00
adam
a3af25ec82 Changes 0.10.6:
* Windows preferences bug fixed
* New utility: capinfo
2004-08-13 11:31:28 +00:00
martti
83bb1ef3e0 Updated ethereal to 0.10.5
Multiple problems in Ethereal 0.10.4: It may be possible to make Ethereal
crash or run arbitrary code by injecting a purposefully malformed packet
onto the wire or by convincing someone to read a malformed packet trace file.

* Updated protocol support

  AIM, ASAP, ASN.1 BER, ARP, ATM, DHCP, CFPI, CLNP, DCERPC (DCERPC, LSA, NT,
  SAMR, SRVSVC, WKSSVC), EAP, ENIP, Frame Relay, GRE, H.225, H.245, H.450,
  HTTP, IAX2, IEEE 802.11, ISAKMP, iSNS, ISUP, JFIF, Kerberos, LMP, M3UA,
  MGCP, MPLS, MTP3, NCP, NetFlow, NFS, OSPF, PIM, RADIUS, RIP, RSVP, RTCP,
  RTP, RTSP, SCSI, SDP, SIP, SMB, SMTP, SNMP, SOCKS, SSL, T.35, TCP, VRRP,
  WBXML (User-Agent Profile), WSP, X11

* New protocol support:  DNP, ENRP, giFT, H.235, PacketCable, SigComp, SIR
2004-07-08 06:18:37 +00:00
xtraeme
c3c29845dc Update net/ethereal to 0.10.4.
== May 13, 2004

Ethereal 0.10.4 has been released.

This release fixes bugs in AIM, MMSE, SIP, and SPNEGO, as described in
the following advisory:

    http://www.ethereal.com/appnotes/enpa-sa-00014.html

Everyone is encouraged to upgrade.

New and updated features

  When built with GTK+ 2.4, Ethereal uses the new, greatly improved, file
  selection dialog.
  Export dialogs for Plain text, PostScript(R), PDML and PSML have been added.
  PostScript(R) output has been improved.
  The screen layout of the main window can be changed by Preferences now.
  Many other parts of the user interface have received improvements.
  Compressed and chunked transfer-coded HTTP bodies are now decoded.
  A new generic media dissector more cleanly handles HTTP and WSP
  Content-Type information.

New protocol support

  ANSI IS-801, BEA Tuxedo, DCERPC EFS, DICOM, GPRS LLC, GPRS SNDCP,
  IEEE 1588/PTP, PVSTP, MPLS Echo, RTPS
2004-05-14 09:20:31 +00:00
cube
8f61a4743f Update to 0.10.3. This release fixes several critical vulnerabilities in
some packet dissectors, you're strongly advised to update.

Changes from 0.10.0:
 => New and updated features
        (in 0.10.3)
      o Display filters now support the bitwise and (&) operator.
      o Protocol hierarchy statistics now have bandwidth columns.
      o The capture dialog has a new layout.
        (in 0.10.2)
      o The user interface has received further updates.  The Statistics
        menu layout has been improved, as well as the capture options dialog
        layout.
        (in 0.10.1)
      o Several updates were made to Ethereal's user interface.  The "File"
        menu now has a "most recently used" list.  The help menu was greatly
        expanded.
      o The "matches" operator now handles more data types.  For example,
        you can now use
                 smtp matches joespammer@example.com
        as a display filter.
      o I/O statistics now support 1ms resolution.

 => Bugs fixed
        (in 0.10.3)
      o http://www.ethereal.com/appnotes/enpa-sa-00013.html

 => Other notes
      o A lot of packet dissectors were either added or updated, as well as
        some capture file formats handlers.
2004-03-31 07:03:30 +00:00
wiz
a661ce60c0 PKGREVISION bump after openssl-security-fix-update to 0.9.6m.
Buildlink files: RECOMMENDED version changed to current version.
2004-03-26 02:27:34 +00:00
jlam
ec993afa1a LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globs
relative to ${WRKSRC}.  Remove redundant LIBTOOL_OVERRIDE settings that
are automatically handled by the default setting in bsd.pkg.mk.
2004-02-14 17:21:32 +00:00
reed
6d9af8d68d Bump package revisions for tiff update.
Tiff is backward compatible, but was broken on amd64 platform
so this makes sure new tiff is used.
2004-01-03 18:49:33 +00:00
martti
cca67cb5dd Updated ethereal to 0.10.0a
* Updated protocols
* Few new protocols
* Bug fixes
2003-12-15 10:34:33 +00:00
wiz
391b5798e6 Bump PKGREVISION for atk library major bump. 2003-12-13 00:45:21 +00:00
jschauma
fe19bb05b5 PKGREVISION++ after openssl update. 2003-11-12 03:39:39 +00:00
adam
aadd21d1a2 Don't use pcap_compile_nopcap() 2003-11-04 14:14:01 +00:00
adam
090b22dc57 Ethereal 0.9.16:
This release fixes potential security issues with the GTP, ISAKMP,
  MEGACO, and SOCKS dissectors.

New and updated features
  Ethereal has leapt forward into the 90's and added a toolbar.

  Ethereal and Tethereal can now force the data link type of captured
  frames.

  RTP analysis has been enhanced.

  Individual frames can now be marked as time references

  Service response time and general I/O statistics have been enhanced.  I/O
  statistics can now calculate client load (experimental).

New protocol support
  ACN, ALCAP, ANSI MAP, ASN.1 BER, BSSAP, DCE/RPC DRSUAPI, DCE/RPC
  INITSHUTDOWN, DCE/RPC RS_BIND, FC-SP, FICON, GSM BSSMAP, GSM DTAP, GSM
  SMS TPDU, GSM SMS, GSM SS, H.450, IOS 4.0.1 IS-637-A (SMS), IS-683-A
  (OTA), T.38, TCAP, TPCP

Updated protocol support
  AODV, ASN.1 PER, BSSGP, CDP, Cisco HDLC, COPS, DCE/RPC BROWSER, DCE/RPC
  DNSSERVER, DCE/RPC EPM, DCE/RPC LSA, DCE/RPC Messenger, DCE/RPC REG,
  DCE/RPC SVCCTL, DCE/RPC, DFS, DHCPv6, DOCSIS, EAPOL, ENIP, Frame Relay,
  FTP, GPRS, Gryphon, GTP, H.225, H.245, HTTP, ICMP, IEEE 802.11, IPX,
  ISAKMP, ISUP, LAPB, Laplink, LWAPP, MAPI, MDSHDR, MEGACO, MPLS, NCP,
  NDPS, NETLOGON, NFS, NTLMSSP, OSPF, OXID, PPP, Q.931, Q.933, RANAP, RIP,
  RTP, SAMR, SCCP, SCSI, SCTP, SDP, SIP, SMB, SMPP, SNMP, SOCKS, SONMP,
  SPOOLSS SRVLOC, SRVSVC, T.35, TACACS+, TAPI, TCP, TZSP, WKSSVC, WSP,
  X.25, Yahoo! Messenger

Updated capture file support
  Linux Bluez Bluetooth hcidump support has been added.

  Endace ERF and Network Instruments Observer, and NetXRay support has
  been enhanced.
2003-11-04 12:49:25 +00:00
xtraeme
22647b314b Updated to 0.9.15.
Patch provided by Adrian Portelli <adrianp@stindustries.net> in PR
pkg/22751.

Changes:

New and updated features

  Many often-requested features have been added with this release.  If
  you're running an older version of Ethereal you may want to have a look.

  Conversation List (aka "top talker") support has been added to Ethereal
  and Tethereal.  Protocol statistics in general have been updated.

  Searching capture files has been improved even more -- a new "contains"
  display filter operator that searches for strings in PDUs has been
  added.  The Find dialog now supports case-insensitive searches, hex data
  searches, and more.

  An H.225 dissector has been added.  It can automatically recognize RTP
  and RTCP conversations.

  A preference file has been added for disabled protocols.

  Color filters may now be imported and exported from within Ethereal.

  A new column type has been added for cumulative bytes.


New protocols

  GPRS BSSGP, GPRS NS, H.225, H.263, LWAPP, Laplink, Q.933, STUN


Updated protocols

  ArtNet, BOOTP/DHCP, DCE/RPC, DCERPCSTAT, DHCPv6, DOCSIS, ENIP, Ethernet,
  FCIP, Frame Relay, H.245, HTTP, IPsec, iSCSI, LDAP, LWRES, M2UA, M3UA,
  MEGACO, MTP3, NCP, NDPS, NFS, NTLMSSP, PPTP, Q.931, RPC, SAMR, SCCP,
  SCTP, SIP, SMB, SMPP, SNA, SNMP, SRVLOC, SUA, TCP, TDS, UCD, UDP, WSP,


Updated capture file support

  Support for Accellent 5Views and Endace ERF capture files was added.
  CheckPoint FW-1 and Novell LANalyzer support has been enhanced.

Changes in pkgsrc:

o Now it uses GTK2 by default
2003-09-16 21:01:06 +00:00