addr_resolv: repopulate services table on profile switch

This commit is contained in:
Chuck Craft 2021-05-17 17:05:31 -05:00 committed by Wireshark GitLab Utility
parent 6b2dd3561e
commit 30832dcdea
1 changed files with 2 additions and 0 deletions

View File

@ -3200,6 +3200,8 @@ void host_name_lookup_reset(void)
initialize_vlans();
ethers_cleanup();
initialize_ethers();
service_name_lookup_cleanup();
initialize_services();
ipx_name_lookup_cleanup();
initialize_ipxnets();
enterprises_cleanup();