-
-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Gerald — 11/21/2023 5:46 PM
I updated the Apache config for bugs.wireshark.org to redirect bug links to their respective GitLab issue and everything else to https://gitlab.com/wireshark/wireshark/-/issues.
Thacker — Yesterday at 7:13 PM
Especially because this site's search engine didn't update for Gitlab: https://tshark.dev/search/
Tshark | Search Pcaps
"There's nothing that cannot be found through some search engine or on the Internet somewhere." – Eric Schmidt
Chuckc — Today at 6:41 AM
I'll open an issue (https://github.com/pocc/tshark.dev/issues). @gerald ok to copy the text from your message about the change to the issue description?
Mapping from https://bugs.wireshark.org/bugzilla/attachment.cgi?id=9&name=2.pcap to https://gitlab.com/wireshark/wireshark/uploads/b597cf88bba0be10292aaf4fa686ba38/2.pcap probably not trivial?
Search for "ppp" on tshark.dev - 2.pcap points to https://gitlab.com/wireshark/wireshark/-/issues/86
Gerald — Today at 11:13 AM
Go ahead and copy my text if that's helpful.
GitLab's API doesn't support listing file attachments (https://gitlab.com/gitlab-org/gitlab/-/issues/197361) so the menagerie harvester script just scrapes our MRs and issues looking for "/uploads/" links. I can provide the script if needed.
I recently shut down bugs.wireshark.org. It now redirects to the GitLab issue tracker.