Newsgroups : Borland : borland.public.delphi.internet.winsock : 2006 Aug : Re: Knowing a client PC working with internet !
| Subject: | Re: Knowing a client PC working with internet ! |
| Posted by: | "Gerhard Venter" (ieatspam4breakfast@spam.com) |
| Date: | Mon, 21 Aug 2006 14:13:11 |
"Amir" <cruz_hei@yahoo.com> wrote in message
news:44e9b454$1@newsgroups.borland.com...
>
> Hi anyone,
>
> I'm working on a client/server app by delphi7,
> and i want to know how Sysop pc know a client pc is working with internet,
> my mean is when a user on a client pc want to open a website or chatting
> with someone or downloading something,
> that mean is user on client pc is working with the internet, now
> in this status, client pc must send a report to server app
> (Sysop PC) that it's mean user is working with internet.
>
> How can i know this status?
> Any tips is interested
>
Most probably they are using a packet sniffer that listens to all network
packets. TCP packets have a source and destination IP and depending on the
protocol they can guess fairly accurately what is going on. Install Ethereal
and you can see for your self what is going on.
none