Wireshark-commits: [Wireshark-commits] master 4d337f4: packetbb: fix the display of IPv4 addresses

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

Commits:

4d337f4 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>
    

Actions performed:

    from  d0cde7b   BGP: fix some issue
    adds  4d337f4   packetbb: fix the display of IPv4 addresses


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