Wireshark-commits: [Wireshark-commits] master-2.0 69478ad: packetbb: fix the display of IPv4 addres

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 5 Dec 2015 12:07:20 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=69478addb84e707617791b5a8f143ea886d58771
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

69478ad by Lotte Steenbrink (lotte@xxxxxxxxxxxxxxx):

    packetbb: fix the display of IPv4 addresses
    
    IPv4 Addresses are currently displayed incorrectly in RFC5444 Addressblocks.
    For example, what should be `Address: 10.1.3.0` is incorrectly rendered as
    
            Address: 0.0.0.10
    
    This commit fixes that.
    
    Bug: 11852
    Change-Id: Id6dc954e9a06e79375058f6070fe8e0f64167d64
    Reviewed-on: https://code.wireshark.org/review/12429
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 4d337f421389e901bf1d4246f9ecb2f7b363aef0)
    Reviewed-on: https://code.wireshark.org/review/12438
    

Actions performed:

    from  5b58083   CMake+PortableApps: Include the VC runtime (second try).
    adds  69478ad   packetbb: fix the display of IPv4 addresses


Summary of changes:
 epan/dissectors/packet-packetbb.c |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)