jdivert
jdivert copied to clipboard
A Java binding for WinDivert driver
Hello! Every time packet match program throws exception. For example, filter all icmp: `public static void main(String[] args) { WinDivert w = new WinDivert("icmp"); try { w.open(); // packets will...
Hi, got this stackTrace when tried to run program that use JDivert on a fresh windows 10. Is there any setup that needs to be done before actually running JDivert?...
Hi, this is my code: ``` import java.net.InetSocketAddress; import java.net.Socket; import java.net.UnknownHostException; import java.nio.ByteBuffer; import java.util.Scanner; import java.util.ArrayList; import java.util.List; import java.util.Date; import java.util.logging.Logger; import java.nio.ByteOrder; import java.io.IOException; import java.io.BufferedReader;...
When receiving an INBOUND packet, the value of direction field is always OUTBOUND.
As the new release is available we have to support and embed the new version inside our binding.
I noticed that the WinDivertAddress fields weren't set properly because the native memory of the JNA structure didn't get updated. > Note that if you use the structure's pointer as...