Wireshark-commits: [Wireshark-commits] master-2.0 6c2428a: DICOM: Fix handling of AT tag elements

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

Commits:

6c2428a 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/18891
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  d1ae322   GTP: fix dissection of GGSN Back-Off Time IE
    adds  6c2428a   DICOM: Fix handling of AT tag elements


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