Wireshark-commits: [Wireshark-commits] master 72a9968: Don't use IP address strings as "names" for

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 19 Jan 2016 10:35:52 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=72a9968fabd30865bd972f13613f10b33ecc0272
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

72a9968 by Guy Harris (guy@xxxxxxxxxxxx):

    Don't use IP address strings as "names" for MAC addresses.
    
    Have a flag for addresses indicating whether the address is resolved to
    a name or whether its "name" is just a printable version of the address.
    If the name corresponding to an IP address isn't really a name, don't
    assign it to a MAC address.
    
    Clean up some code a bit (have a fill_dummy_ip6() corresponding to
    fill_dummy_ip4()).
    
    Bug: 10212
    Change-Id: I9d0ffa2706be17842f832c64cea7acc5c1dc6536
    Reviewed-on: https://code.wireshark.org/review/13412
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  5335f1d       DCM: ignore the upper flag bits of PDV in PDU DATA packet
    adds  72a9968   Don't use IP address strings as "names" for MAC addresses.


Summary of changes:
 epan/addr_resolv.c |   96 +++++++++++++++++++++++++++-------------------------
 epan/addr_resolv.h |    9 ++---
 2 files changed, 54 insertions(+), 51 deletions(-)