Wireshark-commits: [Wireshark-commits] master 4cc0d1e: Qt: the maximum packet size is WTAP_MAX_PACK

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 28 Mar 2017 01:36:23 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4cc0d1e72881f2ce3e975e5e6d0ae735b20791ad
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4cc0d1e by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Qt: the maximum packet size is WTAP_MAX_PACKET_SIZE, not 65535
    
    Also ensure that the update of sparkline does not lose focus of the
    spinbox currently edited.
    
    Change-Id: Icf7dd180fe3cb1d8bfab9017f923bf38e6210554
    Reviewed-on: https://code.wireshark.org/review/20749
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  0c0f6a6   reordercap: use the snaplen from the source file
    adds  4cc0d1e   Qt: the maximum packet size is WTAP_MAX_PACKET_SIZE, not 65535


Summary of changes:
 ui/qt/capture_interfaces_dialog.cpp |   10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)