URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c63609b360cf8fa3a9f86d4dcdaaada2d2be87f8
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
c63609b 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>
    
Actions performed:
    from  7ecbad8   kafka: fix mac build breakage by adding int cast
    adds  c63609b   DICOM: Fix handling of AT tag elements
Summary of changes:
 epan/dissectors/packet-dcm.c |   21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)