First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Wireshark source repository not found

  • retag add tags

I am trying to build Wireshark on Windows 10 based on the instructions give in the Step-by-step guide (https://www.wireshark.org/docs/wsdg_h...). But when I try to clone the source from repository in https://code.wireshark.org/review/wir... , the file is not found. Is there any other URL or method to clone this repository?

Thanks in advance

Sriram R's avatar
5
Sriram R
asked 2020-02-21 09:25:40 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Works for me. Is it possible that the URL is blocked at your location? Can you use the web viewer to look at the source: https://code.wireshark.org/review/git...

grahamb's avatar grahamb (2020-02-21 09:59:39 +0000) edit
add a comment see more comments

1 Answer

0
git clone https://code.wireshark.org/review/wireshark

worked for me. (A bit slow, but it worked.)

Going to that URL with a browser (or curl/wget/pick your command-line fetch-from-a-URL command), however, won't work - it's not intended to work as a URL for a browser. Hand that URL to git (whether command-line git clone, or some Git GUI tool), not to Microsoft Edge or Chrome or Safari or Konqueror or Firefox or....

Guy Harris's avatar
19.9k
Guy Harris
answered 2020-02-21 10:34:56 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer