Wireshark-commits: [Wireshark-commits] master 0802f12: Don't export wtap_encap_dissector_table from
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 16 Jan 2016 03:00:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0802f12f42f755d9692d4db23ea5f85e65303f46
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

0802f12 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't export wtap_encap_dissector_table from packet-frame.c.
    
    Dissectors that need it should fetch it with
    find_dissector_table("wtap_encap").
    
    Change-Id: I4b12888f20182aa529274b934b81d36f7697e1a6
    Reviewed-on: https://code.wireshark.org/review/13323
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  91b6718   ssl: fix app_data handle detection
    adds  0802f12   Don't export wtap_encap_dissector_table from packet-frame.c.


Summary of changes:
 epan/dissectors/packet-frame.c |    2 +-
 epan/dissectors/packet-frame.h |    5 -----
 epan/dissectors/packet-pktap.c |    6 ++++--
 epan/dissectors/packet-ppi.c   |    6 ++++--
 4 files changed, 9 insertions(+), 10 deletions(-)