From:	CRDGW2::CRDGW2::MRGATE::"SMTP::FALCON::TNIELAND"  5-SEP-1989 16:39
To:	MRGATE::"ARISIA::EVERHART"
Subj:	FYI: Library

Message-Id:  <8909052033.AA08870@crdgw1.ge.com>
Received: from FALCON by AAMRL.AF.MIL; Tue, 5 Sep 89 12:44 EDT
Date: Tue, 5 Sep 89 12:47 EST
From: Ted Nieland <@AAMRL.AF.MIL:TNIELAND@FALCON>
Subject: FYI: Library
To: everhart@arisia.decnet
X-Vms-To: IN%"everhart%arisia.decnet@crd.ge.com"

Glenn,

	I received the attached message in reguard to a library or SIG tape 
submission.  I asked him if he knew if it was either or both.  I thought I 
would pass it along to you (since you do operations).

Ted




From:	IN%"KXDCS%ASUACVAX.BITNET@CUNYVM.CUNY.EDU"  5-SEP-1989 12:09:20.21
To:	TNIELAND@AAMRL.AF.MIL
CC:	
Subj:	Question concerning my DECUS Submission

Return-path: KXDCS <@CUNYVM.CUNY.EDU:KXDCS@ASUACVAX.BITNET>
Received: from AAMRL.AF.MIL by FALCON; Tue, 5 Sep 89 12:08 EST
Received: from CUNYVM.CUNY.EDU by AAMRL.AF.MIL; Tue, 5 Sep 89 12:01 EDT
Received: from ASUACVAX.BITNET by CUNYVM.CUNY.EDU (IBM VM SMTP R1.2.1MX) with
 BSMTP id 6857; Fri, 01 Sep 89 23:46:29 EDT
Date: Fri, 1 Sep 89 16:58 MST
From: KXDCS%ASUACVAX.BITNET@CUNYVM.CUNY.EDU
Subject: Question concerning my DECUS Submission
To: TNIELAND@AAMRL.AF.MIL
X-Original-To:  TNIELAND@AAMRL.AF.MIL, KXDCS


Mr. Nieland,

Arizona State University recently submitted a collection of programs to DECUS
Library which contained a few of my programs. I am concerned about one of the
entries, an ethernet monitor, which I have noticed contains a rather nasty bug
that places the program in an eternal loop repeating a substring selection
error message. This was the unfortunate result of a hasty week of "final
touches" and minor enhancements in order to prepare for the DECUS release. I
have since corrected this problem and was wondering if you could point me to
the right person who could apply the fix to the distributed copy.

Sorry to trouble you.

Derwin Skipp
Computer Software Specialist
Computing Services
Arizona State University
ICSDCS@ASUACAD
KXDCS@ASUACVAX
KXDCS@ACVAX.INRE.ASU.EDU
(602) 965-4574)

Following a VMS Differences listing between the Fixed and Unfixed versions
of ETHERNET_MONITOR.PAS:


************
File DISK1:[SYSTEMS.SOURCE.EMON]ETHERNET_MONITOR.PAS;3
 1763           i                       : integer;
 1764           screen_end              : integer;
******
File DISK1:[SYSTEMS.SOURCE.EMON]ETHERNET_MONITOR.PAS;1
 1763           screen_end              : integer;
************
************
File DISK1:[SYSTEMS.SOURCE.EMON]ETHERNET_MONITOR.PAS;3
 1769           begin
 1770           display_protocol_screen;
 1771           for i := 1 to protocol_count do
 1772               begin
 1773               protocol_packet_count[i] := 0;
 1774               protocol_packet_bytes[i] := 0;
 1775               end;
 1776           end
 1777       else
******
File DISK1:[SYSTEMS.SOURCE.EMON]ETHERNET_MONITOR.PAS;1
 1768           display_protocol_screen
 1769       else
************

Number of difference sections found: 2
Number of difference records found: 9

DIFFERENCES /IGNORE=()/MERGED=1/OUTPUT=DISK1:[SYSTEMS.SOURCE.EMON]ETHERNET_MONIT
OR.FIX;1-
    DISK1:[SYSTEMS.SOURCE.EMON]ETHERNET_MONITOR.PAS;3-
    DISK1:[SYSTEMS.SOURCE.EMON]ETHERNET_MONITOR.PAS;1
