Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] How to clone 1.12 branch source code

From: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Date: Sun, 15 Jun 2014 12:20:59 +0200


Le 15 juin 2014 12:16, "wsgd" <wsgd@xxxxxxx> a écrit :
>
> Hello,
>
> I'm want to get (clone) 1.12 branch source code.
>
> I have cloned https://code.wireshark.org/review/wireshark (as specified into http://www.wireshark.org/docs/wsdg_html_chunked/ChSetupWin32.html#_install_and_prepare_sources).
>
> I get source code for a version 1.99.
> Is it normal ?
> Which repository should be cloned to have 1.12 branch source code ?
>
>
> Thanks,
> Olivier
>

Hi Olivier,

You can checkout master-1.12 branch in your fresh clone with the following command:
git checkout origin/master-1.12 -b master-1.12

Regards,
Pascal.