Wireshark-commits: [Wireshark-commits] master f9f7ff2: Don't read aliases from the personal hosts f

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 2 Mar 2015 06:58:32 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f9f7ff2904e07392bd6770a7d19bcede12daf043
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

f9f7ff2 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    Don't read aliases from the personal hosts file.
    
    We only store the last name added (i.e., the last alias) which is the
    opposite of what the name resolver does (it returns the first name in the
    hosts file).
    
    Just comment the code out for now with a comment explaining why.  Maybe some
    day we'll have a reason to store the aliases.
    
    Change-Id: I560ac05868a429d31e9d41f3a34af36c4fca1f6c
    Reviewed-on: https://code.wireshark.org/review/7466
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  99ceab8   Don't create a packet dialog if we don't have a packet.
    adds  f9f7ff2   Don't read aliases from the personal hosts file.


Summary of changes:
 epan/addr_resolv.c |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)