Click here to Skip to main content
15,886,362 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to develop network monitoring tool(in netbeans 7.0) in java to implement and analyze a server monitoring tool.A computer application that can intercept and log traffic passing over a digital network or part of a network.server monitoring tool is used by network administrators to manage the traffic,load and monitor any abnormal usage.it may also help in maintaining overall performance of network.
i want it to trace:
time stamp
source mac
destination mac
source IP
destination IP
source port
destination port
packet length

so i need help for this,i am unaware to initiate it.

What I have tried:

I have tried to develop this through java networking and using jnetpcap for windows os.
Is there any better way to develop the tool without using jnetpcap library.If yes then tell about that,if no then guide me more about these
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900