CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: UDP port scan

  1. #1
    Join Date
    Aug 2006
    Posts
    1

    Red face UDP port scan

    hi all, i'm now confusing with how to detect if a udp port of a remote server is open or not open .

    i can ping the server to find out wether it is offline using IcmpSendEcho().

    but ,the port, how can i get the status of the port?

    help me plz , thx in advance

  2. #2
    Join Date
    Mar 2005
    Posts
    226

    Re: UDP port scan

    create a stocket to the port and try sending in an SNMP command.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured