You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You need to add a packet factory implementation (e.g. pcap4j-packetfactory-static.jar) to your classpath so Pcap4J can dissect packets and find TCP packets.
I am try to capture only TCP Packets using Packet.contains(TcpPacket.class) and it is not working even though I am getting TCP traffic.
The text was updated successfully, but these errors were encountered: