aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2019-01-17 23:00:31 +0100
committerPeter Wu <peter@lekensteyn.nl>2019-01-18 01:06:19 +0000
commitec17f616475d5554c363f6f67fd70d23007467b7 (patch)
tree9c5ca3a66a798399d87a73b3b98fd3db353855fc /epan/addr_resolv.c
parent17cdfe9d775f9ff927a78d5509011984a0acf017 (diff)
Update tooltip for "Resolve network (IP) addresses"
Remove name resolution from DNS packets from the tooltip because resolving from DNS packets has it's own check box. Change-Id: I0a4039a1639f22b51429c3771fd828d9727aca08 Reviewed-on: https://code.wireshark.org/review/31581 Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org> Tested-by: Petri Dish Buildbot Reviewed-by: Peter Wu <peter@lekensteyn.nl>
Diffstat (limited to 'epan/addr_resolv.c')
-rw-r--r--epan/addr_resolv.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/addr_resolv.c b/epan/addr_resolv.c
index e44ef1f4a3..ccf201f737 100644
--- a/epan/addr_resolv.c
+++ b/epan/addr_resolv.c
@@ -2668,8 +2668,8 @@ addr_resolve_pref_init(module_t *nameres)
"Resolve network (IP) addresses",
"Resolve IPv4, IPv6, and IPX addresses into host names."
" The next set of check boxes determines how name resolution should be performed."
- " If no other options are checked name resolution is made from Wireshark's host file,"
- " capture file name resolution blocks and DNS packets in the capture.",
+ " If no other options are checked name resolution is made from Wireshark's host file"
+ " and capture file name resolution blocks.",
&gbl_resolv_flags.network_name);
prefs_register_bool_preference(nameres, "dns_pkt_addr_resolution",