Looking for instructions for downloading and building wireshark on windows.
I am trying to setup my pc to build Wireshark so I can create my own dissector. I tried using the instructions at http://www.wireshark.org/docs/wsdghtmlchunked/ChSetupWin32.html, and I get to the point where I need to pull the code using GIT. However, in section "2.2.9. Install and Prepare Sources" it tells you to clone the code from git clone https://code.wireshark.org/review/wir... but that path does not exist?
Does anyone have any instructions for downloading and setting up a build environment that may be more up to date? I am also looking for tips and advice for building a dissector. I appreciate any help or advice.
Thanks - mike
What do you mean by "that path does not exist?" For a browser it doesn't present anything, other than that text, for git it certainly does. Did you actually try the git clone action?
How have you determined that path doesn't exist, do you get an error from git? If so, what was the error?
The machine you are running this on must have access to the internet.
Running this on my Win10 VM gives the following:
Thanks for responding, yes I tried to clone it using git just as the instructions indicated. This was the error I received when I ran the command. It looks like an certificate issue. Thanks gain - mike
Then you should definitely look at the certificate chain, starting at code.wireshark.org, which should be signed by Let's Encrypt Authority, signed by DST Root CA.
Thank you for the help! I greatly appreciate it. - mike