ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master b63b503: Fix Bug 9938 'tshark "-Y -2 -w" saves non-de

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 30 Mar 2014 17:36:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b63b5034569f861d6cca0354aaa5c25eda18558e
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b63b503 by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Fix Bug 9938 'tshark "-Y -2 -w" saves non-dependent frames'
    
    When the '-Y' display filter option is given with a '-2', and a '-w' to write out
    the packets, tshark grabs *all* dependent frames in the catprue file, even those
    that weren't dependents of a matching packet. Note that this also uses the '-2'
    two-pass option, since only two-pass mode writes out dependent frames to begin with.
    
    Change-Id: I17726447bec434ba2566e98fb78893d1331e3056
    Reviewed-on: https://code.wireshark.org/review/866
    Reviewed-by: Hadriel Kaplan <hadrielk@xxxxxxxxx>
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    

Actions performed:

    from  5cdf04e   [Automatic manuf, services and enterprise-numbers update for 2014-03-30]
    adds  b63b503   Fix Bug 9938 'tshark "-Y -2 -w" saves non-dependent frames'


Summary of changes:
 tshark.c |   13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)