Wireshark-commits: [Wireshark-commits] master-2.0 00bb693: Don't try reassembly on fragments sliced

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 10 Feb 2016 01:42:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=00bb693c2fb8f8eeec16f10371341b844e67c4d4
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

00bb693 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>
    (cherry picked from commit c487d44e5d684837b71bdbd75672249f8c1bb87f)
    Reviewed-on: https://code.wireshark.org/review/13861
    

Actions performed:

    from  eb67394   Fix classicstun att_family decoding for IPv6 (CID 280363)
    adds  00bb693   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(-)