summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-04-28 21:38:15 +0200
committerAnders Broman <a.broman58@gmail.com>2015-04-29 08:32:58 +0000
commitbcdc0c678cdd6b69f431ce6d56d7eb963ebeb125 (patch)
treead7ec004ea99f5613bfff6fe5748203791863597
parent5545152121ea3762753ba31c615e7b88eb519d70 (diff)
downloadwireshark-bcdc0c678cdd6b69f431ce6d56d7eb963ebeb125.tar.gz
follow.h: fix api reference warning
The following parameters of follow_index(stream_type stream, guint32 addr) are not documented: parameter 'stream' Change-Id: I983a82e297d2e794c225ce1c3986f9752cad81e6 Reviewed-on: https://code.wireshark.org/review/8228 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/follow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/follow.h b/epan/follow.h
index e883446949..4e6b748840 100644
--- a/epan/follow.h
+++ b/epan/follow.h
@@ -74,6 +74,7 @@ gboolean follow_addr(stream_type, const address *, guint, const address *, guint
/** Select a TCP/UDP stream to follow via its index.
*
+ * @param stream [in] The stream type to follow(TCP_STREAM or UDP_STREAM)
* @param addr [in] The stream index to follow.
* @return TRUE on success, FALSE on failure.
*/