pcap4j icon indicating copy to clipboard operation
pcap4j copied to clipboard

Intercepting or dropping packets

Open s18924 opened this issue 4 years ago • 0 comments

Hello,

is there a way to intercept or drop certain packets using this library? I am writing a project to school where I have to change some fields in packet. I can do it using pcap4j, but after packet modification I can only send it to the network, which results in two packets (original and modified) I'd like to "catch" this packet, not only read, or drop the original one and send the modified.

s18924 avatar Jun 07 '21 12:06 s18924