URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=07541f1f680c2dbbfe8a33f81102c711d768ac63
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
07541f1 by Dario Lombardo (lomato@xxxxxxxxx):
epan: add shutdown function for dissectors.
Dissectors can register shutdown functions, that will be called
just before program exit. Those function will free the memory
allocated during the init function.
Change-Id: Id88228af2cc916bfb316fe7b36d46499f6e4f8d4
Reviewed-on: https://code.wireshark.org/review/19282
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 86c4808 DVB-S2-BB: Obey frame format from BB Header fields
adds 07541f1 epan: add shutdown function for dissectors.
Summary of changes:
epan/packet.c | 34 ++++++++++++++++++++++------------
epan/packet.h | 6 +++++-
2 files changed, 27 insertions(+), 13 deletions(-)