Update ethereal to 0.8.9.
Overview of changes in Ethereal 0.8.9: * Timestamps in RTP summary column (Jason Lango) * Fix build warnings (Ron Flory) * Make our GtkCList sortable (Graham Bloice) * Use F<> instead of B<> for files in man pages (Guy) * Fix a type IP packet counter (Gerald) * Build fixes (Gilbert, Guy) * Rename "private" to "dump", to avoid C++ reserved word (Guy) * Add tvbuff class and exceptions module (Gilbert, Guy) * Convert dissectors to use tvbuffs (Gilbert, Olivier, Guy) * Support ISAKMP Configuration Method (Yaniv Kaul) * Fix tethereal/wiretap error-reporting bug (Gilbert) * Add sample Makefile for regression testing (Gilbert) * Dissect substring filters in packet-ldap.c (Guy) * Fix wtap.h typo (Alan Harrison) * Change usage of 'fd' in file.c (Ben Fowler) * Fix endian bug in ngsniffer.c (Guy) * Fix smb-pipe NetServEnum (Guy) * Fix VTP to correctly add ipv4 address to proto_tree (Guy) * cf->current_frame fix for correctly displaying GtkCList (Guy) * SMUX and SNMPv3 support (Jochen Friedrich) * Fix snmp-less build (Guy) * Show Ethernet trailer (Gilbert) * Old-style fixes for bounds checking (Guy, Gilbert) * Make proto_tree_is_visible false more of the time (Guy) * Support for GRE over IPX (Paul Ionescu) * Move psuedo_header out of frame_data structure to save memory. Required changes in wiretap, too. (Guy) * Doco fixes (Guy) * Mark DCHP packets as DHCP, using bootp.dhcp flag. (Paul Ionescu) * Fix randpkt.c for new wtap_dump() (Gilbert) * Correctly handle 0-length FT_BYTES (Gilbert) * Header file fixes (Guy, Gilbert) * SMUX-related fix (Guy) * More wiretap zlib fixes (Guy) * Detect Cisco and Novell type IPX packets (Paul Ionescu) * Close the capture file descriptor (Mark Burton, Guy) * More ISAKMP additions (Yaniv Kaul, Guy) * Support for EIGRP over Appletalk and IPX (Paul Ionescu) * Fix display of IP fragment (Scott Howard) * Fix for Linux ISDN ippp devices (Gilbert) * Change handling of capture_ppp() (Gilbert) * SMB fixes (Mark Burton) * Support for reading compressed Sniffer fils (Tim Farley, Joerg, Guy) * GTK dialogue fixes (Guy) * Incorporate gtkclist.c from GTK+ 1.2.8 (Guy) * Initial SCTP support (Michael Tuexen) * Support for Mobile IP dissection (Stefan Raab, Gilbert, Guy) * Fix for X.25 dbit (Gilbert) * Enable more dissector handoff tables (Guy) * Win32 build enhancements (Graham Bloice) * X.25 LCN display fix (Olivier) * C/C++ typedef fixes (Guy, Andreas Sikkema) * Change proto_tree_add_*() calls to find more errors at compile time (Guy) * Fix plugin function pointer table (Gilbert) * Add "Enable name resolution" check box to File Open dialogue (Gilbert) * Fix RSVP for Resv Tear Confirm message (Gilbert) * Show ICMP sequence number as two bytes instead of integer of unknown-endiannes s (Gilbert) * Add gtk_set_locale() to main (Kaoru Kusunoki) * Make dissect_ah() use dissector handoff tables (Gilbert) * Fix L2TP dissector to call dissect_ppp() (Gilbert) * Support for COPS (Heikki)
This commit is contained in:
parent
a54e4e74e0
commit
23bf9511b8
3 changed files with 9 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.22 2000/05/11 16:32:53 hubertf Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2000/06/10 20:40:51 frueauf Exp $
|
||||
#
|
||||
|
||||
DISTNAME= ethereal-0.8.8
|
||||
DISTNAME= ethereal-0.8.9
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://ethereal.zing.org/distribution/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
$NetBSD: md5,v 1.16 2000/05/11 16:32:55 hubertf Exp $
|
||||
$NetBSD: md5,v 1.17 2000/06/10 20:40:52 frueauf Exp $
|
||||
|
||||
MD5 (ethereal-0.8.8.tar.gz) = fb9df9d4f9725ed168d7743ca80731d4
|
||||
MD5 (ethereal-0.8.9.tar.gz) = 89d7f4f7658b485ecedc3d78c85d1166
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2000/05/11 16:32:55 hubertf Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2000/06/10 20:40:53 frueauf Exp $
|
||||
bin/editcap
|
||||
bin/ethereal
|
||||
bin/tethereal
|
||||
etc/manuf
|
||||
lib/ethereal/plugins/0.8.8/gryphon.la
|
||||
lib/ethereal/plugins/0.8.8/libgryphon.a
|
||||
lib/ethereal/plugins/0.8.8/libgryphon.so.0.0
|
||||
lib/ethereal/plugins/0.8.9/gryphon.la
|
||||
lib/ethereal/plugins/0.8.9/libgryphon.a
|
||||
lib/ethereal/plugins/0.8.9/libgryphon.so.0.0
|
||||
man/man1/editcap.1
|
||||
man/man1/ethereal.1
|
||||
man/man1/tethereal.1
|
||||
@dirrm lib/ethereal/plugins/0.8.8
|
||||
@dirrm lib/ethereal/plugins/0.8.9
|
||||
@dirrm lib/ethereal/plugins
|
||||
@dirrm lib/ethereal
|
||||
|
|
Loading…
Reference in a new issue