Commit graph

46 commits

Author SHA1 Message Date
itojun
ac3d998a9b re-enable ucd-snmp depends 2001-01-12 12:13:32 +00:00
itojun
25ad9e351e upgrade to 0.8.14.
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)
2001-01-12 12:13:10 +00:00
tron
844cb7e714 Fix build failures if the "ucd-snmp" package is installed and add a
dependency on it so that SNMP support is always enabled.
2000-12-08 10:56:03 +00:00
mycroft
ec3e067825 Add missing files to the PLIST. 2000-11-29 04:02:01 +00:00
mycroft
5db85a8447 Set USE_LIBTOOL and LTCONFIG_OVERRIDE.
Correct PLIST for libtool changes.
2000-11-27 20:16:56 +00:00
abs
cba7a38415 Update to 0.8.14. No changlog entry, but website states:
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-11-23 21:29:22 +00:00
mjl
2ba7be2bd3 Update to 0.8.13.
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-10-28 00:36:38 +00:00
hubertf
32653b852b Update ethereal to 0.8.12.
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-15 00:39:05 +00:00
jlam
60d8d28f10 Update build dependency on perl to build in correct directory if perl
interpreter is not found.
2000-09-05 09:33:15 +00:00
jlam
bb3a955498 Use PERL5 variable for location of perl5 binary. 2000-08-28 09:14:50 +00:00
tron
934b1c2ec3 Plugins are installted into "lib/ethereal/plugins/${ETHEREAL_VERSION}". 2000-08-05 07:33:37 +00:00
tron
83002cb38c Add mirror on "ftp.sunet.se" to master site list. 2000-08-05 06:48:55 +00:00
frueauf
4474aa961f Update ethereal to 0.8.11.
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-08-03 23:12:11 +00:00
agc
78748d628a Instead of the clunky SHOW_PKG_PREFIX, introduce an EVAL_PREFIX definition,
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-15 20:39:13 +00:00
agc
69cbb39071 The previous method of using a make target for finding a prerequisite
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-14 16:04:19 +00:00
agc
4aeac45f89 Make the determination of the pre-req package's installed directory be
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-11 14:53:35 +00:00
agc
e05e4735dd Hardcoding X11PREFIX into package Makefiles forces the user to install
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-10 10:40:39 +00:00
frueauf
2fdaff491a Update ethereal to 0.8.10.
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-07-05 21:52:43 +00:00
agc
d951a0d54f Make this package xpkgwedge-safe by using the new X11PREFIX definition
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-30 10:04:46 +00:00
frueauf
23bf9511b8 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)
2000-06-10 20:40:51 +00:00
hubertf
ee3f05b75e Changes in 0.8.8:
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-05-11 16:32:53 +00:00
frueauf
67cc004e1e Update ethereal to 0.8.7.
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-18 09:03:47 +00:00
frueauf
bb8d2d071c Update ethereal to 0.8.6.
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-04-08 19:27:01 +00:00
frueauf
5369e2825d Update ethereal to 0.8.4.
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-03-07 15:08:24 +00:00
fredb
dd63e1b170 Patch wiretap/configure to properly enable zlib for NetBSD,
as suggested by itojun.
2000-02-12 18:36:01 +00:00
wiz
b9aac96011 remove unneeded patch 2000-02-07 02:00:34 +00:00
frueauf
58b6a11bc8 Update ethereal to 0.8.3.
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-02-06 21:53:40 +00:00
frueauf
c2797043d7 Add & sync. 2000-01-27 22:13:18 +00:00
frueauf
b6e3d1b21f Update ethereal to 0.8.2.
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-27 22:11:51 +00:00
frueauf
d5ad0f8f27 Update ethereal to 0.8.1.
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-10 22:45:42 +00:00
abs
df05aef71f Strip trailing '.', and/or leading '(a|an) ' 2000-01-05 15:37:50 +00:00
frueauf
33785f4c6d Update ethereal to 0.8.0.
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-12-30 18:35:50 +00:00
frueauf
dee1331326 Update ethereal to 0.7.9.
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-29 21:20:05 +00:00
frueauf
d0bfd61054 Update ethereal to 0.7.8.
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-11-24 13:24:58 +00:00
tron
dac52b7e09 Use wildcard dependence for "gtk+" package. 1999-10-22 23:55:47 +00:00
tron
8d7d754dfa Remove me as maintainer of those packages. 1999-10-07 17:41:46 +00:00
tron
83c54dd1bb Update "ethereal" package to version 0.7.3. Changes since version 0.7.2:
- 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-09-04 20:47:37 +00:00
tron
b7d5b855ea Make me the maintainer of this package. 1999-08-30 07:03:51 +00:00
tron
7d1926f4ee Update "ethereal" package to version 0.7.2. Changes since 0.7.1:
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-29 23:44:21 +00:00
rh
6c7e0a91ff Update dependency on gtk+-1.2.4 1999-08-28 09:43:06 +00:00
tron
38c8305004 Replace broken Perl5 build dependence by standard build dependence. 1999-08-05 18:08:08 +00:00
hubertf
9f50afe1ad Update to V0.7.1. Changes:
Overview of changes in Ethereal 0.7.1:
* Fixed big memory leaks in dfilter code (Guy)
* Enhanced xdlc, llc, and x25 (Guy, Olivier)
* Made glossary-dump option not initialize X11 (Guy)
* Fixed logical operands in dfilter code (Gilbert)
* Added progress bar to display filter (Gilbert)

Overview of changes in Ethereal 0.7.0:
* Addition of RTSP and SDP dissectors (Jason)
* New proto_tree and display filter system (Gilbert)
* Updated SMB suport (Richard)
* RADIUS dissector added (Johan)
* Display filter text-entry does auto-reload (Guy)
* Now compiles on Win32 (Gilbert)
* Removed support for GTK+-1.[01].x (Gilbert)
* Column re-sizing changes (Guy)
* Linux ATM Classical IP support (Theirry)
* X.25 support in wiretap iptrace routine (Olivier)
* Wiretap fix for "-S" ethereal option (Laurent)
* LAPB and X.25 dissectors added (Olivier)
* FreeBSD compilation cleanups (Bill Fumerola,
	<billf@jade.chc-chimes.com>)
* Ability to print all packets at once (Guy)

Overview of changes in Ethereal 0.6.3:
* Capture dialogue window data bug-fix (Guy)
* PPPoE (PPP over Ethernet) added (Jeff Jahr)
* ISAKMP, GRE, PPTP added (Brad Robel-Forrest)
* RSVP added (Ashok Narayanan)
* Summary dialogue added (Aaron Hillegass)
* Match Selected GUI added (Ashok Narayanan)
* Display Option GUI allows change of Time column (Guy)
* GTK 1.[12] bug fix (Gilbert)
* Code clean up (Guy)
* strerror() added for platforms that don't have it (Guy)
1999-08-05 17:45:57 +00:00
tron
411cdc9285 Update "ethereal" package to version 0.6.2. 1999-06-04 11:52:04 +00:00
garbled
96f12ae727 add USE_X11=yes 1999-04-26 19:15:37 +00:00
rh
e1b7455df7 Update to ethereal-0.5.1
Adapt to new gtk10 package
1999-02-19 14:32:49 +00:00
hubertf
b0055458a0 GTK-based network packet analyzer. 1998-11-23 15:05:21 +00:00