libdnet icon indicating copy to clipboard operation
libdnet copied to clipboard

libdnet provides a simplified, portable interface to several low-level networking routines.

Results 8 libdnet issues
Sort by recently updated
recently updated
newest added

With the addition of libcheck and the logic in the configure script. - Configure finds the include check.h in /user/include (not the sysroot). Using —with-check to the cross compile sysroot/usr...

Summary stats about compile/link time warnings: ```console [tkloczko@barrel SPECS]$ rpmbuild -ba --with check libdnet.spec --quiet 2>&1 | grep -- -W | sed 's/.*\[//; s/\]//' | sort | uniq -c |...

Hello there, I couldn't find whether this has already been covered, so filing an issue just to be sure. Apologies in advance if this is a known topic. [Nmap](https://nmap.org/) ships...

Hey, I encountered a problem when importing dnet into my python project. When executing the script it throws the following error: `ImportError: /home/marcelk/.local/lib/python3.9/site-packages/dnet.cpython-39-x86_64-linux-gnu.so: undefined symbol: ip_open` Any suggestions on wether...

In `./src/arp-win32.c`, `arp_loop()` will add invalid ARP-entries (because of incomplete ARP requests etc.). Was this intentional? It seems strange to do that (comparing to the `arp -a` command on Win8.1)....

The [current module](https://pypi.org/project/dnet/) on PyPi is the old python2-only version. It would be fantastic if this fork could get merged/blessed as the new upstream `dnet`. If that isn't possible perhaps...

As discussed in #63 - there are additional warnings that should be addressed: * -Wstringop-overflow= * -Wunused-variable * -Wunused-function As of ``2023-11-06``: ``` # rpmbuild -ba --with check libdnet.spec --quiet...