rejetto forum

[look4code] port-to-process

rejetto · 16 · 5616

0 Members and 1 Guest are viewing this topic.

Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
i think it would be very useful for many people, when the port is busy, if HFS could tell who is occupying it.
so, i need a function (not a software) to tell, from a port, what process (PID) is using it.
i already made some searching but found nothing till now.
any help is welcome.


Offline traxxus

  • Occasional poster
  • *
    • Posts: 62
    • View Profile
It exist already, its included in the xampp-packet.

Download it here:

http://traxxus.dyndns.org:100/Guests/xampp-portcheck.exe

The extracted files in one zip file:

http://traxxus.dyndns.org:100/Guests/xampp-portcheck.zip

I hope you can benefit from the file...
« Last Edit: July 02, 2007, 06:20:15 PM by traxxus »
traxxus.dyndns.org:100


Offline dA CLOwN

  • Occasional poster
  • *
    • Posts: 6
    • View Profile
xampp-portcheck.exe is a sfx rar archive. You'll get more info from it if you extract it's contents with WinRAR or something...
Laterz, dA CLOwN


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
sorry but no, i don't need a software doing it.
i cannot include the file openports.exe inside HFS.


Offline KalleB

  • Occasional poster
  • *
    • Posts: 97
    • View Profile
The file is not available right now, but last time I checked, I think there was source code included. It wasn't Delphi but VB so I don't know if you can "translate" it...


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
it was not the source code of openports.exe
it was another thing


Offline Foggy

  • Tireless poster
  • ****
    • Posts: 806
    • View Profile
may i suggest having a look on sourceforge if you dont wont software you should be able to get the source


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile
suggestion accepted

sadly my search (port and process) gave no good result


Offline Foggy

  • Tireless poster
  • ****
    • Posts: 806
    • View Profile
Id just try something simple like "open ports" or something similar its not real specific but you might have better luck


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile


Offline rejetto

  • Administrator
  • Tireless poster
  • *****
    • Posts: 13510
    • View Profile

Offline Foggy

  • Tireless poster
  • ****
    • Posts: 806
    • View Profile
maybe you could look into the windows command "netstat -o" it shows what i believe you are looking for with the address/pid etc, but im not sure if it would be of any help.


Offline Michel

  • Occasional poster
  • *
    • Posts: 20
    • View Profile
Maybe here:
http://www.wilsonc.demon.co.uk/delphi_6.htm -> IP Port Analyzer
The program is with source code...
------------------
Best regards,
Michel


Offline KalleB

  • Occasional poster
  • *
    • Posts: 97
    • View Profile