aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/address.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/address.h b/epan/address.h
index 07d14360f1..6e6faa3694 100644
--- a/epan/address.h
+++ b/epan/address.h
@@ -180,6 +180,7 @@ copy_address_shallow(address *to, const address *from) {
/** Copy an address, allocating a new buffer for the address data
* using wmem-scoped memory.
*
+ * @param scope [in] The lifetime of the allocated memory, wmem_packet_scope()
* @param to [in,out] The destination address.
* @param from [in] The source address.
*/