Wireshark-commits: [Wireshark-commits] master 78b08dd: afs: make defragment / reassembly configurab

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 09 Mar 2020 06:29:36 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=78b08dd00ae62245a68dea4ff47c4f857912ff67
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

78b08dd by Mark Vitale (mvitale@xxxxxxxxxxxxxx):

    afs: make defragment / reassembly configurable
    
    AFS reassembly support was added by commit
    64d9c005f96ffa2eabb8f3b4edafba9cffe32d87.  However, it was always on and
    could not be disabled; this can cause unacceptable performance issues
    with large packet traces.
    
    Instead, add a configuration option for tshark:
    
      -o afs_defragment:true or false   (false by default)
    
    Also, add a Wireshark preference pane item for AFS:
      [ ] "Reassemble fragmented AFS PDUs"   (off by default)
    
    Change-Id: I9b8f2a7c7821214c15a2a27292f2f4006ce8efa3
    Reviewed-on: https://code.wireshark.org/review/36299
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  3cf85db   afs: add some "new" RPCs
     add  78b08dd   afs: make defragment / reassembly configurable


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