summaryrefslogtreecommitdiff
path: root/net/ethereal
AgeCommit message (Collapse)AuthorFilesLines
2001-06-30Get rid of "ETHEREAL_VERSION" variable by extracting the version numbertron2-13/+11
from the package name.
2001-06-12LIBS is automatically added to CONFIGURE_ENV by bsd.pkg.mk ifjlam1-2/+1
GNU_CONFIGURE is defined, so simply set LIBS to the appropriate value.
2001-05-27upgrade to 0.8.18.itojun2-5/+5
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)
2001-04-30Change build dependency from perl-5.* to perl>=${PERL5_REQD}. Also changejlam1-2/+2
dependency from libperl-5.* to libperl>=${PERL5_REQD}.
2001-04-21Move to sha1 checksum, and/or add distfile sizes.wiz1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc2-7/+1
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-03-28Terminate last linewennmach1-2/+2
2001-03-27Change BUILD_DEPENDS semantics:hubertf1-2/+2
first component is now a package name+version/pattern, no more executable/patchname/whatnot. While there, introduce BUILD_USES_MSGFMT as shorthand to pull in devel/gettext unless /usr/bin/msgfmt exists (i.e. on post-1.5 -current). Patch by Alistair Crooks <agc@netbsd.org>
2001-03-13Update "ethereal" package to version 0.8.16 using patches supplied bytron2-4/+4
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)
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2001-01-12re-enable ucd-snmp dependsitojun1-2/+2
2001-01-12upgrade to 0.8.14.itojun2-5/+10
Overview of changes in Ethereal 0.8.15: * HSRP updates (Heikki) * MGCP updates (Ed, Gilbert) * Fix infinite loop problem in ICQ dissector (Gilbert) * Enable optional building of ethereal/tethereal/editcap (Guy, Gilbert) * SMB fixes (Jeroen Ruigrok van der Werven) * More complete 'manuf' file. (Gerald) * X.25 updates (Olivier, Richard) * RADIUS updates (Guy) * AIM updates (Ralf Holzer) * WCCP 2.0 support * NG Sniffer file-reading fixes (Guy) * New dissector: Label Distribution Protocol (Richard) * tvbuff updates, fixes, additions (Gilbert, Guy) * New dissector: GVRP (Kevin Shi) * NVS v4 support (Mike Frisch) * RTSP updates (Guy) * Miscellaneous clean-ups (Guy, Gilbert) * NBIPX update (Guy) * Fix for improper buffer-overflow check in wiretap's pppdump support (Daniel Thompson) * ISAKMP fix (itojun) * Add TCP segment and UDP datagram checksumming code (Guy) * Added Router-Alert IP option, RFC 2113 (Ashok) * PPP updates (Burke Lau) * Mobile IPv6 support (Martti Kuparinen) * "Match Selected" works better with FT_STRING types (Ed Warnicke) * Windows time format bug avoidance (Richard) * X.25 over TCP support (Paul Ionescu) * Enable FT_BYTES display filtering (Ed Warnicke) * Added tethereal_static build target (Nathan) * Kerberos update (Nathan, Guy) * DLT_LINUX_SLL capture type support, used with current libpcap captures on the Linux "any" device. (Guy) * CLNP update (Guy) * TFTP update (Guy) * BGP update (Greg Hankins) * OSPF update (Guy) * Capture updates and fixes (Guy) * LAPBETHER support (Richard, Guy) * TCP update for TCP MD5 signature (Greg Hankins) * SMB-PIPE fix (Richard) * Display filter creation GUI (Guy, based on work by Jeff Foster) * Updates to HTTP (uPnP and SSDP support) (David Hampton) * Preferences API updates (Guy) * DEC LANBridge Spanning Tree Protocol support (Paul Ionescu) * X.25 over LLC support (Paul Ionescu) * CDP update for IP Prefix field (Paul Ionescu) * Tvbuffication of dissectors (Guy, Gilbert) * Frame Relay and Frame-Relay-over-GRE support (Paul Ionescu) * Support for NG Sniffer Frame Relay traces (Jeff Foster) * Conversation/dissector registration updates (Guy) * MTP3 User Adaptation Layer (M3UA) support (Michael Tuexen) * Doco updates (Guy) * SOCKS fix for crashing in a conversation ping-ping (Jeff Foster) * IEEEE 802.11 fix (Guy) * Proper (I think) lineheight calculation in proto_draw.c (Gilbert) * HTTP dissector can accept registration from sub-protocols (Guy) * make-reg-dotc.py speeds up build on Win32 (Gilbert) * LLC update (Guy) * SCTP updates (Michael Tuexen) * ISDN Q.921-User Adaptation Layer (IUA) support (Michael Tuexen)
2000-12-08Fix build failures if the "ucd-snmp" package is installed and add atron1-6/+11
dependency on it so that SNMP support is always enabled.
2000-11-29Add missing files to the PLIST.mycroft1-1/+4
2000-11-27Set USE_LIBTOOL and LTCONFIG_OVERRIDE.mycroft2-4/+7
Correct PLIST for libtool changes.
2000-11-23Update to 0.8.14. No changlog entry, but website states:abs2-6/+6
An exploit for a buffer overrun in the AFS dissector was recently released on BugTraq. Ethereal 0.8.14 fixes this and other possibly-exploitable overruns. Also new in 0.8.14 are dissectors for WAP, SIP, AIM/OSCAR, 802.11, GIOP v1.2, and MGCP (plugin). Other dissectors were updated as well. Be sure to upgrade to 0.8.14 as soon as possible
2000-10-28Update to 0.8.13.mjl2-4/+4
Changes: New dissectors include H.261, TPKT, and IGRP, RTP and RTCP were re-written, and many other dissectors were updated and improved. The wiretap library enables Ethereal to read Nokia-firewall tcpdump files, Shomiti Surveyor 3.x files, pppd log files (pppdump format), and NetXRay ATM files.
2000-09-15Update ethereal to 0.8.12.hubertf2-4/+4
This version understands our PPP protocol again (PPP over serial, i.e.). Other changes: Ethereal now understands Kerberos 5, rsh, and Zebra, and has the initial work done for BXXP. Ethereal (via our wiretap library) can now read Cisco Secure IDS iplog files. Ethereal's Help menu option finally gives help. Many other updates and fixes were made in version 0.8.12.
2000-09-05Update build dependency on perl to build in correct directory if perljlam1-2/+2
interpreter is not found.
2000-08-28Use PERL5 variable for location of perl5 binary.jlam1-2/+2
2000-08-05Plugins are installted into "lib/ethereal/plugins/${ETHEREAL_VERSION}".tron2-8/+10
2000-08-05Add mirror on "ftp.sunet.se" to master site list.tron1-2/+3
2000-08-03Update ethereal to 0.8.11.frueauf2-4/+4
Overview of changes in Ethereal 0.8.11: * Set locale in tethereal (Guy) * Dialog box utility routines (Guy) * Modal window fixes (Guy) * GUI cleanups (Guy) * Add support for preferences (Guy) * IPv4 DiffServ is a preference (Guy) * Add strcasecmp.c for those systems that need it, like SINIX-M (Uwe) * BOOTP magic cookie fix, option-dissection fix (Guy) * SNMPv3 fix for security model values 1 and 2 (Guy) * Make AH payload dissection placement a preference (Gilbert) * Timestamp display fix (Guy) * CLNP TSAP fix (Guy) * NFS filehandle dissection for ReliantUNIX and Linux nfsd/knfsd (Uwe) * TCP summary info in protocol tree is an option (Gilbert) * OSPF enhancements and fixes (Michael Rozhavsky) * inet_aton()-related build fixes (Guy) * UDP has heuristic dissector table, and uses it for RPC (Uwe) * Dissection of RPCSEC_GSS credentials in ONC RPC (Dug Song) * DNSSEC additions/name changes (Jakob Schlyter) * Error message cleanups (Guy) * DNS support for MS's WINS and WINS-R resource records (Guy) * tvbuff-ication of H1 dissector, and response identifier display change (Gerrit Gehnen) * SCTP dissector (Michael.Tuexen@icn.siemens.de) * Capture-window titlebar fix (Gilbert) * Support for building SVR4 binary packages (Gerald) * proto_tree/dfilter interaction change (Gilbert) * Fix URL for libpcap (Guy) * Improved autogen.sh script (Bruce Korb) * Add "debian" target to Makefile (Olivier) * Tethereal packet-count and new-line fix (Gilbert) * SNMP "agent address" trap PDU display fix (Guy) * Support for many more DHCP options (Jose Pedro Oliveira) * Compiler-warning fixes in wiretap (Guy) * Reset "visited" flag when rescanning a file (Gilbert) * Add RPM and SRPM build targets (Gerald) * Another shot at the undead libpcap monster fix (i.e., extra info in headers for ss990915 libpcap) (Guy) * Add aclocal-flags to fix build headaches (Guy) * In proto_tree_add_item(), access tvbuff before adding anything to proto_tree. (Gilbert) * Add Quake 1 dissector (Uwe) * GIOP dissector warns about unsupported GIOP versions (Gilbert) * dfilter2pod build fix (Gilbert) * Re-write of NCP dissector. Adds python to build. :) (Gilbert) * Fix Edit->Filters...->Apply (Richard) * Add DIAMETER dissector (David Frascone) * Display TCP RST data as text, as per RFC 1122 (Guy, with tip o' hat to Kevin Steves) * Support for capturing from a pipe (FIFO or STDIN). (Olivier) * Cross-platform build fixes (Guy) * Fix directory-checking routines (Guy) * Display filters now work on string types (Gilbert) * Initial templates for decoding all 4 NLM protocol versions (Uwe)
2000-07-15Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,agc1-2/+4
which takes entries of the format <make-definition-name>=<pkgname>. This has not been added to MAKEFLAGS because (a) premature optimisation is the root of all evil, and (b) because the .for loop used to implement this shows the wrong results when multiple prefices are evaluated. Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying them considerably. ALso simplify the logic to calculate the prefix as well.
2000-07-14The previous method of using a make target for finding a prerequisiteagc1-2/+2
package's prefix would not work as part of the environment specification via MAKE_ENV (as it would not be executed in the correct directory). Fix this by invoking pkg_info(1) directly, not via an intermediate make(1) step - this is not as clean, but more effective (i.e. it works).
2000-07-11Make the determination of the pre-req package's installed directory beagc1-2/+2
a bit more user-friendly. Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-10Hardcoding X11PREFIX into package Makefiles forces the user to installagc1-2/+2
xpkgwedge once, before any other packages have been installed, and never to delete it. This change finds the prefix of the installed pre-req package using pkg_info(1), and allows packages to be found in ${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
2000-07-05Update ethereal to 0.8.10.frueauf3-9/+9
Overview of changes in Ethereal 0.8.10: * Code cleanup (Gilbert) * Assign port 1052 to DDTP (Olivier) * Add syslog dissector (Gerald) * Build cleanup (Guy) * X11 dissector (Christophe, Guy) * RPC cleanup (Guy) * tvbuffication (Olivier, Gilbert) * Remove dead tos_str symbol (itojun) * More manufacturer ether codes (Gaetan Soltesz <gaetan@cisco.com>) * Support for capturing on Linux ATM interfaces (Mark Clayton) * NG Sniffer file reading fixes (Joerg, Guy) * Make 'tethereal -h' look similar to 'ethereal -h' (Joerg) * Support for "Update list of packets in real time" on Win32 (Graham) * Win32 makefile dependency fix (Graham) * Fix for people who don't read the FAQ. I.e., fix for calling snmp_set_full_objid(0 in packet-snmp.c (Guy) * OSI fix (Guy) * ISIS fix (Guy) * AFS volume name display fix (Guy) * tvbtest enhancements (Guy) * Treat TCP follow temp file as binary, for Win32 (Guy) * Read NetXRay 2.002 files (Joerg, Guy) * Fix octet string buffer overflow in packet-snmp.c (Guy) * asn1.c/packet-snmp.c code cleanup (Guy) * Variable name ("cf"/"cfile") cleanup (Ben Fowler) * GUI-code enhancements (Guy) * Wiretap enhancements (Guy) * Support for OSI CLTP (Guy) * ISAKMP padding fix (Guy) * GUI progress bar change (Guy) * Debian build-file fix (Olivier)
2000-06-30Make this package xpkgwedge-safe by using the new X11PREFIX definitionagc1-2/+2
in preference to X11BASE when trying to find the installed location of X11 libraries, programs and headers (which will change if xpkgwedge is installed). [X11BASE reflects the location of the X11 libs, headers and programs. X11PREFIX reflects the installed location of X11 packages.]
2000-06-10Update ethereal to 0.8.9.frueauf3-9/+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)
2000-05-11Changes in 0.8.8:hubertf3-9/+9
Various protocol dissectors were updated in Ethereal 0.8.8, including DHIS/DDTP, OSI CLNP, CLTP, and ISIS, PPP, RTSP, IPv6, LPD, RTSP, DNS, FTP, ISAKMP, and SINEC H1. Ethereal now has dissectors for OSI ESIS, RTCP, RTP, and the MS Proxy Protocol. The GUI behavior has been tweaked, the Win32 version now has a program icon, and some internals (for those of you who are interested in hacking on Ethereal) have changed.
2000-04-18Update ethereal to 0.8.7.frueauf3-9/+9
Overview of changes in Ethereal 0.8.7: * Small memleak in "Find Frame" plugged (Guy) * Correct behavior for stopping frame search (Guy) * RPM spec file fix (Patrick Higgins <phiggins@transzap.com>) * Disable "Update list of packets in real time" and "Automatic scrolling in live capture" for Win32 (Gilbert) * Avoid using zero-length arrays in packet-rsvp.c (Guy) * Add wtap_read() func to wtap.c (Richard, Guy) * Update to SMB Browse (Richard) * Rlogin dissector (Jeff Foster) * Re-arrange dissector_add() calls and make some dissectors static for dissectors under TCP and UDP (Guy) * Remove unused value_string in packet-llc.c (Guy) * Add DOCSIS BPDU (Johannes Hennecke <Johannes.Hennecke@elsa.de>) * Separate variables for "File|Open" and "File|Save [As]" (Guy) * BGP confederations support (Greg Hankins) * Correct display of FT_BOOLEANs inside bitfields (Gilbert) * Catch loops in DNS names. Avoids zlip DNS DoS exploit (Guy) * Compile tethereal and editcap for Win32 (Gilbert) * Support CIFS-over-TCP w/o NBSS (Mark Muhlestein) * .cvsignore updates (Ben Fowler) * Add SOCKS[45] dissector, plus changes to conversation.c (Jeff Foster) * Fix int size for I and S LLC frames. (Guy) * Update packet-osi.c [CLNP] (Guy) * Update packet-isis.c (Guy) * Fix typo in packet-h1.c (Guy) * Update Win32 doco (Guy) * Fix null filter string display in summary dialogue (Guy)
2000-04-08Update ethereal to 0.8.6.frueauf3-10/+10
Overview of changes in Ethereal 0.8.6: * L2TP spelling fix (Florian) * RADIUS update (Florian) * LDAP build fix (Guy) * Fix for not being able to capture more than once in a session (Guy) * Developers' doc update (Guy) * Build fixes (Guy) Overview of changes in Ethereal 0.8.5: * Fix for reading Toshiba ISDN router trace files (Gilbert) * Fix proto_* calls in various dissectors (Guy, Gilbert) * Fix offset in packet-ipp.c (Guy) * Documentation updates (Guy, Olivier) * Another iteration of the frame_data pointer/GtkCList headache (Guy) * Support for DUMP and EXPORT replies in packet-mount.c (Uwe) * Support for MPLS (Ashok) * RSVP fixes (Guy) * Fix TCP Stream (Guy) * Break proto_tree_add* functions into many more (Gilbert, Guy) * Win32 version uses HOMEDRIVE and HOMEPATH instead of HOME (Guy) * More *BSD zlib fixes (Guy) * Fix to handle SNMPv2 TRAP PDUs (Dietmar Petras) * Fix SNMP (Guy) * Fix "Find Frame"/"Go To Frame" dialogue boxes (Guy) * Plugin API fixes (Guy) * LAPB update (Olivier) * EIGRP update (Guy) * V120 update (Guy) * RADIUS changes (Florian Lohoff) * Add new filterable fields to eth, tr, fddi, isl (Jeff Foster, Gilbert) * Add Novell option decoding (Fredrik Sorensson <fsn@volvo.se>> * More proto- and dfilter- assertions (Gilbert, Ben Fowler <wapdev@leedsnet.com>) * Fix IPv6 fragment handling (Jochen Friedrich) * DNS update (Guy, Itojun) * IPv4 udpate (Guy) * Enable capturing in Win32 (Paul Welchinski) * Fix for SMB (Andreas Sikkema) * Wiretap update; fix for Netmon reader (Guy) * L2TP fixes (Florian Lohoff) * NFS update (Guy) * Telnet update (Guy) * Per-frame proto data (Richard) * ASN.1 update (Guy) * PPP over GRE fix (Gilbert) * ISIS-HELLO fix (Ralf Schneider) * Display filter string length fix (Ralf Schneider) * Re-work of LDAP dissector (Doug Nazar) * Win32 file-save fix (Andreas Sikkema) * Add getopt routine for Win32 (Gilbert) * BGP route reflection support (Greg Hankins <gregh@twoguys.org>) * BOOTP fix (Michael Johnston) * Lex build fix (Guy) * Remove extra menu entries for "Find Frame" and "Go To Frame" (Guy) * Wiretrace's iptrace reader now reads IBM SP switch traces (Jochen Friedrich) * HP-UX build fix (Guy) * Plugin update (Olivier) * Summary dialogue window fix (Guy) * Ethereal exit logic re-org (Guy) * Filter dialogue re-org (Guy) * Use GMemChunk for frame_data structs (Guy) * Allow registration of protocol handoffs (Jeff Foster, Guy) * Win32 build fix for new WinPcap library (Guy)
2000-03-07Update ethereal to 0.8.4.frueauf4-23/+9
Overview of changes in Ethereal 0.8.4: * Listen for exception on GDK_INPUT_EXCEPTION on sync pipe (Gilbert) * Correct timestamp bug in dissect_ipopt_timestamp() (Paul Ionescu, Olivier) * Win32 fixes (Ed Meaney) * Fix PLUGIN_DIR scanning (Olivier) * Support for Cisco Group Management Protocol (Guy) * Allow filtering on 24-bit integral fields (Guy) * Support for Cisco's Virtual Trunking Protocol (guy) * Enable plugins on Win32 (Gilbert) * Debian packaging changes (Olivier) * Win32 build fix (Gilbert) * Fix bug in tftp (Dietmar Petras) * Support for Time Protocol (Dietmar) * Support for win32 libpcap (Ed Meaney) * Typo in Makefile.am (Sean Walmsley <sean.p.walmsley@Hydro.ON.CA>) * Build fix, plus suport for setuid ethereal [DANGEROUS!] (Peter Kjellerstedt <peter.kjellerstedt@axis.com>) * Typo fix in OSPF (Nick Amato) * Code movement (Guy) * NetBSD zlib build fix (Itojun, Guy) * Misc. code fixes (Guy) * Win32 fixes (Guy) * Support for SMB Mailslot and Netlogin (Jeff Foster) * BOOTP fix (Dietmar Petras) * "A header file for every dissector" (Gilbert) * Fix NetBIOS name types (Richard) * Allow for non-"struct timeval" in tethereal (Gilbert) * Upgrade gtkclist.c to GTK+-1.2.7 (Gilbert) * Support raw IP nettl captures (Olivier) * Fix X.25 data structure initialization (Olivier, Guy) * New WTAP error code: WTAP_ERR_UNSUPPORTED_ENCAP (Guy) * LanMan fix (Richard) * Doco updates (Guy) * Fix for UCD SNMP 4.1.x * "Resolve Name" item in proto tree popup (Laurent) * Buffer fix (Guy) * SMB Logon fix (Richard, Jeff Foster) * Tethereal fix for multi-arg filters on command line (Guy) * Fix HTTP request and response (Laurent) * Support for Dynamic Host Information Services (Olivier) * Add TCP segment length to TCP packet summary (Fred Reimer) * Pop up single packet's proto tree in new window (Jeff Foster, Guy) * Developer's README, finally! (James Coe, Guy, Jeff Foster, Gilbert) * Support for HP-UX 11 nettl files (Olivier) * Make scrollbar placement option ubiquitous (Guy) * Support for Sinec H1 protocol (Gerrit Gehnen) * Show version number resource in COTP (Gerrit Gehnen)
2000-02-12Patch wiretap/configure to properly enable zlib for NetBSD,fredb2-5/+19
as suggested by itojun.
2000-02-07remove unneeded patchwiz2-15/+5
2000-02-06Update ethereal to 0.8.3.frueauf2-4/+4
Overview of changes in Ethereal 0.8.3: * Win32 path delimiter fixes (Guy) * clnp fix (Guy) * tethereal initialization fix (Guy) * Debian packaging files (Olivier) * NFS readdir* segfault fix (Uwe) * file_seek() fix (Guy) * "struct timeval"/"struct bpf_timeval" fix (Guy) * TFTP Option Extension (RFC 2347) support (Craig Newell) * Menu fixes (Gilbert) * PPP sequence number fix (Gilbert) * Support for NetXRay WAN traces (Gilbert) * X.25 fix (Guy) * TCP Follow EBCDIC toggle fix (Gilbert) * New get_home_dir() function for HOME env var (Gilbert, Guy) * Additional NLPIDs (Guy) * New "ethereal_static" make target (Nathan) * Capture window close button fix (Nathan) * Plugin directory symlink scanning fix (Olivier) * Add SNMP trap port to udp dissector (Guy)
2000-01-27Add & sync.frueauf1-0/+3
2000-01-27Update ethereal to 0.8.2.frueauf4-5/+22
Overview of changes in Ethereal 0.8.2: * Add editcap as standard install target (Guy) * Add manpage for editcap (Guy) * GUI code movement (Guy) * Read-only Win32 support (Gilbert, Guy) * L2TP updates (Laurent Cazalet, Thomas Parvais) * select() workaround for Linux libpcap bug (Guy) * Cisco CDP fixes (Guy) * Hex dump option in TCP Stream window (Olivier) * Assorted frame numbering fixes (Guy) * Filterable RTSP fields (Jason) * X.25-over-Ethernet support, perhaps (Guy) * Export and usage of NLPID values (Guy) * zlib fix for {Free,Open,Net}BSD (Guy, Itojun) * Add tethereal and manpage (Guy) * Doc updates (Guy, Gilbert) * Fix type in hex printing in netbios (Gerald) * Work around RedHat 6.1 libpcap filter "feature" (Gerald) * Fix alignment issues (Guy) * Tethereal mods (Nathan) * Use gmodule for dynamic linking instead of libltdl (Gilbert) * Build fixes (Guy) * Plugins in tethereal (Olivier) * Editcap mods (Richard) * Change code to use strchr() instead of index() (Guy) * Change code to use strrchr() instead of rindex() (Guy) * Pop-up menus with right-clicks (Jerry Talkington) * Packet scrolling option in capture dialogue window (Guy) * Full NFSv3 support (Uwe) * Fix byte-order and alignment problems in PPTP (Thomas Quinot, Debian bug 55347) * Support for both HP-UX 9.04 and HP-UX 10.20 nettl files (Olivier) * "Inactive Subset" in ISO 8473 CLNP (Gerrit Gehnen) * Vines update (Joerg) * tm_mon fix (Guy) * New proto_item_set_text() and proto_tree_add_notext() functions (Guy) * New functionality in dissect_rpc_string() (Guy) * CDP fixes (Paul Ionescu) * packet_info and ethernet changes (Guy) * LLC updates (Guy) * Flag for IPv4 TOS field/DiffServ field (Heikki Vatiainen) * Cisco ISL support (Guy) * Workaround for GTK+-1.2.[3-6] text widget bug (Gerald) * Menu updates and fixes (Gerald, Gilbert, Guy, henceforth "3G") * Parse multiple COMMUNITIES value in BGP (Itojun)
2000-01-10Update ethereal to 0.8.1.frueauf2-4/+4
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
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-12-30Update ethereal to 0.8.0.frueauf3-6/+12
Overview of changes in Ethereal 0.8.0: * RPC and NFS updates, complete NFSv2 support (Uwe, Gilbert) * Initial TNS support (Nathan) * Documenatation and distribution updates (Gilbert, Guy, Itojun, Gerald) * SMB fixes (Gilbert, Richard, Olivier, Greg Kilfoyle) * Color preference fixes and updates (Guy) * NetBIOS fixes (Guy) * IPX fixes and updates (Guy, Nathan) * Capture/file save facility updates (Guy) * Add IPX stats to capture window (Gilbert) * Appropriately enable/disable the "follow" menu item (Florian) * ICQ fixes from Guy and Kojak (Guy) * Add Christopher McAvaney's format_text() fix (Guy) * Stream window color prefs (Gerald) * Myriad GUI fixes and enhancements (Gilbert, Guy) * RADIUS fixes thanks to Arni Raghu <arni@caip.rutgers.edu> (Gilbert) * VLAN updates (Nathan) * Byte view fixes (Nathan) * Initial TACACS+/XTACACS support (Nathan) * Multiple file format capability in wiretap and Ethereal (including Snoop, Netmon 1.x, Sniffer, Netxray, and various flavors of libpcap) (Guy, Olivier, Nathan) * Added editcap to the distribution (Richard) * Enhancements to wiretap's file output capabilities (Guy) * Add our own SNMP PDU dissector; other SNMP fixes and updates (Guy) * ASN.1 code added; used by SNMP dissector, and available for other use by other dissectors (Guy) * LLC/SNAP fixes and updates (Guy, Nathan) * NTP fixes (Guy, Gerald) * ISAKMP updates from Dave Chapeskie (Guy) * Reduced dependency on "global.h" (Gilbert, Guy) * HTTP updates from Jerry Talkington (Guy) * Added IRC dissector (Nathan) * DNS updates (Nathan) * Added James Coe's patch(es) to add SRVLOC and NCP-over-IP support (Guy) * CLI fixes and enhancements (Guy) * ARP improvements (Nathan) * Capture length fixes for IRIX (Guy) * BGP updates from Greg Hankins, and other BGP fixes (Itojun) * Added Philip Gladstone <philip@raptor.com>'s patch to check IP header checksum (Gilbert) * GRE updates, merged code from Jerry Talkington (Guy) * AppleTalk updates, including NBP and RTMP dissectors (Nathan, Guy) * Initial LDAP support (Nathan) * X.25 updates (Olivier) * Plugin support (Olivier) * Fixes for packet-ip.c (Guy, Gilbert) * Jerry Talkington's patch to move filter prefs to their own dialog (Guy) * Fixes for RedHat's modified version of libpcap (Guy) * WCCP dissector from Jerry Talkington (Guy) * rwho/rwhod/ruptime support added (Gilbert) * Added Bert Driehuis <driehuis@playbeing.org>'s I4B wiretap module and V.120 decoder (Gilbert, Guy) * RSVP fixes (Gilbert) * NCP fixes and updates, other fixes from James Coe (Nathan, Guy) * Q.931 updates from Bert Driehuis (Guy) * ISDN4BSD updates (Guy) * Support for ISIS thanks to Stuart Stanley (Guy) * Support for Dearborn Group Technology's Gryphon as a plugin (Gilbert) * Win32 port updates (Guy) * LPD segfault fixes reported by Gregor Glomm (Gilbert) * GUI page added to preferences (Gilbert) * Libtool integrated with the distribution (Gerald, Guy, Itojun) * OUI updates (Guy) * Summary-dialog-on-empty-capture segfault bug squished (Guy)
1999-11-29Update ethereal to 0.7.9.frueauf2-4/+4
Overview of changes in Ethereal 0.7.9: * Compilation warning fix (Guy) * Updates to Q.931 (Guy) * Updates to Q.2931 (Guy) * Display filter widget uses GtkCombo (Gerald) * Added SNMP over Ethernet (Gilbert) * Small changes to display filters from tcp follow and match selected (Gilbert) * Fix problem and update SMB (Richard) * Update portmap (Uwe) * Update NFS (Uwe) * Support for iptrace 1.0 files (Gilbert; thanks to Florian Lohoff <flo@rfc822.org> for sample trace files) * Update support for netmon 2.0 files (Guy) * Updates to ATM (Guy) * Updates to ARP (Guy) * Updates to DNS (Guy) * Support for both PPP and LAPB as WAN links in NG Sniffer files (Guy) * Colorize TCP streams (Gerald) * Make autoconf check for correct contents of libz library (Guy) * Updates to About box (Guy, Gilbert)
1999-11-24Update ethereal to 0.7.8.frueauf2-4/+4
Overview of changes in Ethereal 0.7.8: * Added RPC and NFS (Uwe) * Added IGRP/EIGRP (Don) * "Print" button in TCP Follow window (Warren Young) * BGP enhancemnets (Itojun, Greg) * Wiretap support for Toshiba ISDN router traces (Gilbert) * More filterable fields (Guy, Laurent) * AIX and IBM C compiler fixes (Craig Rodrigues) * General fixes (Guy) * LPD dissector segfault fix (Gilbert) * ICQ update (Kojak) * VLAN update (Nathan) * "Find Frame" function (Guy) * Support for newer libpcaps, and broken RH 6.1 libpcap (Guy) * DNS update (Brian J. Murrell), and similar NBNS update (Guy) * More DNS updates (Guy) * "Go to frame" function (Guy) * Added IMAP (Nathan) * Added various RPC stubs (Nathan) * Added portmap (Nathan) * Added LAPD (Gilbert, Guy) * LLC fix (Guy) * Added Q.931 (Guy) * SMB updates and segfault fixes (Richard) * Added bootparams (Nathan) * Added ypserv (Nathan) * Conversation code fix (Guy) * Added mount and stat (Nathan) * Added MAPI (Nathan) * IPv4 address comparison and subnet testing in display filters (Gilbert) * Added NLM (Uwe) * More IPX SAP types (Nathan) * Automatic ETT_* enum number registration (Guy) * Added SAP (Session Announcement Protocol) (Heikki) * Wiretap support for ATM iptrace files (Guy, Gilbert) * OSPF fix (Heikki) * General routines for registration of "init" routines (Guy) * Added ILMI (SNMP over ATM AAL5) (Guy) * Added SSCOP (Guy) * Added Q.2931 (Guy) * "Match selected" produces display filters with field names (Gilbert) * IPX packet summary resolves IPX network names and MAC addresses (Gilbert) * POP fixes (Heikki) * Added VRRP (Heikki) * Display filter "Reset" button (Laurent) * Added HSRP (Heikki) * SNA packets show hex dump with EBCDIC converted to ASCII (Gilbert) * Added Cisco Auto-RP (Heikki) Overview of changes in Ethereal 0.7.7: * Check header length in IP header (Guy) * Fix printf formats in packet-rx.c (Guy) * NTP changes (Tomislav Vujec) * Add conversation mechanism and generalize net/datalink address storage (Guy) * Fix ipproto.c bug (Guy) * Removed erroneous assert in packet-sna.c (Gilbert) * Support for Appletalk DDP, Banyan Vines, and SNA FID type 4 addresses in "address" type code (Guy) * Fixes for Appletalk and Vines (Guy) * Add ICQ dissector (Kojak) * Remove compilation warnings in packet-snmp.c (Tomislav) * Remove compilation warnings from packet-smb.c (Richard) * Add make-reg-dotc to let non-GNU makes work. (Guy) * Fix AIX compilation (Guy, Gilbert) * Fix autoconf weird-path problem (Guy) Overview of changes in Ethereal 0.7.6: * Fix xdlc bug (Guy, Gilbert) * Add name resolution option to GUI. (Laurent) * Fix LLC bug (Guy) * Display filter bug fixes Santeri Paavolainen <santtu@ssh.fi> Dewi Morgan <dewim@sco.com> (Gilbert) * Print changes (Guy) * NG Sniffer FDDI time unit fix (Guy) * Fixes for SINIX (Uwe Girlich) * Lots of fork/sync fixes (Guy) * Add filename to Capture dialog box (Guy) * New display filters for many protocols (Laurent... the man!) * Check for bad packet lengths in many protocols (Laurent, Gilbert, Guy) * More SMB fields and fixes (Richard, Guy) * NBNS fix (Richard) * POP fix (Laurent) * Fix behavior for bad color filters (Gilbert) * Default colors for color wheel (Santeri Paavolainen <santtu@ssh.fi>) * ZLIB error messages (Guy) * Display filter byte-string syntax additions (Gilbert) * IPv6 proto_tree and display filter support (Lareunt, Jun-ichiro) * Added info to protocol registration (Gilbert) * Added signed integer support to display filters (Phil Techau) * IPv6 fixes (Jun-ichiro) * ASCII/EBCDIC conversion in TCP Follow window (Gilbert) * Add DOUBLE filtering to display filters (Gilbert) * OSPF fix to dissect MD5 field (Tony Hard <thart@avici.com> * Automated method of finding proto_register functions (Guy) * Wiretap support for nettl (HP-UX trace tool) (Olivier) * Added BPDU (Christophe Tronche) * Added SNA (Gilbert) * Added RIPng, PIM (Jun-ichiro) * Added Yahoo messager and pager protocols (Nathan) * Added NTP (Nathan) * Added BGP (Jun-ichiro) * Added AFS, RX (Nathan) * Addef VLAN (802.1q) (Nathan) Overview of changes in Ethereal 0.7.5: * Fixed bug when reading files on FreeBSD (Guy) * Fixed compilation bug when disabling zlib on FreeBSD (Guy) Overview of changes in Ethereal 0.7.4: * Fixed Radcom file reader in wiretap (Olivier) * Add "--with-ucdsnmp" to autoconf (Bert Driehuis <driehuis@playbeing.org>) * Fix snoop reader for Solaris seek problem (Guy) * NetBIOS and NBIPX updates (Guy) * Capture dialogue changes (Guy, Laurent) * Movement of GTK files to subdirectory (Gilbert, Guy) * Wiretap support for Lucent/Ascent WAN router traces (Gerald) * Added dissector for Internet Cache Protocol (Peter Torvals) * Added dissector for Internet Printing Protocol (Guy) * Show the IP flags as 4 bits (Daniel Ryde <ryde@tripnet.se>) * Changed usage of FT_BOOLEAN (Gilbert) * Fixed bugs with short packets and eth, tr, and fddi (Gilbert, Guy) * Fix for IPX SAP types (Mark H. Wood <mwood@IUPUI.edu>) * TRMAC now uses dfilter variables (Gilbert) * randpkt added; produces trace file of random packets (Gilbert) * New helper macros in packet.h (Guy) * x.25 and lapb fixes (Olivier) * Wiretap compilation fixes (Laurent) * OSI fixes; CLNP now uses dfilter variables (Laurent) * New Collapse/Expand All function (Laurent) * Enhanced printing options (Guy) * zlib support for compress trace files (Ashok) * Fix ICMP timestamp dissection (Dirk Bonne <dirk@out1.mx.skynet.be>)
1999-10-22Use wildcard dependence for "gtk+" package.tron1-2/+2
1999-10-07Remove me as maintainer of those packages.tron1-2/+2
1999-09-04Update "ethereal" package to version 0.7.3. Changes since version 0.7.2:tron2-4/+4
- Fixed bug in RSVP, added RSVP+ support (Ashok) - Fixed bug in display filter parsing (Gilbert) - Allow compilation from different directory (Brad, <brad@openbsd.org>) - Packet colorization (John) - Updated RSVP decoder (Ashok) - Fixed Token-Ring for more Linux 2.0 drivers (Tom Gallagher <Tom.Gallagher@madge.com>) - Change to usage of boolean fields in display filters (Gilbert) - Optimized GTKClist (Guy) - Optimized wiretap/ethereal interaction (Guy) - Handle NBNS continuations (Richard) - Started ATM support (Guy) - Enhanced user-friendliness via default behaviors and error messages (Guy, Gilbert) - Fixed ICMP/IGMP checksums (Richard Jørgensen <ric@tbit.dk>) - Removed security-related race-condition when capturing (Guy) - Lots and lots o' misc. fixes (Guy)
1999-08-30Make me the maintainer of this package.tron1-2/+2
1999-08-29Update "ethereal" package to version 0.7.2. Changes since 0.7.1:tron2-4/+4
Version 0.7.2 fixes another memory leak, and gets rid of a bottleneck in file loading. Loading files, especially large files, is much much faster now. NetBEUI decode support was added. Timeout handling with the -S option was fixed, as was a bug in the token-ring decoder. A new -R option was added to give Ethereal a load-time filter capability (as opposed to capture or display filters).
1999-08-28Update dependency on gtk+-1.2.4rh1-2/+2