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

    Reading from ports using sockets

    basically you got many programs connected to ports. What I need help on is connecting to one of those ports of my choice and reading data that comes through.

    sl lets say this program voice.exe is running on port 2982. I can set it up so I can see whats coming out of my site on voice.exe and see if my ip adresses is going through etc.

  2. #2
    Join Date
    Oct 2010
    Posts
    68

    Re: Reading from ports using sockets

    You need to set your NIC in promiscuous mode to listen to the traffic that passes over it, then you can inspect the data yourself.

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