aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-11-22 22:08:28 +0100
committerMichael Mann <mmann78@netscape.net>2017-11-23 00:57:28 +0000
commita55a96a13ad60785f41f70a67cec2b321670b5de (patch)
tree12ca2d498feeb53220bf47eb764e0c60b1cd350c
parent053b41dda37d45f4fad121a272ecdf7468696d03 (diff)
ssl(-utils.h): fix parameter 'src' not found in the function declaration [-Wdocumentation]
Change-Id: I922a1a12d2b562594354a18af5f92b21df3ce906 Reviewed-on: https://code.wireshark.org/review/24539 Reviewed-by: Michael Mann <mmann78@netscape.net>
-rw-r--r--epan/dissectors/packet-ssl-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index 130f48bc40..36608f1979 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -570,7 +570,7 @@ extern void
ssl_data_set(StringInfo* buf, const guchar* src, guint len);
/** alloc the data with the specified len for the stringInfo buffer.
- @param src the data source
+ @param str the data source
@param len the source data len */
extern gint
ssl_data_alloc(StringInfo* str, size_t len);