aboutsummaryrefslogtreecommitdiffstats
path: root/epan/rtd_table.h
AgeCommit message (Collapse)AuthorFilesLines
2015-11-02rtd_table(.h): fix api referenceAlexis La Goutte1-0/+1
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>
2015-07-07Add ResponseTimeDelayDialog.Gerald Combs1-7/+13
Change-Id: Ie1ea316643a3465763aec71f4a3ef4bf1a5ae639 Reviewed-on: https://code.wireshark.org/review/9548 Reviewed-by: Gerald Combs <gerald@wireshark.org>
2015-07-05rtd_table.h: fix parameter 'rtd_stat_table' not found in the function ↵Alexis La Goutte1-1/+1
declaration [-Wdocumentation] Change-Id: Ie31efc352b5f51808aa9f3d1e6b00734ccc38bfe Reviewed-on: https://code.wireshark.org/review/9507 Reviewed-by: Michael Mann <mmann78@netscape.net>
2015-06-22rtd_table.h: fix parameter 'srt/srt_array' not found in the function ↵Alexis La Goutte1-5/+5
declaration [-Wdocumentation] srt => rtd Change-Id: I297258ebb22723f280588692fdbb5d062d08ced9 Reviewed-on: https://code.wireshark.org/review/9024 Reviewed-by: Evan Huus <eapache@gmail.com>
2015-06-22Refactor RTD stats.Michael Mann1-0/+183
Very similar to the refactoring of SRT stats, it provides more commonality of the stats for all GUI interfaces. Currently implemented for TShark and GTK. Affected dissectors: MEGACO, MGCP, Radius Change-Id: Icb73a7e603dc3502b39bf696227fcaae37d4ed21 Reviewed-on: https://code.wireshark.org/review/8998 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>