summaryrefslogtreecommitdiff
path: root/epan/oids.c
diff options
context:
space:
mode:
authorBalint Reczey <balint.reczey@ericsson.com>2009-12-12 01:41:32 +0000
committerBalint Reczey <balint.reczey@ericsson.com>2009-12-12 01:41:32 +0000
commit6b45b0a901ec2c6f4aab9509451abf4b835de14d (patch)
tree565a1472d88a8eb95221b357deaabf176495c543 /epan/oids.c
parent6af0e4e0023dd512f95eb7e9f21d5c4f169a000c (diff)
downloadwireshark-6b45b0a901ec2c6f4aab9509451abf4b835de14d.tar.gz
Suggest solutions on the missing MIBs popup window.
svn path=/trunk/; revision=31247
Diffstat (limited to 'epan/oids.c')
-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));
}