epan: add missing comment for function parameter on register_tap_listener

Added parameter documentation that was missing for parameter tap_finish
on function register_tap_listener in epan/tap.h

Bug: 15162
Change-Id: I2b9f2a8816c049647128b317433b7dc21cc44f91
Reviewed-on: https://code.wireshark.org/review/29995
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Nick Calus 2018-10-03 14:34:44 +02:00 committed by Dario Lombardo
parent d625a37f2a
commit 0398e70b2c
1 changed files with 2 additions and 0 deletions

View File

@ -205,6 +205,8 @@ WS_DLL_PUBLIC void draw_tap_listeners(gboolean draw_all);
* from a separate thread up to once every 2-3 seconds.
* On other ports it might only be called once when the capture is finished
* or the file has been [re]read completely.
* @param tap_finish void (*finish)(void *tapdata)
* This callback is called when your listener is removed.
*/
WS_DLL_PUBLIC GString *register_tap_listener(const char *tapname, void *tapdata,