Re: [Wireshark-dev] GSoC | USB Audio/Video stream export

2020-03-06 Thread Tomasz Moń
On Fri, Mar 6, 2020 at 7:29 PM zubin choudhary wrote: > I am interested in working with Wireshark on USB Audio/Video stream export. > but I'm not sure where to start is there any docs or links I should look up ? The best pages to look up regarding this project are probably: * https://usb.org/do

[Wireshark-dev] GSoC | USB Audio/Video stream export

2020-03-06 Thread zubin choudhary
Hello, I am interested in working with Wireshark on USB Audio/Video stream export. but I'm not sure where to start is there any docs or links I should look up ? Thanks Zubin Choudhary ___ Sent via:Wireshark-dev mailing li

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread Dario Lombardo
Looks like I made it. https://github.com/crondaemon/wireshark/runs/490547471?check_suite_focus=true The artifact can be found in the upper right area of the screen. On Fri, Mar 6, 2020 at 3:29 PM Dario Lombardo wrote: > > > On Fri, Mar 6, 2020 at 3:21 PM João Valverde < > joao.valve...@tecnico

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread Dario Lombardo
On Fri, Mar 6, 2020 at 3:21 PM João Valverde < joao.valve...@tecnico.ulisboa.pt> wrote: > If you want to spare some CPU cycles I believe only the user_guide_chm > target is mandatory for NSIS. > > Seems you are missing some dependencies too, asciidoctor and maybe others > as well. > > Yes to both.

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread João Valverde
On 06/03/20 13:55, Dario Lombardo wrote: Si it seems like it is not running the MSVC 2019 command prompt that takes care of setting the various environment variables. Well... this is a point. I added the proper action and it made it a bit further. https://github.com/crondaemon/wir

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread Dario Lombardo
> > Si it seems like it is not running the MSVC 2019 command prompt that takes > care of setting the various environment variables. > Well... this is a point. I added the proper action and it made it a bit further. https://github.com/crondaemon/wireshark/runs/490228280?check_suite_focus=true How

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread Pascal Quantin
Le ven. 6 mars 2020 à 14:02, Dario Lombardo a écrit : > > > On Fri, Mar 6, 2020 at 12:44 PM Pascal Quantin > wrote: > >> >> >> Le ven. 6 mars 2020 à 12:28, Dario Lombardo a écrit : >> >>> I am sorry, I still don't understand, I beg your pardon. >>> You said >>> >>> > your machine does not have

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread Graham Bloice
For the WiX installer merge module, IIRC CMake will print the "not found" path if WiX isn't installed. That's been on my cleanup list for some time. On Fri, 6 Mar 2020 at 06:44, Pascal Quantin wrote: > > > Le ven. 6 mars 2020 à 12:28, Dario Lombardo a écrit : > >> I am sorry, I still don't und

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread Dario Lombardo
On Fri, Mar 6, 2020 at 12:44 PM Pascal Quantin wrote: > > > Le ven. 6 mars 2020 à 12:28, Dario Lombardo a écrit : > >> I am sorry, I still don't understand, I beg your pardon. >> You said >> >> > your machine does not have the MSVC redistributable copied in the >> wireshark-libs folder (as expla

Re: [Wireshark-dev] Wireshark 3.2.2 Windows Installer 64-bit - Invalid Signature

2020-03-06 Thread Graham Bloice
On Thu, 5 Mar 2020 at 15:34, Gerald Combs wrote: > On 3/4/20 1:21 PM, jbugrep...@outlook.com wrote: > > Hello, > > > > Problem: When I attempt to verify the signature of the Wireshark 3.2.2 > Windows installer (64-bit), I receive a message that the signature is > invalid. I expected a good signat

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread Pascal Quantin
Le ven. 6 mars 2020 à 12:28, Dario Lombardo a écrit : > I am sorry, I still don't understand, I beg your pardon. > You said > > > your machine does not have the MSVC redistributable copied in the > wireshark-libs folder (as explained in the developer guide) while it is > required for the NSIS ins

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread Dario Lombardo
I am sorry, I still don't understand, I beg your pardon. You said > your machine does not have the MSVC redistributable copied in the wireshark-libs folder (as explained in the developer guide) while it is required for the NSIS installer. But I cannot find any point in the developer guide where i

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread Pascal Quantin
Hi Dario, Le ven. 6 mars 2020 à 12:16, Dario Lombardo a écrit : > Hi Pascal > I'm not sure I got the point. I try to explain what I understand. I have > one single build, that may have multiple problems, some trivial, some not. > The error I see in cmake could be ignored, while the one that coun

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread Dario Lombardo
Hi Pascal I'm not sure I got the point. I try to explain what I understand. I have one single build, that may have multiple problems, some trivial, some not. The error I see in cmake could be ignored, while the one that counts is the fact I need the MSVC redistributable in the wireshark-lib folder.

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread Pascal Quantin
Hi Dario, Le ven. 6 mars 2020 à 11:30, Dario Lombardo a écrit : > No, it's the same. Have a look at the cmake section and you will see the > error messages below. > Joao is correct: on one side you have a non fatal error in CMake that only impacts the WiX installer, and in the other side your m

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread Dario Lombardo
No, it's the same. Have a look at the cmake section and you will see the error messages below. On Fri, Mar 6, 2020 at 10:54 AM João Valverde < joao.valve...@tecnico.ulisboa.pt> wrote: > > > On 06/03/20 08:23, Dario Lombardo wrote: > > Example of failing build > > > https://github.com/crondaemon/w

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread João Valverde
On 06/03/20 08:23, Dario Lombardo wrote: Example of failing build https://github.com/crondaemon/wireshark/runs/489648430?check_suite_focus=true A quick look suggests this is a different build than you indicated before, for an NSIS package, and the problem seems to be that the VC_REDIST exe

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread João Valverde
Maybe this helps? https://github.com/actions/virtual-environments/issues/195 On 06/03/20 08:07, Dario Lombardo wrote: Are you saying "set v"? It doesn't print anything. The installation of VS is pre-made by the github builder itself, not by me, hence I don't have any control over the installat

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread Dario Lombardo
Example of failing build https://github.com/crondaemon/wireshark/runs/489648430?check_suite_focus=true On Fri, Mar 6, 2020 at 9:07 AM Dario Lombardo wrote: > Are you saying "set v"? It doesn't print anything. > The installation of VS is pre-made by the github builder itself, not by > me, hence

Re: [Wireshark-dev] Cmake on windows

2020-03-06 Thread Dario Lombardo
Are you saying "set v"? It doesn't print anything. The installation of VS is pre-made by the github builder itself, not by me, hence I don't have any control over the installation options. However I guess every component is in place, and maybe I just need to add the proper dir to the PATH. What do