aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/erf.c3
-rw-r--r--wiretap/file_access.c2
-rw-r--r--wiretap/libpcap.c2
-rw-r--r--wiretap/wtap.h4
4 files changed, 6 insertions, 5 deletions
diff --git a/wiretap/erf.c b/wiretap/erf.c
index b63fe3e1a6..97658bf44a 100644
--- a/wiretap/erf.c
+++ b/wiretap/erf.c
@@ -17,7 +17,8 @@
* https://www.endace.com/erf-extensible-record-format-types.pdf
*
* Version 8:
- * https://bugs.wireshark.org/bugzilla/attachment.cgi?id=4333 (bug #4484)
+ * https://gitlab.com/wireshark/wireshark/uploads/f694bfee494784425b6545892180a8b2/Endace_ERF_Types.pdf
+ * (bug #4484)
*/
#include "config.h"
diff --git a/wiretap/file_access.c b/wiretap/file_access.c
index 23dd3b2b80..bf7467857f 100644
--- a/wiretap/file_access.c
+++ b/wiretap/file_access.c
@@ -325,7 +325,7 @@ wtap_get_all_capture_file_extensions_list(void)
*
* Note that the routine does not have to free the private data pointer on
* error. The caller takes care of that by calling wtap_close on error.
- * (See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8518)
+ * (See https://gitlab.com/wireshark/wireshark/-/issues/8518)
*
* However, the caller does have to free the private data pointer when
* returning 0, since the next file type will be called and will likely
diff --git a/wiretap/libpcap.c b/wiretap/libpcap.c
index 4b80f86727..0b02691e44 100644
--- a/wiretap/libpcap.c
+++ b/wiretap/libpcap.c
@@ -676,7 +676,7 @@ static int libpcap_try_record(wtap *wth, FILE_T fh, int *err, gchar **err_info)
* corrupt, and treating them as such makes the heuristics
* much more reliable. See, for example,
*
- * https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9634
+ * https://gitlab.com/wireshark/wireshark/-/issues/9634
*
* (128MB is an arbitrary size at this point, chosen to be
* large enough for the largest D-Bus packet).
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index ecba086802..4d57050920 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -419,7 +419,7 @@ extern "C" {
*
* For WTAP_ENCAP_USBPCAP, the maximum is 128MiB, as per
*
- * https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=15985
+ * https://gitlab.com/wireshark/wireshark/-/issues/15985
*
* We don't want to write out files that specify a maximum packet size
* greater than 262144 if we don't have to, as software reading those
@@ -1653,7 +1653,7 @@ struct file_extension_info {
*
* Note that the routine does not have to free the private data pointer on
* error. The caller takes care of that by calling wtap_close on error.
- * (See https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8518)
+ * (See https://gitlab.com/wireshark/wireshark/-/issues/8518)
*
* However, the caller does have to free the private data pointer when
* returning WTAP_OPEN_NOT_MINE, since the next file type will be called