Wireshark-commits: [Wireshark-commits] master ca68749: IAX2: Add a timestamp check.

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

Commits:

ca68749 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>
    

Actions performed:

    from  a539036   Qt: reduce minimum window size requirement
    adds  ca68749   IAX2: Add a timestamp check.


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