Wireshark-commits: [Wireshark-commits] master b1ab36a: tools/asn2wrs.py: fix isdn-sup generation wi
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 29 Jun 2015 22:47:05 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b1ab36a81341535d46ef049113957d90baaf25f8
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b1ab36a by Peter Wu (peter@xxxxxxxxxxxxx):

    tools/asn2wrs.py: fix isdn-sup generation with Py3
    
    Python 3 has removed the cmp function for sort functions, relying on a
    key function instead.
    
    Tested with Python 2.7.10 and 3.4.3.
    
    Change-Id: Id571b836304528ecc3b23a0f8a2843c4538c3e1b
    Reviewed-on: https://code.wireshark.org/review/9212
    Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
    

Actions performed:

    from  a6f9cf5   Don't free col_item->col_data.
    adds  b1ab36a   tools/asn2wrs.py: fix isdn-sup generation with Py3


Summary of changes:
 tools/asn2wrs.py |   26 ++++++++++----------------
 1 file changed, 10 insertions(+), 16 deletions(-)