aboutsummaryrefslogtreecommitdiffstats
path: root/epan
diff options
context:
space:
mode:
authorrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-12 01:41:32 +0000
committerrbalint <rbalint@f5534014-38df-0310-8fa8-9805f1628bb7>2009-12-12 01:41:32 +0000
commit0754b99971014df101f56b492850c84ddc873846 (patch)
tree565a1472d88a8eb95221b357deaabf176495c543 /epan
parenta47f62148f3f714441def57f81e2dbfe83a3d265 (diff)
Suggest solutions on the missing MIBs popup window.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31247 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan')
-rw-r--r--epan/oids.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/epan/oids.c b/epan/oids.c
index 74c3b0c9b9..a5514fc56e 100644
--- a/epan/oids.c
+++ b/epan/oids.c
@@ -571,7 +571,10 @@ static void register_mibs(void) {
if (smi_errors->len) {
report_failure("The following errors were found while loading the MIBS:\n%s\n\n"
- "The Current Path is: %s\n" , smi_errors->str , path_str);
+ "The Current Path is: %s\n\nYou can avoid this error message "
+ "by removing the missing MIB modules at Edit -> Preferences"
+ " -> Name Resolution -> SMI (MIB and PIB) modules or by "
+ "installing them.\n" , smi_errors->str , path_str);
D(1,("Errors while loading:\n%s\n",smi_errors->str));
}