Wireshark-commits: [Wireshark-commits] master 200c15e: Pass the pseudo-header to wtap_encap dissect

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 16 Jun 2015 17:52:19 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=200c15e96dd84bdc8d6f856b262d726d752594d4
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

200c15e by Guy Harris (guy@xxxxxxxxxxxx):

    Pass the pseudo-header to wtap_encap dissectors via the "data" argument.
    
    Have the "data" argument to dissectors registered in thw wtap_encap
    dissector table point to the pseudo-header for the packet.
    
    Use that argument in the Bluetooth dissector.
    
    Change-Id: I022bbfb796ef51d95df09fb952a149960170d631
    Reviewed-on: https://code.wireshark.org/review/8951
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  46a9afb   Disable AirPcap by default in Autotools.
    adds  200c15e   Pass the pseudo-header to wtap_encap dissectors via the "data" argument.


Summary of changes:
 epan/dissectors/packet-bluetooth.c |    8 ++++----
 epan/dissectors/packet-frame.c     |   18 +++++++++++-------
 2 files changed, 15 insertions(+), 11 deletions(-)