Npcap - pcap_if UP flag
Shlomi Kadar-Levi <[email protected]>
| Newsgroups | gmane.comp.security.nmap.devel |
|---|---|
| Message-ID | <AM0PR0302MB336454C2E72A4BB8BF5E3CA8B0060@AM0PR0302MB3364.eurprd03.prod.outlook.com> |
Hi guys, I am using the Npcap library. I recently recognized that the code is missing the further implementation of recognizing when the interface is up or not. From looking at the code It seems to be a flag same as loopback flag. Currently there is only loopback flag supported: #define PCAP_IF_LOOPBACK 0x00000001 ///< interface is loopback I was wondering is the "up" support will be implemented soon? (#define PCAP_IF_UP 0x00000002 ///< interface is up) Thanks, Shlomi. _______________________________________________ Sent through the dev mailing list https://nmap.org/mailman/listinfo/dev Archived at http://seclists.org/nmap-dev/