aboutsummaryrefslogtreecommitdiffstats
path: root/epan/conversation_table.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-08-28 18:49:03 +0200
committerEvan Huus <eapache@gmail.com>2014-08-31 16:55:28 +0000
commitcaf73525f32702550117da2552378d0021f54d52 (patch)
treee9a1daced9048dc9f8097526fb5aad8fe5545ccc /epan/conversation_table.c
parentc14cac75949bf496812663dd00588258a8e2d688 (diff)
Fix parameter 'key' not found in the function declaration (-Wdocumentation)
Change-Id: Ie7f3e192d8980968da15921a8497153506df1fde Reviewed-on: https://code.wireshark.org/review/3903 Reviewed-by: Evan Huus <eapache@gmail.com>
Diffstat (limited to 'epan/conversation_table.c')
-rw-r--r--epan/conversation_table.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/conversation_table.c b/epan/conversation_table.c
index b3c90e5b7a..bd39b824f2 100644
--- a/epan/conversation_table.c
+++ b/epan/conversation_table.c
@@ -216,7 +216,7 @@ register_ct_t *get_conversation_table_by_num(guint table_num)
/** Compute the hash value for two given address/port pairs.
* (Parameter type is gconstpointer for GHashTable compatibility.)
*
- * @param key Conversation. MUST point to a conv_key_t struct.
+ * @param v Conversation Key. MUST point to a conv_key_t struct.
* @return Computed key hash.
*/
static guint