Wireshark-commits: [Wireshark-commits] master 3ecbe50: Restore setting data.edt in write_specified_

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 13 Jul 2016 15:02:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=3ecbe50af2e904709f805ff6e8f3803842fcfe6f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

3ecbe50 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Restore setting data.edt in write_specified_fields().
    
    This prevents tshark from crashing when run with "-T fields -e data".
    
    I5778b08c52119b5be1ec482be9417b3c4ba8ed62 mistakenly removed this line (this
    'data' is a write_field_data_t rather than the print_data structure that
    change was cleaning up).
    
    Bug: 12616
    Change-Id: I773e47f12f852e19a20ec29a43eb3a0953923173
    Reviewed-on: https://code.wireshark.org/review/16415
    Petri-Dish: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  abd287f   MBIM: add dissection of Intel proprietary UUIDs
    adds  3ecbe50   Restore setting data.edt in write_specified_fields().


Summary of changes:
 epan/print.c |    1 +
 1 file changed, 1 insertion(+)