update to ethereal v0.9.0
-- Several new features have been added, including TCP graphs and ring buffer captures. The SMB dissector was completely rewritten and many enhancements were made to the user interface. The text2pcap utility can now handle a broader range of input data formats. The developer documentation also received many updates. Bug fixes include a workaround for an SNMP bug present several Linux distributions. Many dissectors were enhanced. Support for the following protocols was added: EAPOL M2TP MS RPC MTP2 PCNFSD PPP/EAPOL QLLC SMPP SUA Support for DBS Etherwatch, Visual Networks Visual UpTime, and VMS TCPIPtrace capture files was added. Ascend/Lucent debug Etherpeek, iptrace and MS Netmon capture file support was enhanced.
This commit is contained in:
parent
04989c1ad2
commit
1162305ee0
@ -1,12 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.56 2001/11/10 15:00:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.57 2001/12/25 19:08:42 jakob Exp $
|
||||
|
||||
COMMENT= network protocol analyzer
|
||||
|
||||
VERSION= 0.8.20
|
||||
VERSION= 0.9.0
|
||||
DISTNAME= ethereal-${VERSION}
|
||||
PKGNAME= ethereal-${VERSION}
|
||||
CATEGORIES= net x11
|
||||
NEED_VERSION= 1.474
|
||||
NEED_VERSION= 1.500
|
||||
|
||||
MASTER_SITES= http://www.ethereal.com/distribution/ \
|
||||
http://ethereal.zing.org/distribution/ \
|
||||
|
3
net/ethereal/distinfo
Normal file
3
net/ethereal/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (ethereal-0.9.0.tar.gz) = ffd8bd046f744264b7eec1b1e3dd3565
|
||||
RMD160 (ethereal-0.9.0.tar.gz) = 77194e12ead3751b16e4e00f9577d30184e1ecf2
|
||||
SHA1 (ethereal-0.9.0.tar.gz) = 8f78fedafc70d0f553ccec9b349a49ea926dd9b0
|
@ -1,3 +0,0 @@
|
||||
MD5 (ethereal-0.8.20.tar.gz) = 069cf917b94cacdc905041fe5d977675
|
||||
RMD160 (ethereal-0.8.20.tar.gz) = 840eb1f47b7cc0435c16bd26189dce0ffbfbadeb
|
||||
SHA1 (ethereal-0.8.20.tar.gz) = 7bbce67262631e856fd2dae032dc63da0fdf3a7b
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.20 2001/10/24 15:07:10 jakob Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.21 2001/12/25 19:08:42 jakob Exp $
|
||||
bin/editcap
|
||||
bin/idl2eth
|
||||
bin/mergecap
|
||||
@ -12,6 +12,11 @@ man/man1/mergecap.1
|
||||
man/man1/tethereal.1
|
||||
man/man1/text2pcap.1
|
||||
share/ethereal/manuf
|
||||
share/ethereal/dictionary.dtd
|
||||
share/ethereal/dictionary.xml
|
||||
share/ethereal/mobileipv4.xml
|
||||
share/ethereal/nasreq.xml
|
||||
share/ethereal/sunping.xml
|
||||
@dirrm share/ethereal
|
||||
@dirrm lib/ethereal/plugins/${VERSION}
|
||||
@dirrm lib/ethereal/plugins
|
||||
|
Loading…
Reference in New Issue
Block a user