home *** CD-ROM | disk | FTP | other *** search
- Windows Sockets PING Client Application - WSPING32
- Copyright (C) 1993-1995 by John A. Junod. All rights reserved.
-
- (PLEASE REVIEW THE ENTIRE CONTENTS OF THIS FILE!!!!)
-
- THE INFORMATION AND CODE PROVIDED IS PROVIDED AS IS WITHOUT WARRANTY
- OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO
- THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
- PURPOSE. IN NO EVENT SHALL JOHN A. JUNOD BE LIABLE FOR ANY DAMAGES
- WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS
- OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF JOHN A. JUNOD HAS BEEN
- ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
-
- **********************************************************************
- * This program executable, help file and related text files may be *
- * used without fee by any United States Government organization, *
- * by individuals for non-commercial home use, and by students, *
- * faculty and staff of academic institutions. *
- * *
- * U.S. Government use: Free *
- * Non-commercial home use: Free *
- * Academic use: Free *
- * All other uses: Contact Ipswitch, Inc. for license information *
- * *
- * Archive sites: This program may be included on U.S. Government, *
- * academic and non-commercial Internet archive sites and on CD-ROM *
- * collections distributed by such sites, provided any charge is *
- * solely to recover the cost of distribution. Any such *
- * distribution must contain the complete program, including this *
- * file. Non-commercial Internet archive sites must not be in the *
- * business of making a profit from selling hardware, software, *
- * information or services. (SimTel and mirrors authorized) *
- * *
- * For distribution rights and for all other uses, including *
- * all corporate use, please contact Ipswitch, Inc. at *
- * <info@ipswitch.com> or (617) 676-5700 for license information. *
- * Ipswitch may also be contacted via mail at 81 Hartwell Ave., *
- * Lexington, MA 02173 or fax at (617) 676-5710. *
- * *
- * Ipswitch, Inc. develops and sells a family of TCP/IP products *
- * for a range of PC platforms: Acadia/VxD for Windows, Piper/IP *
- * for DOS and Windows, Vantage/IP for OS/2, the Catipult Netware *
- * to TCP/IP gateway, IMail electronic mail for Windows and INews *
- * network news for Windows. *
- **********************************************************************
-
- Description
- This program implements PING, traceroute and DNS specifically for
- Windows 95 and Windows NT. It does work on some network stacks
- on Win32s installed on Windows for Workgroups. PING is used to
- check network reachability of hosts. Its a trouble shooting tool.
-
- 95.10.09
- Interface changes. About dialog and license changes.
- DNS corrections.
-
- 95.07.08
- Changed design of main window.
- DNS fix.
- Dropdown listbox retrieves its host names from "HOST=xxxx"
- lines in the WS_FTP.INI file located in the Windows directory.
- This program does not update the dropdown list.
-
- Testing
-
- Traceroute functions in this program have only
- been tested on:
-
- Windows NT 3.5 with Microsoft TCP/IP
- Windows 95 with Microsoft TCP/IP
- WFWG 3.11 with Win32s 1.2 and Trumpet 2.0B
-
- Ping functions have been tested on:
-
- Windows NT 3.5 with Microsoft TCP/IP
- Windows 95 with Microsoft TCP/IP
- WFWG 3.11 with Win32s 1.2 and Trumpet 2.0B
- WFWG 3.11 with Win32s 1.2 and Ipswitch Acadia 1.0
- should work on anything EXCEPT MS TCP/IP 32 under
- WFWG 3.11 and Win32s.
-
- Lookup (Winsock) functions have been tested on:
-
- Windows NT 3.5 with Microsoft TCP/IP
- Windows 95 with Microsoft TCP/IP
- WFWG 3.11 with Win32s 1.2 and Trumpet 2.0B
- WFWG 3.11 with Win32s 1.2 and Ipswitch Acadia 1.0
- should work on anything
-
- Lookup (nslookup) functions have been tested on:
-
- Windows NT 3.5 with Microsoft TCP/IP
- Windows 95 with Microsoft TCP/IP
-
-