I'm trying to develop a packet filtering software using Java and after some research I found out that its possible to use the JPCAP library to capture packets and apply the filter rules but I cant seem to get the jpcap library up and running. The link given netresearch.ics.uci.edu/kfujii/jpcap/doc/index.html isn't working anymore and the one on cnet isn't working (I can't import it). It's giving the error:
package jpcap doesn't exist