URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1d1679f061cbd035cdc68c7d0ceaa4b08f0f7e0e
Submitter: "João Valverde <j@xxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
1d1679f by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):
Extend epan library plugins with a tap registration callback
tap_register_plugin() is not sufficient for an extension language
implementation because the epan plugin is initialized before
proto_init(), therefore before dissectors have registered taps.
Change-Id: Ief213f85ff4f7182f9af985e5f45476355cc2b86
Reviewed-on: https://code.wireshark.org/review/34048
Petri-Dish: João Valverde <j@xxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: João Valverde <j@xxxxxx>
Actions performed:
from 687ae12 Qt: Remove unwanted TABs
add 1d1679f Extend epan library plugins with a tap registration callback
Summary of changes:
epan/epan.c | 10 ++++++++++
epan/epan.h | 1 +
2 files changed, 11 insertions(+)