Ask Your Question
0

Error loading table 'DNS Servers' ?

asked 2022-10-17 23:29:58 +0000

MrJoe gravatar image

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?

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
0

answered 2022-10-18 02:16:37 +0000

Chuckc gravatar image

updated 2022-10-18 02:16:53 +0000

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... .

edit flag offensive delete link more

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 gravatar imageChuckc ( 2022-11-09 22:19:38 +0000 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

1 follower

Stats

Asked: 2022-10-17 23:29:58 +0000

Seen: 236 times

Last updated: Oct 18 '22