Wireshark-commits: [Wireshark-commits] master-2.2 050df41: DICOM: Fix handling of AT tag elements

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 20 Nov 2016 14:53:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=050df41381c077b4a0379328eb24db6448c35daa
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

050df41 by Uli Heilmeier (uh@xxxxxxxxxxxx):

    DICOM: Fix handling of AT tag elements
    
    A Attribute Identifier List can have more than one AT element. Therefore
    we have to loop through the elements list.
    
    Bug: 13077
    Change-Id: I3adaa5ba50a1ad01e7c5bacd05118c65afcf4442
    Reviewed-on: https://code.wireshark.org/review/18825
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit c63609b360cf8fa3a9f86d4dcdaaada2d2be87f8)
    Reviewed-on: https://code.wireshark.org/review/18890
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  855bd75   radiotap: Fix conflict for hf fields
    adds  050df41   DICOM: Fix handling of AT tag elements


Summary of changes:
 epan/dissectors/packet-dcm.c |   21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)