Wireshark-commits: [Wireshark-commits] master-2.0 78dcbaa: srt_table(.h): fix api reference

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 2 Nov 2015 11:44:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=78dcbaa8a3f964c96b463b5201f929a02f2e5646
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

78dcbaa by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):

    srt_table(.h): fix api reference
    
    The following parameters of register_srt_table(const int proto_id, const char *tap_listener, int max_tables, tap_packet_cb srt_packet_func, srt_init_cb init_cb, srt_param_handler_cb param_cb) are not documented:
      parameter 'max_tables'
    
    The following parameters of init_srt_table(const char *name, const char *short_name, GArray *srt_array, int num_procs, const char *proc_column_name, const char *filter_string, srt_gui_init_cb gui_callback, void *gui_data, void *table_specific_data) are not documented:
      parameter 'table_specific_data'
    
    Change-Id: I7c14a46c89c58985a5000b1760ba088d9f0da293
    Reviewed-on: https://code.wireshark.org/review/11491
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 7f10520d0442a51fc9747d702b144592b4915964)
    Reviewed-on: https://code.wireshark.org/review/11494
    

Actions performed:

    from  ceba686   rtd_table(.h): fix api reference
    adds  78dcbaa   srt_table(.h): fix api reference


Summary of changes:
 epan/srt_table.h |    2 ++
 1 file changed, 2 insertions(+)