diff options
author | tron <tron@pkgsrc.org> | 2001-03-13 15:44:21 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-03-13 15:44:21 +0000 |
commit | 04d03a49dca15a4f11a2c574c1c9268b49a69e2f (patch) | |
tree | a7e84c8506f4d8a40cde92a1075d45505805dc4c /net/ethereal/Makefile | |
parent | 16892f78ac608a7444fc54b62f9509adc773841c (diff) | |
download | pkgsrc-04d03a49dca15a4f11a2c574c1c9268b49a69e2f.tar.gz |
Update "ethereal" package to version 0.8.16 using patches supplied by
Martti Kuparinen in PR pkg/12379. Changes since version 0.8.15:
- new dissectors include SUA Light, HCLNFSD, Rquota.
- many other dissectors were updated and bug-fixed
- the wiretap library can now read Etherpeek files, and write NetMon 2.x
files
- capture filters and display filters are kept in separate dialogues/files
to help minimize confusion.
- a new "Decode As" feature allows some run-time configuration of which
dissectors are called for a particular packet
- the display filter code was re-written, and some syntax changed (esp. for
boolean variables)
Diffstat (limited to 'net/ethereal/Makefile')
-rw-r--r-- | net/ethereal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile index 282cf8dcbc9..c07b9ac8910 100644 --- a/net/ethereal/Makefile +++ b/net/ethereal/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.42 2001/02/17 18:18:50 wiz Exp $ +# $NetBSD: Makefile,v 1.43 2001/03/13 15:44:21 tron Exp $ # -ETHEREAL_VERSION= 0.8.15 +ETHEREAL_VERSION= 0.8.16 DISTNAME= ethereal-${ETHEREAL_VERSION} CATEGORIES= net MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \ |