aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-04-28 21:35:45 +0200
committerAnders Broman <a.broman58@gmail.com>2015-04-29 08:11:55 +0000
commit5545152121ea3762753ba31c615e7b88eb519d70 (patch)
tree14b34da9d833db36b744dc18350a303039e2f312
parentc93e437bbb93a656a54279b2556f73704fd905a2 (diff)
Address.h : fix api reference warning
The following parameters of WMEM_COPY_ADDRESS(scope, to, from) are not documented: parameter 'scope' Change-Id: Ice1bddb55839f7aa839bdf6dec74211cf7e4d9dc Reviewed-on: https://code.wireshark.org/review/8227 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-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.
*/