wireshark/capchild
Guy Harris 30bad8e627 Have callback function pointers in a capture_session structure.
Instead of having programs that use the capchild library define
functions with known names, with the library routines calling back
routines with those names, have function pointers for those callbacks in
the capture_session structure, and have capture_session_init() set them.

Make the callback routines in TShark and in the ui library static.

Change-Id: Ia1ba6119c5ef7708e0f87b8420f200136ba41eae
Reviewed-on: https://code.wireshark.org/review/36583
Petri-Dish: Guy Harris <gharris@sonic.net>
Tested-by: Petri Dish Buildbot
Reviewed-by: Guy Harris <gharris@sonic.net>
2020-03-25 23:16:06 +00:00
..
CMakeLists.txt HTTPS (almost) everywhere. 2019-07-26 18:44:40 +00:00
capture_ifinfo.c Fix comment end after SPDX identifier 2018-05-01 06:56:37 +00:00
capture_session.h Have callback function pointers in a capture_session structure. 2020-03-25 23:16:06 +00:00
capture_sync.c Have callback function pointers in a capture_session structure. 2020-03-25 23:16:06 +00:00
capture_sync.h Have callback function pointers in a capture_session structure. 2020-03-25 23:16:06 +00:00