Search:

Type: Posts; User: ajay009ajay

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    991

    getProcessName By Port number

    Hi,

    I want to show process name or process id by port number.Port number is known but what process (id or name) is keeping it busy.
  2. #include /* if this gives you an error...

    #include <pcap.h> /* if this gives you an error try pcap/pcap.h */

    #include <sys/socket.h>
    #include <netinet/in.h>
    #include <arpa/inet.h>
    #include <netinet/if_ether.h> /* includes...
  3. Replies
    2
    Views
    903

    fetching port number

    I have a process (server.exe) which is accessing port number 1101. i am making another program which should to know what port is using process server.exe.

    How will i do it ?
  4. Read communication data of process by port number

    Hello All,

    I made 2 programs winserver.exe and winclient.exe file. Both program are sending and receiving message by socket. I am wanting to make 3rd program which will fetch data of receiving...
Results 1 to 4 of 4