I want to desing java application that montior internet activity. Let consider I open different browser and that sending and receving data from internet. My application requirment is that to monitor that sending and receving packets. So my application working as services that generate log of internet surfing. How this posible in the java?
I want to desing java application that montior internet activity. Let consider I open
Share
Try jNetPcap. The site is full of examples and tutorials.