Wireshark-commits: [Wireshark-commits] master 6d25a10: epan: access a ws_in4_addr byte by byte.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 16 Apr 2020 17:12:08 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6d25a1062d092fdae62defeb7ed83a0807fe238a
Submitter: "Guy Harris <gharris@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

6d25a10 by Dario Lombardo (lomato@xxxxxxxxx):

    epan: access a ws_in4_addr byte by byte.
    
    Fixes a regression introduced by d3c4dfa9eed79d100f039f7042577cadb8fcad06.
    It changed the type of the function, but not the way we access it. The
    former code proceeded byte by byte, and we need to keep that behavior.
    
    Bug: 16497
    Change-Id: I02983635d7cf8e44a5631bf64d4a2854cb9c3bdb
    Reviewed-on: https://code.wireshark.org/review/36858
    Petri-Dish: Guy Harris <gharris@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
    

Actions performed:

    from  251b16b   NFS: Switch to p_[gs]et_proto_depth.
     add  6d25a10   epan: access a ws_in4_addr byte by byte.


Summary of changes:
 epan/addr_and_mask.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)