aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ssl-utils.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-10 21:29:33 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-08-10 21:29:33 +0000
commit32e5c9f8bfc0e69b8ae57c05693362d563cd463f (patch)
tree031871b7f58f917a1c3f3623f0f7a6d943f15c05 /epan/dissectors/packet-ssl-utils.h
parent9381244dd8eac88ab82cbc9a9410802d8334e4d3 (diff)
Fix (-W)documentation error found by Clang
./packet-ssl-utils.h:463:16: error: empty paragraph passed to '@param' command [-Werror,-Wdocumentation] @param comp_str ~~~~~~~~~~~~~~^ svn path=/trunk/; revision=51265
Diffstat (limited to 'epan/dissectors/packet-ssl-utils.h')
-rw-r--r--epan/dissectors/packet-ssl-utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-ssl-utils.h b/epan/dissectors/packet-ssl-utils.h
index 60ca024fc9..91db3562c1 100644
--- a/epan/dissectors/packet-ssl-utils.h
+++ b/epan/dissectors/packet-ssl-utils.h
@@ -458,9 +458,9 @@ ssl_decrypt_pre_master_secret(SslDecryptSession*ssl_session,
@param ssl ssl_session the store all the session data
@param decoder the stream decoder to be used
@param ct the content type of this ssl record
- @param in a pinter to the ssl record to be decrypted
+ @param in a pointer to the ssl record to be decrypted
@param inl the record length
- @param comp_str
+ @param comp_str a pointer to the store the compression data
@param out_str a pointer to the store for the decrypted data
@param outl the decrypted data len
@return 0 on success */