Wireshark-commits: [Wireshark-commits] master d4476b1: Expose find_heur_dissector_list().

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 10 Dec 2014 08:39:52 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d4476b1c4e8d1f8a27dac6acbe5de14e4fd647a7
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d4476b1 by Guy Harris (guy@xxxxxxxxxxxx):

    Expose find_heur_dissector_list().
    
    We already have find_dissector_table(); expose
    find_heur_dissector_list() as well, so that heuristic dissector lists
    can be shared.
    
    Change-Id: I3f50413b8b10fd3129fcdc2344cb1447f0946ce9
    Reviewed-on: https://code.wireshark.org/review/5701
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  bd8d2f5   packet-couchbase.c: dissect more DCP commands
    adds  d4476b1   Expose find_heur_dissector_list().


Summary of changes:
 epan/packet.c |    2 +-
 epan/packet.h |    7 +++++++
 2 files changed, 8 insertions(+), 1 deletion(-)