summaryrefslogtreecommitdiff
path: root/libnet/include/libnet/libnet-functions.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnet/include/libnet/libnet-functions.h')
-rw-r--r--libnet/include/libnet/libnet-functions.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/libnet/include/libnet/libnet-functions.h b/libnet/include/libnet/libnet-functions.h
index eccc35d..6f98ab0 100644
--- a/libnet/include/libnet/libnet-functions.h
+++ b/libnet/include/libnet/libnet-functions.h
@@ -1869,7 +1869,11 @@ uint32_t
libnet_get_ipaddr4(libnet_t *l);
/**
- * This function is not yet implemented under IPv6.
+ * Returns the IPv6 address for the device libnet was initialized with. If
+ * libnet was initialized without a device (in raw socket mode) the function
+ * will attempt to find one. If the function fails and returns in6addr_error, a
+ * call to libnet_geterrror() will tell you why.
+ * This function is not yet implemented for Win32 platforms.
* @param l pointer to a libnet context
* @return well, nothing yet
*/