Hallo , what I have to do to show the ipv4 in the main window. I have only the mac addresse as src or dest address, I think it is a smal thing for the community. thanks Götz asked 23 Apr '17, 09:54 macosx |
One Answer:
I assume you're interested in having the packet's IPv4 source and destination addresses displayed in the packet list pane? Those fields will be displayed in the Source and Destination columns for all IPv4 packets. Perhaps the packet you're looking at is not an IPv4 packet, perhaps it's an ARP packet, for example, in which case there is no IPv4 source and destination addresses to display. What is the protocol indicated for the packet that you're looking at? If you know it's an IPv4 packet, then perhaps the IPv4 dissector is disabled, in which case, you will have to enable it first by checking the answered 23 Apr '17, 11:05 cmaynard ♦♦ |