aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-03 13:37:58 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-03 13:37:58 +0000
commitb2445d481c2485e173079361f456370205bb99b5 (patch)
tree4260483a3eb40c07bc0d65f5c74e945c5d7b351d /epan
parent420b33d77d69ef90abeed386a8d1f9003cf9ac3f (diff)
Fix
warning: argument 'data' of command @param is not found in the argument list of dissector_all_tables_foreach_changed(DATFunc func, gpointer user_data) warning: The following parameters of dissector_all_tables_foreach_changed(DATFunc func, gpointer user_data) are not documented: parameter 'user_data' svn path=/trunk/; revision=53749
Diffstat (limited to 'epan')
-rw-r--r--epan/packet.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 2e2ca041f0..997ee93caa 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -170,7 +170,7 @@ WS_DLL_PUBLIC void dissector_table_foreach (const char *table_name, DATFunc func
* any "decode as" entry that has been changed from its original state.
*
* @param[in] func The function to call for each dissector.
- * @param[in] data User data to pass to the function.
+ * @param[in] user_data User data to pass to the function.
*/
WS_DLL_PUBLIC void dissector_all_tables_foreach_changed (DATFunc func,
gpointer user_data);