--- experimental/host/vb_net_test/nettest.frm 2001/02/28 11:59:54 1.30 +++ experimental/host/vb_net_test/nettest.frm 2001/02/28 12:04:17 1.31 @@ -407,8 +407,7 @@ Private Sub Timer1_Timer() ' prepare the contents of the XML packet. seqNo = seqNo + 1 - ' Comment this line in the next protocol - 'machineName = TCPSock.LocalHostName + netbiosName = TCPSock.LocalHostName LocalIP = TCPSock.LocalIP packetDate = Date2Num() @@ -467,6 +466,7 @@ Private Sub Timer1_Timer() ' build the contents of the XML packet xml = "" & _ "" & _ + "" & netbiosName & "" & _ "" & osName & "" & _ "" & osVersionMajor & "" & _ "" & osBuild & "" & _