libdnet icon indicating copy to clipboard operation
libdnet copied to clipboard

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

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

wrong size of fields for icmp4 timestamp message

The strlcpy and strlcat are documented as returning size_t, not int. If there should be duplicated definitions in the libdnet sources (why?) these should match this, current code does not...