aboutsummaryrefslogtreecommitdiffstats
path: root/epan/addr_resolv.c
diff options
context:
space:
mode:
authorChuck Craft <bubbasnmp@gmail.com>2021-05-17 17:05:31 -0500
committerWireshark GitLab Utility <gerald+gitlab-utility@wireshark.org>2021-05-23 18:50:25 +0000
commit30832dcdea800196e444558f1a246919cd0da374 (patch)
tree78d01f700af3d2555419b69cb110db2f358cbdaa /epan/addr_resolv.c
parent6b2dd3561eff2f0d1c5ea5b3cde4a3d8c6054fa7 (diff)
addr_resolv: repopulate services table on profile switch
Diffstat (limited to 'epan/addr_resolv.c')
-rw-r--r--epan/addr_resolv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/addr_resolv.c b/epan/addr_resolv.c
index 7a9822ca3e..f460e8445e 100644
--- a/epan/addr_resolv.c
+++ b/epan/addr_resolv.c
@@ -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();