network monitoring

Hi,

I want to check all incoming network request to my system, and finding information about the clients who are trying to access my system (i.e. their IP Address etc.).

Like whenever a user access my system my application should be able to track that request.

But I am not able to find out how to start writing the program, i mean the way in which i would write the code and the APIs.

any help will be appreciated.

thanx in advance.

[470 byte] By [SandeepSirohia] at [2007-11-27 7:38:36]
# 1
> But I am not able to find out how to start writing> the program, i mean the way in which i would write> the code With something that isn't Java.
cotton.ma at 2007-7-12 19:19:11 > top of Java-index,Core,Core APIs...
# 2

> > But I am not able to find out how to start writing

> > the program, i mean the way in which i would write

> > the code

>

> With something that isn't Java.

Thanx,

I know that and but this time i want it to be in java only,

i have a rough idea but cant start until the picture isn't clear.

SandeepSirohia at 2007-7-12 19:19:11 > top of Java-index,Core,Core APIs...
# 3

> > > But I am not able to find out how to start

> writing

> > > the program, i mean the way in which i would

> write

> > > the code

> >

> > With something that isn't Java.

>

> Thanx,

> I know that and but this time i want it to be in java

> only,

Well that isn't possible. So you need to change what you want to something that is possible.

cotton.ma at 2007-7-12 19:19:11 > top of Java-index,Core,Core APIs...
# 4
> Well that isn't possible. So you need to change what> you want to something that is possible.well it is possible using jpcap (Packet capturing APIs for java), which allow a java program to capture network packat.:)
SandeepSirohia at 2007-7-12 19:19:11 > top of Java-index,Core,Core APIs...
# 5
tell me your os name and version.Vivek Patel
DOEACC@VIVSa at 2007-7-12 19:19:11 > top of Java-index,Core,Core APIs...