with the advent of ipv6, these columns are hard to quickly identify with a particular system. I was wondering if there is an option to use the "ethers" table, when an entry exists, in place of the ip address in either the source or destination columns? asked 17 Jul '13, 14:15 proj964 edited 18 Jul '13, 06:08 cmaynard ♦♦ |
2 Answers:
If you want to show the MAC addresses, or the names corresponding to the MAC addresses, in the columns in the packet summary, go to Edit -> Preferences, select "Columns", and for the "Source" and "Destination" columns, select "Hardware src addr" and "Hardware dest addr", respectively. To get the addresses mapped to names, however, you'll have to add the names to the "ethers" file; that will not happen automatically, except in cases where packets such as ARP packets, allowing Wireshark to infer the MAC address to IP address mapping and thus to translate the IP address to a host name, are in the capture. (No, Wireshark does not automatically map MAC addresses to host names.) This will, of course, not give useful information for packets that didn't originate and terminate on your LAN segment, but that are being routed through your network. answered 17 Jul '13, 23:03 Guy Harris ♦♦ |
The For this to work, you must:
Some example entries:
answered 17 Jul '13, 20:04 cmaynard ♦♦ edited 17 Jul '13, 20:05 Since many of the IP addresses are DHCP assigned, I don't think the hosts files is an adequate answer. Even if one is willing to accept the additional overhead of DNS lookups, there are still the multicast and broadcast packets to consider. The one thing that is constant and consistent is the relationship of the MAC to the device. (17 Jul '13, 20:26) proj964 If you only want name resolution for the entries in the host file to avoid DNS lookups, then you can enable the "Only use the profile hosts file preference" via: (18 Jul '13, 05:49) cmaynard ♦♦ |
What do you mean by ethers table? The MAC address vendor lookups??