Hi,
I am using this simple example to sniff the packets :
What I have to do if I want to write for each package the destination/source IP, port , or the protocol type?
This is the example:
package simple_sniffer;
import java.io.BufferedReader;
import java.io.Console;
import java.io.IOException;
import java.io.InputStreamReader;
import jpcap.packet.Packet;
import...
2009-02-03 23:55:30 UTC in Network Packet Capture Facility for Java