aboutsummaryrefslogtreecommitdiffstats
path: root/epan/oids.c
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2019-07-20 16:11:39 +0100
committerAnders Broman <a.broman58@gmail.com>2019-07-20 20:50:59 +0000
commit36e1f782aa26fbaccffae5287be5a7ca0159e4ce (patch)
tree27e70147d91e45360dade239dccf11e340002dba /epan/oids.c
parent0afbedce6d14c9a687777444ade8b31feecc5e5f (diff)
epan,packaging: convert http URLs to https
Ensure that public text in error messages and dialogs point to https. Ensure that the generated PDML files include scripts over https. Change-Id: I75d42704c2bbb33b05492261b3e1d45dc6e301f9 Reviewed-on: https://code.wireshark.org/review/34027 Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/oids.c')
-rw-r--r--epan/oids.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/oids.c b/epan/oids.c
index 400f7b8ac6..71c0329839 100644
--- a/epan/oids.c
+++ b/epan/oids.c
@@ -593,7 +593,7 @@ static void register_mibs(void) {
report_failure("Stopped processing module %s due to "
"error(s) to prevent potential crash in libsmi.\n"
"Module's conformance level: %d.\n"
- "See details at: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560325\n",
+ "See details at: https://bugs.debian.org/560325\n",
smiModule->name, smiModule->conformance);
}
continue;