aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-11-02 09:42:49 +0100
committerAnders Broman <a.broman58@gmail.com>2015-11-02 11:38:09 +0000
commit4a8b20a9a90696e2c1828fa9accd80e907f70f40 (patch)
tree72654c4f4425e6876bde207feba7143ec5f39ed2
parente52931bab0553d3e51b1b10e70838a34c603b019 (diff)
rtd_table(.h): fix api reference
The following parameters of register_rtd_table(const int proto_id, const char *tap_listener, guint num_tables, guint num_timestats, const value_string *vs_type, tap_packet_cb rtd_packet_func, rtd_filter_check_cb filter_check_cb) are not documented: parameter 'num_tables' Change-Id: I93e9297d0755077ad619839c44d2feb7b2a0c18d Reviewed-on: https://code.wireshark.org/review/11490 Reviewed-by: Anders Broman <a.broman58@gmail.com>
-rw-r--r--epan/rtd_table.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/rtd_table.h b/epan/rtd_table.h
index da71636762..5706326587 100644
--- a/epan/rtd_table.h
+++ b/epan/rtd_table.h
@@ -69,6 +69,7 @@ typedef void (*rtd_filter_check_cb)(const char *opt_arg, const char **filter, ch
*
* @param proto_id is the protocol with conversation
* @param tap_listener string for register_tap_listener (NULL to just use protocol name)
+ * @param num_tables number of tables
* @param num_timestats number of timestamps in the table
* @param vs_type value_string for the stat types
* @param rtd_packet_func the tap processing function