Wireshark-commits: [Wireshark-commits] master-1.10 b3bf922: Boost the maximum packet size to 131072

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 25 Jun 2014 20:30:25 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b3bf9224e31cd04bce002c937390544c14f4534d
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

b3bf922 by Guy Harris (guy@xxxxxxxxxxxx):

    Boost the maximum packet size to 131072.
    
    Libpcap 1.6/tcpdump 4.6 will support up to 131072, as the MTU on the
    Linux loopback device is 65536 on at least some versions of the kernel,
    and that doesn't count the fake Ethernet header, so the maximum packet
    size is 65549; they went to the next power of 2 up.
    
    Change-Id: Ibfc66d01ef8ef7387887a75c2b567159bb78ac0f
    Reviewed-on: https://code.wireshark.org/review/2655
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 8cde7a72d6c2b8e5cac87aeec5b1f200185cbe4a)
    Reviewed-on: https://code.wireshark.org/review/2657
    

Actions performed:

    from  1bda08e   Add quotes around MAKEDIR.
    adds  b3bf922   Boost the maximum packet size to 131072.


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