Wireshark-commits: [Wireshark-commits] master c487d44: Don't try reassembly on fragments sliced sho
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 10 Feb 2016 01:41:54 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c487d44e5d684837b71bdbd75672249f8c1bb87f
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

c487d44 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't try reassembly on fragments sliced short during capture.
    
    While we're at it, get rid of an unnecessary argument passed to the
    defragmentation routines - it's always equal to the rpc_defragment
    preference variable, so just use that.
    
    Bug: 11913
    Change-Id: Ia3b14ca11ae4fb423bcba4debb7c62245d8aed43
    Reviewed-on: https://code.wireshark.org/review/13860
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  ab977a8   Properly check the return value of color_filters_set_tmp().
    adds  c487d44   Don't try reassembly on fragments sliced short during capture.


Summary of changes:
 epan/dissectors/packet-rpc.c |   15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)