I used the version of jpcap from https://github.com/mgodave/Jpcap for reading existing Tcpdump (pcap) files.
The problem is that I need to parse IGMP packets, but it seems to me that the jpcap library does not provide any Java code for that.
any ideas?