Module org.jnetpcap

Package org.jnetpcap.windows


package org.jnetpcap.windows
Provides support for Pcap on Microsoft Windows platforms.

Two java wrapper implementations are provided by this package.

WinPcap
WinPcap is the legacy Pcap implementation on Microsoft Windows. However, WinPcap is no longer maintained by the original authors. None the less, WinPcap is still actively used by many projects.
Npcap
Npcap is the actively maintained, Nmap project's packet capture (and sending) library for Microsoft Windows that builds on legacy WinPcap implementation.