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] Building against 2.2.3 after git clone

From: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Date: Tue, 17 Jan 2017 15:45:55 +0100
Hi Paul

2017-01-17 15:43 GMT+01:00 Paul Offord <Paul.Offord@xxxxxxxxxxxx>:

Hi,

 

At last I have managed to create my WS dev VM.  I installed the WS source with:

 

 

I want to build a plugin against the 2.2.3 release.  Do I have to pull a 2.2.3 repository or can I just do a branch switch or something with my current local repository?


You can switch to the branch used by Wireshark 2.2.X releases with 'git checkout master-2.2'. If you specifically want 2.2.3 source code, use 'git checkout wireshark-2.2.3'.

Regards,
Pascal.