nmap / npcap

Nmap Project's Windows packet capture and transmission library
https://npcap.com
Other
2.99k stars 516 forks source link

SSL support for libpcap dependency? #721

Open daluu opened 6 months ago

daluu commented 6 months ago

Hi,

Just curious whether the libpcap related functionality that Ncpap uses (or is bundled with) supports SSL/TLS? I wasn't sure if this is upstream at libpcap whether it can support it on Windows or not. So filed https://github.com/the-tcpdump-group/libpcap/issues/1299 to confirm.

But in any case, this report here is about being aware of and considering these 2 things:

On a related note was testing latest release of Wireshark 4.2.3 that includes Npcap 1.78, and observed these results hitting an rpcapd that had TLS enabled:

https://ask.wireshark.org/question/34101/rpcaps-or-remote-pcap-over-tls-support-in-wireshark-for-windows/

guyharris commented 6 months ago

Just curious whether the libpcap related functionality that Ncpap uses (or is bundled with) supports SSL/TLS?

Given that the code would require a third-party OpenSSL/LibreSSL library to support that, it's almost certainly not bundled.