Matt Hapner
Results
1
issues of
Matt Hapner
I am attempting to apply a BPF filter on an offline pcap file using pcap4j. Here's is the code I'm using: ``` handle = Pcaps.openOffline(tempFilename); handle.setFilter(' net 53.53.53.53', BpfProgram.BpfCompileMode.OPTIMIZE); Packet...