aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2013-08-29 22:08:23 +0000
committerAnders Broman <anders.broman@ericsson.com>2013-08-29 22:08:23 +0000
commitae83d08f30afb3de625a1e678c6817485af4d344 (patch)
treed2b1b06b17b48f502599f05bd640329b5f28e070 /epan/addr_resolv.h
parentaa99a6c17b0443fe5bb49fd2185ef632a385ab04 (diff)
Revert revision=51577.
Ref https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9082 Since this commit the IP (source and destination) address in the GUI will be replaced with some date after I click on the entry, reverting this commit fixes the problem. This looks like a memory corruption. I imported an older pcap file. svn path=/trunk/; revision=51579
Diffstat (limited to 'epan/addr_resolv.h')
-rw-r--r--epan/addr_resolv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/addr_resolv.h b/epan/addr_resolv.h
index 72f03def93..c6743a3a2f 100644
--- a/epan/addr_resolv.h
+++ b/epan/addr_resolv.h
@@ -80,6 +80,7 @@ typedef struct hashipv4 {
guint addr;
gboolean is_dummy_entry; /* name is IPv4 address in dot format */
gboolean resolve; /* already tried to resolve it */
+ gchar ip[16];
gchar name[MAXNAMELEN];
} hashipv4_t;
@@ -88,6 +89,7 @@ typedef struct hashipv6 {
struct e_in6_addr addr;
gboolean is_dummy_entry; /* name is IPv6 address in colon format */
gboolean resolve; /* */
+ gchar ip6[MAX_IP6_STR_LEN]; /* XX */
gchar name[MAXNAMELEN];
} hashipv6_t;
/*