Wireshark-commits: [Wireshark-commits] master 1ea2565: SIP: heuristic dissectors should use the cap

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 24 Jul 2015 19:40:10 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1ea256596fbd710549ede712eb970b2e5cdc9487
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1ea2565 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    SIP: heuristic dissectors should use the captured length, not the reported one
    
    Otherwise it triggers a "packet size limited during capture" exception
    preventing following heuristic dissectors to be called
    
    Change-Id: Ifc97e84b4e40a1c7dc0b0c63b7b9e015bd99d178
    Reviewed-on: https://code.wireshark.org/review/9774
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  efefdbb   1.99.8 → 1.99.9.
    adds  1ea2565   SIP: heuristic dissectors should use the captured length, not the reported one


Summary of changes:
 epan/dissectors/packet-sip.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)