Wireshark-commits: [Wireshark-commits] master c869b56: Increase maximum USBPcap packet size to 128

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 18 Oct 2019 03:42:27 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c869b567df19dff24e4ad9ffef59dd0f7c543241
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

c869b56 by Tomasz Moń (desowin@xxxxxxxxx):

    Increase maximum USBPcap packet size to 128 MiB
    
    It turned out that 1 MiB is not enough as atleast the URBs sent by
    Android fastbool tools are greater than 1 MiB (1 MiB payload + USBPcap
    pseudoheader). Raise the maximum packet size all the way up to 128 MiB.
    128 MiB is the upper bound of maximum packet that can be captured by
    all official USBPcap releases.
    
    Bug: 15985
    Change-Id: Ibbf41f7efae6e0f841e36d39664394e8a8eae77d
    Reviewed-on: https://code.wireshark.org/review/34793
    Petri-Dish: Tomasz Moń <desowin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  fd56ad3   Wi-Fi NAN: Fix rval_to_channel_set reading past end of op_class_ch...
     add  c869b56   Increase maximum USBPcap packet size to 128 MiB


Summary of changes:
 wiretap/wtap.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)