URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=89c96d2772528b7a5e532438b5721f33ce440df5
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
89c96d2 by Michael Mann (mmann78@xxxxxxxxxxxx):
Add GUID dissector table support.
It seems like DCE/RPC could benefit from a GUID dissector table, where a dissector can register it's GUID with a dissector handle. So here is a basic start.
Change-Id: Id407117687a1a648d87f6f99c2ecbf858d8c0911
Reviewed-on: https://code.wireshark.org/review/4718
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 4f04a3c tools/pidl: avoid trailing tabs
adds 89c96d2 Add GUID dissector table support.
Summary of changes:
epan/packet.c | 143 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++-
epan/packet.h | 35 +++++++++++++-
2 files changed, 176 insertions(+), 2 deletions(-)