Guy Harris
Wed, 27 Jan 2010 10:55:08 -0800
On Jan 27, 2010, at 10:48 AM, Brian Oleksa wrote: > When I print out the ipv4 address in the tree... I get the following: > > IPv4: 192.168.2.8 (192.168.2.8) > > Why am I getting double ip addresses in the output..??
Because it's trying to resolve 192.168.2.8 and failing, and the code that
displays FT_IPv4 fields currently displays both the raw IP address and:
if the address was resolved, the host name it got;
if the address wasn't resolved, the IP address again.
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev@wireshark.org>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe