ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/experimental/host/vb_net_test/nettest.frm
(Generate patch)

Comparing experimental/host/vb_net_test/nettest.frm (file contents):
Revision 1.30 by pjm2, Wed Feb 28 11:59:54 2001 UTC vs.
Revision 1.31 by pjm2, Wed Feb 28 12:04:17 2001 UTC

# Line 407 | Line 407 | Private Sub Timer1_Timer()
407          ' prepare the contents of the XML packet.
408          seqNo = seqNo + 1
409          
410 <        ' Comment this line in the next protocol
411 <        'machineName = TCPSock.LocalHostName
410 >        netbiosName = TCPSock.LocalHostName
411          
412          LocalIP = TCPSock.LocalIP
413          packetDate = Date2Num()
# Line 467 | Line 466 | Private Sub Timer1_Timer()
466          ' build the contents of the XML packet
467          xml = "<packet seq_no=""" & seqNo & """ machine_name=""" & machineName & """ date=""" & packetDate & """ type=""data"" ip=""" & LocalIP & """>" & _
468                "<os>" & _
469 +                "<netbios_name>" & netbiosName & "</netbios_name>" & _
470                  "<name>" & osName & "</name>" & _
471                  "<version>" & osVersionMajor & "</version>" & _
472                  "<release>" & osBuild & "</release>" & _

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines