Wireshark-commits: [Wireshark-commits] master cc7dc03: Add support for a "custom" dissector table.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 2 Jul 2015 08:58:53 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cc7dc0332ad061a457980febf62f0313788f28a9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

cc7dc03 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Add support for a "custom" dissector table.  This allows for a "custom" (not UINT or string) key to register dissector handles.
    
    This was designed for RPC dissectors, but probably has use elsewhere.
    
    Change-Id: I1bca6b50ba312129a0c4fad5cc3c18cd9297c217
    Reviewed-on: https://code.wireshark.org/review/9455
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  987cf4c   Have RPC program hash table use native gtk hash functions.
    adds  cc7dc03   Add support for a "custom" dissector table.  This allows for a "custom" (not UINT or string) key to register dissector handles.


Summary of changes:
 epan/packet.c |   91 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 epan/packet.h |   24 +++++++++++++++
 2 files changed, 115 insertions(+)