aboutsummaryrefslogtreecommitdiffstats
path: root/tshark.c
diff options
context:
space:
mode:
Diffstat (limited to 'tshark.c')
-rw-r--r--tshark.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/tshark.c b/tshark.c
index a08b9b64d7..d3e78fff3a 100644
--- a/tshark.c
+++ b/tshark.c
@@ -43,6 +43,7 @@
#include <ui/clopts_common.h>
#include <ui/cmdarg_err.h>
+#include <ui/urls.h>
#include <wsutil/filesystem.h>
#include <wsutil/file_util.h>
#include <wsutil/socket.h>
@@ -2064,7 +2065,7 @@ main(int argc, char *argv[])
"Sorry, but TShark has to terminate now.\n"
"\n"
"More information and workarounds can be found at\n"
- "https://wiki.wireshark.org/KnownBugs/OutOfMemory\n");
+ WS_WIKI_URL("KnownBugs/OutOfMemory") "\n");
status = PROCESS_FILE_ERROR;
}
ENDTRY;
@@ -2573,7 +2574,7 @@ capture(void)
"Sorry, but TShark has to terminate now.\n"
"\n"
"More information and workarounds can be found at\n"
- "https://wiki.wireshark.org/KnownBugs/OutOfMemory\n");
+ WS_WIKI_URL("KnownBugs/OutOfMemory") "\n");
abort();
}
ENDTRY;