From 4a8b20a9a90696e2c1828fa9accd80e907f70f40 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Mon, 2 Nov 2015 09:42:49 +0100 Subject: 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 --- epan/rtd_table.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/rtd_table.h') 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 -- cgit v1.2.3