Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
746 B

  1. Win32_PingProtocolStatus.Address="Nadir3",TimeToLive=80,Timeout=4000,BufferSize=32,NoFragmentation=FALSE,TypeofService=0,RecordRoute=1,TimestampRoute=1,SourceRouteType=0,SourceRoute=" ",ResolveAddressNames=FALSE
  2. Win32_PingProtocolStatus.Address="Products2",TimeToLive=80,Timeout=4000,BufferSize=32,NoFragmentation=FALSE,TypeofService=0,RecordRoute=1,TimestampRoute=0,SourceRouteType=0,SourceRoute=" ",ResolveAddressNames=TRUE
  3. select * from Win32_PingProtocolStatus where
  4. address = "157.59.129.178"
  5. and BufferSize=8184
  6. and RecordRoute=1
  7. and TimeStampRoute=1
  8. and SourceRouteType=0
  9. and Timeout=1000
  10. and TimeToLive=128
  11. and TypeofService=128
  12. and NoFragmentation=FALSE
  13. and ResolveAddressNames=TRUE
  14. and SourceRoute="157.59.129.178"