Wireshark-commits: [Wireshark-commits] master 4454fb0: Ping on Windows isn't necessarily IPv4-only.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 12 Dec 2015 01:53:04 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4454fb02c7d37803d99c9a1228db35b2c8f75220
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4454fb0 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Ping on Windows isn't necessarily IPv4-only.
    
    The default prefix policy on modern versions of Windows prefers IPv6.
    This in combination with the fact that our ping target (www.wireshark.org)
    currently has both A and AAAA records might result in ICMPv6 traffic
    instead of ICMPv4. Update the capture test suite accordingly.
    
    Change-Id: I5c88f24fb9458526ffd44c5003f09247b6999ce7
    Reviewed-on: https://code.wireshark.org/review/12553
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  b8b77ae   Clamp zooming so that we don't get zero or negative font sizes.
    adds  4454fb0   Ping on Windows isn't necessarily IPv4-only.


Summary of changes:
 test/suite-capture.sh |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)