summaryrefslogtreecommitdiff
path: root/net/ethereal
diff options
context:
space:
mode:
authoritojun <itojun@pkgsrc.org>2001-05-27 11:31:45 +0000
committeritojun <itojun@pkgsrc.org>2001-05-27 11:31:45 +0000
commit6130da6bd245886c8633ccd2474b41648044afec (patch)
tree62d0b948e4eacd6775f88a5462ded471c47c8761 /net/ethereal
parent8b673264e35f8e385bfdbd862120343f46d9dab3 (diff)
downloadpkgsrc-6130da6bd245886c8633ccd2474b41648044afec.tar.gz
upgrade to 0.8.18.
Overview of changes in Ethereal 0.8.18: * Improvement of 'make clean' targets. (gilbert) * Added the ethereal capture preferences to the preference file. (Jeff, Guy) * Fix automake packaging of win32-only files. (gilbert) * Remove "etypes.h" include from "ipproto.c" (gilbert) * Tvbuffify the ASN.1 code and the Kerberos, LDAP, and SNMP dissectors. (Guy) * Get rid of an unused variable, and fix a typo in a comment in packet-ldap.c (Guy) * packet-snmp.c Fix up a pile of NullTVB uses that were left in the previous checkin. (Guy) * Assorted cleanups in packet-kerberos.c (Guy) * packet-vines.c, packet-quake.c, packet-snmp.c, check for disabled protocols and set "pinfo->current_proto" (Guy) * Assorted ISIS enhancements. (Hannes Gredler) * When dissecting the ISIS NLPID CLV, use the "nlpid_vals" array to convert NLPID values to protocol names. (Guy) * In wiretap/buffer.c Fix "data" member of a Buffer structure g_malloc casting (Guy) * In wiretap/lanalyzer.c Removed g_assert_not_reached and return 0; from lanalyzer_open() loop. (Guy) * Fix the e-mail address for Joerg Mayer (and remove it from files he wasn't involved with). (Guy) * Quarterly (or so) update to manuf (Gerald) * Move the declaration of "ipprotostr()" out of "epan/packet.h" into a new "ipproto.h" header file. (Guy) * Move the declaration of "etype_vals[]" from "epan/packet.h" to "etypes.h". (Guy,Ed Warnicke) * Fix to a preferences dialog bug, from <inoue@ainet.or.jp>. (Guy) * Fix to WTP retransmission indicator dissection (Guy,Olivier Biot) * packet-bgp.c, packet-bgp.h tvbuffified (Heikki Vatiainen, Guy) * Add -I/usr/local/include" into CFLAGS because GLib 1.2.9 doesn't any more (Guy) * WTLS client and trusted key ID handling enhancements (Patrick Wolfe, Guy) * Tvbuffify packet-yhoo.c (Nathan Neulinger) * Makefile.nmake pulls in settings from config.nmake (Gram) * ascend-scanner.l, #define YY_NEVER_INTERACTIVE to avoid reference to isatty() on Win32 (Gram) * IP fragment reassembly (Ronnie Sahlberg, Guy) * Fixed problem with nmake compiling lemon.c twice (Gram) * Check the validity of numbers specified in command-line options. (Guy) * Add ONC RPC strings to the tree as strings, with a field index (Ronnie Sahlberg, Guy) * YPPASSWD support (Ronnie Sahlberg, Guy) * Distribute wtap.def (Gram) * Include "image/Makefile.nmake" in the distribution tarball. (Guy) * Fixed up the messages printed for the SSL checks (Guy) * Have status bar to display nothing, rather than "Text (text)", when a "proto_tree_add_text()" field is selected. (Ronnie Sahlberg, Guy) * Cleanup the text item pseudo-field for the '-G' option (Guy) * Get rid of the FT_-name-to-description filtering in eproto2sgml (Guy) * DCE RPC updates (Todd Sabin, Guy) * Cleanup packet-rsvp.c object class-specific types (Guy) * Added error messages to proto.c for BASE_NONE in FT_INTn & FT_UINTn (hagbard,Guy) * Added perl script to generate X11 dissector fields (Guy) * Include "process-x11-fields.pl" and "x11-fields" in the source distribution (Guy) * Fix up "process-x11-fields" to allow both a base *and* VALS to be specified (Guy) * Make the X11 fields that correspond to drawable IDs, masks, and the like display as hex rather than decimal. (Guy) * packet-x11.c - Use "%u", not "%d", to print unsigned quantities (Guy) * Add support for comments in "process-x11-fields.pl", and add a copyright notice/RCS ID/credit to Christophe to "x11-fields" as a comment. (Guy) * packet-eigrp.c - Put top-level item for a TLV into the protocol tree with a text value, for display if an exception occurs (Guy) * KLM support (Ronnie Sahlberg, Guy) * Put an RCS ID/GPL/copyright notice into the "process-x11-fields.pl" script (Guy) * tethereal.c - Add a "return 0;" at the end of main() to pacify MSVC 5 (Gram) * Fix Gerald's e-mail address - (Guy) * dfilter_expr_dlg.c - Treat BASE_BIN like BASE_DEC for numeric value of value_string (Guy) * README.developer - Explain BASE_{DEC,HEX,OCT,BIN} a bit more (Guy) * editcap.c - add return 0; to main routine (Guy) * TODO - Update the reassembly item to note that IPv4 fragments are now reassembled. (Guy) * SPRAY support (Ronnie Sahlberg, Guy) * rquota support completed (Ronnie Sahlberg, Guy) * When registering numeric fields, check that a base other than BASE_NONE was specified. (Guy) * Tvbuffification of the IPv6 and ICMPv6 dissectors, and some bug fixes (Heikki Vatiainen, Guy) * Get rid of NullTVB references. (Guy) * Get rid of END_OF_FRAME, BYTES_ARE_IN_FRAME references in tvbuffified dissectors. (Guy) * Move the declarations of IP protocol numbers to "ipproto.h" from "packet-ip.h". (Guy) * Get rid of unnecessary includes. (Guy) * Signed vs. unsigned fixes (Joerg Mayer, Guy) * Tvbuffify the RIPng dissector. (Guy) * RANAP support (Martin Held, Guy) * Modbus/TCP support (Riaan Swart, Guy) * Tvbuffify the Gryphon dissector. (Guy) * Undefine "isprint()" before re-defining it, to squelch a compiler warning. (Guy) * Configure.in - Fail if both UCD and CMU SNMP headers are found because of link problem (Guy) * If the SNMP headers were found but we failed to find "sprint_objid()", fail SNMP config (Guy) * Make "col_set_str()" and "tvb_reported_length_remaining()" available in plugins. (Guy) * Get rid of support for non-tvbuffified plugin dissectors. (Guy) * "-l" command-line option to turn on automatic scrolling in "Update list of captures in real time" captures (Christian Lacunza, Guy) * HPUX plugin support using g_module_supported (Guy) * Added support for DHCP Authentication extensions specified in draft-ietf-dhc-authentication-16.txt (Ashokn) * Added support for RSVP Refresh Reduction Extensions - draft-ietf-rsvp-refresh-reduct-05. (Ashokn) * Added one-line summary of each RSVP object in the object line. (Ashokn) * Additional OSPF LSA types and opaque-options flag (Michael Rozhavsky, Guy) * packet-wtls.c updates (Alexandre P. Ferreira, Guy) * IPX SAP over IPX EIGRP support, and IP EIGRP authentication updates (Paul Ionescu, Guy) * PIM enhancements and fixes (Heikki Vatiainen, Guy) * Support for dissecting XDR arrays (Ronnie Sahlberg, Guy) * NIS+ support (Ronnie Sahlberg, Guy) * Additional LDAP checks for invalid packets (Scott Renfro, Guy) * Better support of timestamps from NetXRay captures (Chris Jepeway, Guy) * Automake updates for next version of automake (Nathan Neulinger, Guy) * Updates for the next version of autoconf (Nathan Neulinger, Guy) * Passive FTP support (Juan Toledo, Guy) * Fix a text window, scrollbar bug reported by Christopher McAvaney (gerald) * Updates to OSPF for the changes between drafts 3 and 4 of * Various ISIS improvements (Jean-Christian Pennetier, Guy) * osi-util.c Fix postfix error in string generation (Chris Fould, Guy) * Support for Cisco-proprietary capabilities in BGP (Jian Yu) Overview of changes in Ethereal 0.8.17: * Display filter GUI fix (Guy) * Build fix: use SSL_LIBS if found by configure (Henri Gomez) * Fix 2 off-by-1 erros in the code that selects a field after user clicks on a byte in the hex dump (Gilbert) * Typo fixes to packet-q931.c (Thomas Gimpel) * Win32 build: create HTML doco (Gilbert) * Fixes for Lemon compilation (Guy) * Wiretap file-close fix (Guy) * Wiretap open() design fix (Guy) * New dissector: support for CUPS browsing protocol (Charles Levert) * Wiretap support for Cisco HDLC (Guy) * New dissector: Cisco HDLC (guy) * Tvbuffication of MOUNT dissector (Ronnie Sahlberg) * Tvbuffication of HCLNFSD dissector (Ronnie Sahlberg) * Memory double-free fix (Guy) * Change tvb_get_ptr() to return 'const guint8*' (Gilbert, Guy) * Fix for IEEE 802.11 trying to modify result of tvb_get_ptr() (Guy) * Update to CUPS (Guy) * Update to CLNP (Guy) * Fix for Win32 file renaming (Guy) * Update to MGCP (Ed Warnicke, Guy) * Update to STAT dissector (Ronnie Sahlberg) * Check for NULL in proto_tree_add_* routines (Guy, Jeff) * Tvbuffication of YPSERV (Ronnie Sahlberg) * Tvbuffication of BOOTPARAM (Ronnie Sahlberg) * New dissector: DCE RPC support (Tod Sabin) * Update to SMB mailslot, browse, pipe (Guy) * Update to SMB (Guy) * Add 48.48 PNG of new 3d logo (Gilbert) * Compiler warning fixes (Guy) * MS Proxy fix and tvbuffication (Guy, Jeff) * Move address routines to epan (Ed Warnicke) * Change "IEE 802.3" Ethernet label (Gilbert) * New feature: Protocol Hierarchy Statistics (Gilbert, Guy) * Win32 build: build wiretap as DLL, use WinPcap 2.1 (Gilbert) * New feature: multiple named data sources (Jeff, Guy) * Update to Frame Relay (Jeff, Guy) * New dissector: LMI for frame relay (Jeff) * New dissector: Wellfleet compression (Jeff) * Update to WTP (Guy) * Updates to AFS (Nathan) * Fix for WCP (Guy, Jeff) * Back out guint64 handling in wiretap netxray module (Guy) * Add APi for creating progess dialogues (Guy) * Tvbuffication of ICQ (Guy) * GTK-related code fixes (Eduardo PĂ©rez Ureta) * Update to RX (Nathan) * Add "-D" flag to tethereal to show list of all network interfaces (Guy) * Update to IP: check for small header lengths (Guy) * Update TPKT (Guy) * Fix for ICMPv6 crash (Olivier, found by Heikki Vatiainen) * Fix for "checksum bad" flags in proto_tree in IP, UDP, TCP (Guy) * Update to PPP (Guy) * Update to Q.931 (Guy) * New disector: BACNET (Hartmut Mueller) * Code movement from dissectors to epan (Ed Warnicke, Guy) * General code cleaning (Guy) * Win32: load wpcap.dll at run-time, not load-time (Gilbert) * Support for "Transparent Ethernet Bridging" (Guy) * New dissector: GTP (Michal Melerowicz) * Fix for ISAKMP : check for length of payload (Tim Newsham) * Win32 build: use NullSoft Installer to provide packaging (Gilbert) * Win32 build: keep version number in config.nmake, and generate text files that need that version number (Gilbert) * Win32 build: wiretap can use zlib (Gilbert) * Update to SNMP (Guy) * New dissector: RWALL (Ronnie Sahlberg) * OSI-over-PPP support, plus fixes to ISIS (Hannes Gredler) * Updates to SCTP (Michael Tuexen) * Wiretap: support for Ascend version 7 output (Gerald) * Fixes to NTP (Joerg Mayer) * Doco updates (Guy, Gilbert) * Fix for GTK file selection showing wrong directory in Open/Save As (Gilbert) * Win32: isprint() hack to keep GTK from not showing characters in hex dump and follow-tcp-stream window in certain cases (Gilbert)
Diffstat (limited to 'net/ethereal')
-rw-r--r--net/ethereal/Makefile4
-rw-r--r--net/ethereal/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/net/ethereal/Makefile b/net/ethereal/Makefile
index 020b2dd8171..a1a5266b01e 100644
--- a/net/ethereal/Makefile
+++ b/net/ethereal/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.45 2001/04/30 04:16:10 jlam Exp $
+# $NetBSD: Makefile,v 1.46 2001/05/27 11:31:45 itojun Exp $
#
-ETHEREAL_VERSION= 0.8.16
+ETHEREAL_VERSION= 0.8.18
DISTNAME= ethereal-${ETHEREAL_VERSION}
CATEGORIES= net
MASTER_SITES= ftp://ftp.ethereal.com/pub/ethereal/ \
diff --git a/net/ethereal/distinfo b/net/ethereal/distinfo
index 07f6b5fb2a7..4d3cd4dc4ff 100644
--- a/net/ethereal/distinfo
+++ b/net/ethereal/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2001/04/21 11:23:14 wiz Exp $
+$NetBSD: distinfo,v 1.3 2001/05/27 11:31:45 itojun Exp $
-SHA1 (ethereal-0.8.16.tar.gz) = 6aa6be9905072d93bbd53bb892825c05cd475dae
-Size (ethereal-0.8.16.tar.gz) = 1792953 bytes
+SHA1 (ethereal-0.8.18.tar.gz) = 24a41507e65a00c9dcd6b83ad24ac12f0305955f
+Size (ethereal-0.8.18.tar.gz) = 1938288 bytes