Wireshark-commits: [Wireshark-commits] master 9319346: [editcap] Remove excess parsing when packets

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Jan 2016 22:37:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=93193465dde50801dc03da82014b91c94527dc07
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9319346 by Matej Košík (5764c029b688c1c0d24a2e97cd764f@xxxxxxxxx):

    [editcap] Remove excess parsing when packets are kept.
    
    Also allow for range to include "the rest" (ex 10- would include all the packets starting at number 10)
    
    Bug: 9686
    Change-Id: Ib02e52b22acf49b0e52df0a75fa4fa0d5f37aa31
    Reviewed-on: https://code.wireshark.org/review/13291
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  9b2f3f7   [BER] Fix Wireshark heap-based out-of-bounds read in dissect_ber_constrained_bitstring
    adds  9319346   [editcap] Remove excess parsing when packets are kept.


Summary of changes:
 editcap.c |   47 ++++++++++++++++++++++++++++++++---------------
 1 file changed, 32 insertions(+), 15 deletions(-)