First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Error loading table 'DNS Servers' ?

  • retag add tags

I get the following error when opening Wireshark 4.0

https://i.imgur.com/CxOsOML.pngimage description

On Windows 10. I haven't found anything on Google, what is going on?

MrJoe's avatar
1
MrJoe
asked 2022-10-17 23:29:58 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

This is a 4.0 bug caused by a config (UAT) file format change:
18214: Allow configuring a port for custom dns servers for dns name resolution

Short term you could look in the profile directory for the file addr_resolve_dns_servers and rename it so that it is not loaded.

The new format of the file is:

# This file is automatically generated, DO NOT MODIFY.
"192.168.200.1","0","53"

Which is "IP address", "TCP Port", "UDP Port" if you want to update the file manually.

It would help if you open an issue on https://gitlab.com/wireshark/wireshar... .

Chuckc's avatar
3k
Chuckc
answered 2022-10-18 02:16:37 +0000, updated 2022-10-18 02:16:53 +0000
edit flag offensive 0 remove flag delete link

Comments

This has been fixed in 8771: addr_resolv: define default port values for DNS resolution UAT and 8772.
If you would like to test, there are development builds at https://www.wireshark.org/download/au...

Chuckc's avatar Chuckc (2022-11-09 22:19:38 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer