Wireshark-commits: [Wireshark-commits] master 13150c9: Exported PDU: adjust protocol and tag tree l

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 27 Jun 2018 00:34:32 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=13150c9564ccd5d5704a0e7bffa35b0ad6e4aea9
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

13150c9 by Peter Wu (peter@xxxxxxxxxxxxx):

    Exported PDU: adjust protocol and tag tree lengths
    
    Change the exported_pdu size from two to the full size of the tag
    (including type and length fields) and limit the protocol length to just
    the tags (without the PDU data).
    
    Change-Id: I1c20740627ebd74c117bb1735ff4c189d2d750d6
    Reviewed-on: https://code.wireshark.org/review/28470
    Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  d3b4f19   epan: Fix session null-pointer check
    adds  13150c9   Exported PDU: adjust protocol and tag tree lengths


Summary of changes:
 epan/dissectors/packet-exported_pdu.c | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)