aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tap.h
diff options
context:
space:
mode:
authorNick Calus <ncalus@nalys-group.com>2018-10-03 14:34:44 +0200
committerDario Lombardo <lomato@gmail.com>2018-10-03 14:07:14 +0000
commit0398e70b2cd20d135bb0865593d5547233c0a04a (patch)
tree25dc79f1fb332bbc825a7a070e850b7415154583 /epan/tap.h
parentd625a37f2aec8f7bb560785d075e4503b5b80121 (diff)
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>
Diffstat (limited to 'epan/tap.h')
-rw-r--r--epan/tap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/tap.h b/epan/tap.h
index b4bbad4f14..026951c26e 100644
--- a/epan/tap.h
+++ b/epan/tap.h
@@ -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,