diff options
author | frueauf <frueauf> | 1999-12-30 18:35:50 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1999-12-30 18:35:50 +0000 |
commit | 229586148a8822dd52132a962988b162f208a881 (patch) | |
tree | f11abcb46bc6a51bd2df12c8b9613e6b53a1335e | |
parent | f7cc02f221f317634192218c768046143bdc45f6 (diff) | |
download | pkgsrc-229586148a8822dd52132a962988b162f208a881.tar.gz |
Update ethereal to 0.8.0.
Overview of changes in Ethereal 0.8.0:
* RPC and NFS updates, complete NFSv2 support (Uwe, Gilbert)
* Initial TNS support (Nathan)
* Documenatation and distribution updates (Gilbert, Guy, Itojun, Gerald)
* SMB fixes (Gilbert, Richard, Olivier, Greg Kilfoyle)
* Color preference fixes and updates (Guy)
* NetBIOS fixes (Guy)
* IPX fixes and updates (Guy, Nathan)
* Capture/file save facility updates (Guy)
* Add IPX stats to capture window (Gilbert)
* Appropriately enable/disable the "follow" menu item (Florian)
* ICQ fixes from Guy and Kojak (Guy)
* Add Christopher McAvaney's format_text() fix (Guy)
* Stream window color prefs (Gerald)
* Myriad GUI fixes and enhancements (Gilbert, Guy)
* RADIUS fixes thanks to Arni Raghu <arni@caip.rutgers.edu> (Gilbert)
* VLAN updates (Nathan)
* Byte view fixes (Nathan)
* Initial TACACS+/XTACACS support (Nathan)
* Multiple file format capability in wiretap and Ethereal (including Snoop,
Netmon 1.x, Sniffer, Netxray, and various flavors of libpcap)
(Guy, Olivier, Nathan)
* Added editcap to the distribution (Richard)
* Enhancements to wiretap's file output capabilities (Guy)
* Add our own SNMP PDU dissector; other SNMP fixes and updates (Guy)
* ASN.1 code added; used by SNMP dissector, and available for other use
by other dissectors (Guy)
* LLC/SNAP fixes and updates (Guy, Nathan)
* NTP fixes (Guy, Gerald)
* ISAKMP updates from Dave Chapeskie (Guy)
* Reduced dependency on "global.h" (Gilbert, Guy)
* HTTP updates from Jerry Talkington (Guy)
* Added IRC dissector (Nathan)
* DNS updates (Nathan)
* Added James Coe's patch(es) to add SRVLOC and NCP-over-IP support (Guy)
* CLI fixes and enhancements (Guy)
* ARP improvements (Nathan)
* Capture length fixes for IRIX (Guy)
* BGP updates from Greg Hankins, and other BGP fixes (Itojun)
* Added Philip Gladstone <philip@raptor.com>'s patch to check IP header
checksum (Gilbert)
* GRE updates, merged code from Jerry Talkington (Guy)
* AppleTalk updates, including NBP and RTMP dissectors (Nathan, Guy)
* Initial LDAP support (Nathan)
* X.25 updates (Olivier)
* Plugin support (Olivier)
* Fixes for packet-ip.c (Guy, Gilbert)
* Jerry Talkington's patch to move filter prefs to their own dialog (Guy)
* Fixes for RedHat's modified version of libpcap (Guy)
* WCCP dissector from Jerry Talkington (Guy)
* rwho/rwhod/ruptime support added (Gilbert)
* Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module
and V.120 decoder (Gilbert, Guy)
* RSVP fixes (Gilbert)
* NCP fixes and updates, other fixes from James Coe (Nathan, Guy)
* Q.931 updates from Bert Driehuis (Guy)
* ISDN4BSD updates (Guy)
* Support for ISIS thanks to Stuart Stanley (Guy)
* Support for Dearborn Group Technology's Gryphon as a plugin (Gilbert)
* Win32 port updates (Guy)
* LPD segfault fixes reported by Gregor Glomm (Gilbert)
* GUI page added to preferences (Gilbert)
* Libtool integrated with the distribution (Gerald, Guy, Itojun)
* OUI updates (Guy)
* Summary-dialog-on-empty-capture segfault bug squished (Guy)
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/ethereal/files/md5 | 4 | ||||
-rw-r--r-- | net/ethereal/pkg/PLIST | 10 |
3 files changed, 12 insertions, 6 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index cf97c1e72b3..a757a6e9bf2 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 1999/11/29 21:20:05 frueauf Exp $ +# $NetBSD: Makefile,v 1.15 1999/12/30 18:35:50 frueauf Exp $ # -DISTNAME= ethereal-0.7.9 +DISTNAME= ethereal-0.8.0 CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ diff --git a/net/ethereal/files/md5 b/net/ethereal/files/md5 index f3d16bf3496..43e566282a9 100644 --- a/net/ethereal/files/md5 +++ b/net/ethereal/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.8 1999/11/29 21:20:06 frueauf Exp $ +$NetBSD: md5,v 1.9 1999/12/30 18:35:51 frueauf Exp $ -MD5 (ethereal-0.7.9.tar.gz) = 5a7f838b8ea5f31ee59f0977b94986cd +MD5 (ethereal-0.8.0.tar.gz) = 297ae32cc23a154497dad6a1f964bdb1 diff --git a/net/ethereal/pkg/PLIST b/net/ethereal/pkg/PLIST index 364ef96470d..7ee6cffbdd0 100644 --- a/net/ethereal/pkg/PLIST +++ b/net/ethereal/pkg/PLIST @@ -1,4 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 1998/11/23 15:05:21 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.2 1999/12/30 18:35:51 frueauf Exp $ bin/ethereal -man/man1/ethereal.1 etc/manuf +lib/ethereal/plugins/0.8/gryphon.la +lib/ethereal/plugins/0.8/libgryphon.a +lib/ethereal/plugins/0.8/libgryphon.so.0.0 +man/man1/ethereal.1 +@dirrm lib/ethereal/plugins/0.8 +@dirrm lib/ethereal/plugins +@dirrm lib/ethereal |