Im working with a packet sniffer program and i get following exception on compilation. Plz help me out....
Exception in thread "main" java.lang.Error : Unresolved compilation problem:
The method loopPacket(int, PacketReceiver) in the type JpcapCaptor is not applicable for the arguments (int, JpcapTip)
Exception in thread "main" java.lang.Error : Unresolved compilation problem:
The method loopPacket(int, PacketReceiver) in the type JpcapCaptor is not applicable for the arguments (int, JpcapTip)
Comment