URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7de3515db98a7444fe527c82de43bfaf550b698
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d7de351 by Michael Mann (mmann78@xxxxxxxxxxxx):
Refactor wiretap option block types into a registration system.
Also required mergecap to look for plugins to initialize wiretap option blocks.
Change-Id: I4208d1028dd0f94f185393801d72025329266cb7
Reviewed-on: https://code.wireshark.org/review/14300
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 28b76db Allocate GArray when copying stat blocks within IDB block.
adds d7de351 Refactor wiretap option block types into a registration system.
Summary of changes:
mergecap.c | 43 +++++
wiretap/wtap_opttypes.c | 448 +++++++++++++++++++++++++++--------------------
wiretap/wtap_opttypes.h | 3 +-
3 files changed, 304 insertions(+), 190 deletions(-)