Wireshark-commits: [Wireshark-commits] master d5fb63a: Fix copy/paste errors in stun attributes val

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 16 Jun 2014 21:01:58 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d5fb63a8c4480a5cb0534027000cfbcb2c51e03d
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d5fb63a by Jakub Zawadzki (darkjames@xxxxxxxxxxxx):

    Fix copy/paste errors in stun attributes value_string[] array.
    
    Found thanks to warning:
    ** (process:20239): WARNING **: Extended value string 'attributes' forced to fall back to linear search:
      entry 53, value 32858 [0x805a] < previous entry, value 32861 [0x805d]
    
    Change-Id: I12396380b42bbcb90dd139775c4b8d0bfdc79972
    Reviewed-on: https://code.wireshark.org/review/2273
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  3a3b36f   kill one last python remnant
    adds  d5fb63a   Fix copy/paste errors in stun attributes value_string[] array.


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