Please, I want to know the way (or JAVA source code) which can make me seeing all the information captured by this monitoring card.
Please, I want to know the way (or JAVA source code) which can make me seeing all the information captured by this monitoring card.
kismet?
Not sure I follow...
I have doubts that java could possably produce a driver, period. You could create almost a graphical front-end to interface with the hooked libraries... but thats about it.Quote:
or JAVA source code
Hi,
I understand the problem here. You need to code an interface to the device driver to be able to capture the information from that device, and then process and display that information in your own C# application using Windows XP.
Good luck!
IIt's hard to have access to the low-level stuff in java... but god luck
I have to agree, this pcap library has been really useful to me in regards to network traffic and monitoring. I normally script this with ruby, but im sure java wont be too hard to work with.
http://www.goto.info.waseda.ac.jp/~f...by/pcap-e.html