Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal resolv.c resolv.h packet-arp.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Laurent Deniel <deniel@xxxxxxxxxxxx>
Date: Thu, 10 Aug 2000 15:09:36 -0500 (CDT)
deniel      2000/08/10 15:09:33 CDT

  Modified files:
    .                    resolv.c resolv.h packet-arp.c 
  Log:
  - rename is_name_from_file to is_dummy_entry since now a real
    name can be added from file reading but also from the dissectors.
  - add is_dummy_entry in the hosts hashtable.
  - check in add_xxx that the entry is not already there, if so
    do nothing except if this is a dummy entry (in this case, it is
    simply replaced).
  - add found boolean parameter to host_name_lookup[6]
  - add the add_ether_byip procedure which adds a new ether entry
    knowing the IP address (if the IP address can be resolved).
  - and finally call this new procedure from ARP dissector.
  
  (ipxnets (among other things) to be updated).
  
  Revision  Changes    Path
  1.26      +62 -15    ethereal/resolv.c
  1.12      +4 -1      ethereal/resolv.h
  1.32      +21 -1     ethereal/packet-arp.c