summaryrefslogtreecommitdiff
path: root/epan/to_str.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-04-28 21:52:39 +0200
committerAnders Broman <a.broman58@gmail.com>2015-04-29 10:55:40 +0000
commitde563fa656d97b2159d73663988aef9891a84b5e (patch)
treed4bb8952003fe6d8c89d2578d683c5ddeb7d6b5c /epan/to_str.h
parentbcdc0c678cdd6b69f431ce6d56d7eb963ebeb125 (diff)
downloadwireshark-de563fa656d97b2159d73663988aef9891a84b5e.tar.gz
to_str.h: fix api reference
The following parameters of tvb_address_var_to_str(wmem_allocator_t *scope, tvbuff_t *tvb, address_type type, const gint offset, int length) are not documented: parameter 'length' Change-Id: I0b93a2b47601bbb5ef424b6d0c2651952241ce32 Reviewed-on: https://code.wireshark.org/review/8229 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/to_str.h')
-rw-r--r--epan/to_str.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/to_str.h b/epan/to_str.h
index 4b409d6dec..56ac29b9cd 100644
--- a/epan/to_str.h
+++ b/epan/to_str.h
@@ -112,6 +112,7 @@ WS_DLL_PUBLIC gchar* tvb_address_to_str(wmem_allocator_t *scope, tvbuff_t *tvb,
* @param tvb tvbuff to retrieve address
* @param type address type to retrieve
* @param offset offset into tvb to retrieve address
+ * @param length The length of the string
* @return A pointer to the formatted string
*
*/