diff options
author | frueauf <frueauf@pkgsrc.org> | 2000-01-10 22:45:42 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 2000-01-10 22:45:42 +0000 |
commit | d5ad0f8f272b7f1b49ce95469eeac63486814f67 (patch) | |
tree | 890ed2920b23ac5741ce3c88db6960d2544f2973 /net | |
parent | 354fb3838434578b88aaf76bff9499f3d0b8a6a4 (diff) | |
download | pkgsrc-d5ad0f8f272b7f1b49ce95469eeac63486814f67.tar.gz |
Update ethereal to 0.8.1.
Overview of changes in Ethereal 0.8.1:
* Fix mulitiple-selection bug in packet list (Gilbert)
* Check for libtool and libtool version (Guy)
* Toshiba file reader handles relative dates (Gilbert)
* File|Open dialogue box directory hack (Gilbert)
* Modify appearance of lines and expanders in GUI proto tree (Gilbert)
* Make code ANSI-C compliant and other build fixes (Guy)
* Fix side effects of using GtkCTree and GTK_SELECTION_BROWSE (Guy)
* Abstract out some of the menu code from the GUI routines (Guy)
* Re-arrange some GUI code (Guy)
* "Default" button for resetting plugin filter string (Olivier)
* Plugin status save/restore (Olivier)
* Add notes about sniffing VMware connections (Gilbert)
* Add focus for "Find Frame" and "Go to Frame" (Guy)
* Reconcile differences in integer size used for ports
in conversation code and packet_info code (Gilbert)
* Empty string capture filters for libpcap craziness (Gerald, Guy)
* Manpage updates (Guy)
* Print packets as multiple pages of PostScript (Guy)
* Fix "Follow TCP Stream" print function (Guy)
* Avoid segfault in SMB reported by
Aaron Bush <abush@microcenter.com> (Gilbert)
* L2TP support (John Thomes)
* Allow printing during capturing
Diffstat (limited to 'net')
-rw-r--r-- | net/ethereal/Makefile | 4 | ||||
-rw-r--r-- | net/ethereal/files/md5 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index a757a6e9bf2..ab877313a2b 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 1999/12/30 18:35:50 frueauf Exp $ +# $NetBSD: Makefile,v 1.16 2000/01/10 22:45:42 frueauf Exp $ # -DISTNAME= ethereal-0.8.0 +DISTNAME= ethereal-0.8.1 CATEGORIES= net MASTER_SITES= http://ethereal.zing.org/distribution/ diff --git a/net/ethereal/files/md5 b/net/ethereal/files/md5 index 43e566282a9..7e3ae380e78 100644 --- a/net/ethereal/files/md5 +++ b/net/ethereal/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.9 1999/12/30 18:35:51 frueauf Exp $ +$NetBSD: md5,v 1.10 2000/01/10 22:45:43 frueauf Exp $ -MD5 (ethereal-0.8.0.tar.gz) = 297ae32cc23a154497dad6a1f964bdb1 +MD5 (ethereal-0.8.1.tar.gz) = 9471bd27d91844a2c84d01c2fcffaecc |