Wireshark-commits: [Wireshark-commits] master-2.2 9f297d6: IAX2: Add a timestamp check.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 3 Mar 2017 19:25:56 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9f297d6d51d7daab0c5a6a8d2800e07c29539c2e
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

9f297d6 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    IAX2: Add a timestamp check.
    
    Don't try to process timestamps that are more than 60 seconds apart.
    Avoids the infinite loop in bug 13432.
    
    Bug: 13432
    Change-Id: I05aea4c733c94cbfe832f03ba826c74a41e6bb2f
    Reviewed-on: https://code.wireshark.org/review/20366
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    (cherry picked from commit ca68749606bb78a333a0961dbf9fa74c65fa72aa)
    Reviewed-on: https://code.wireshark.org/review/20367
    

Actions performed:

    from  c192fbb   Update the release notes for 2.2.5.
    adds  9f297d6   IAX2: Add a timestamp check.


Summary of changes:
 epan/dissectors/packet-iax2.c |   40 ++++++++++++++++++++++++----------------
 1 file changed, 24 insertions(+), 16 deletions(-)