Re: [Wireshark-dev] wslua: checkNSTime / pushNSTime undefined

2021-05-27 Thread chuck c
My bad. Upgraded Visual Studio and it now ships with cmake 3.20. choco installing cmake 3.19 fixed the errors. Original working system: C:\Program Files (x86)\Microsoft Visual Studio\2019\Community>cl Microsoft (R) C/C++ Optimizing Compiler Version 19.28.29912 for x64 Copyright (C) Microsoft Corpo

[Wireshark-dev] wslua: checkNSTime / pushNSTime undefined

2021-05-27 Thread chuck c
Is it a matter of tweaking the build to allow the warning to pass or does this require a code change? W:\Development\wsbuild>cl Microsoft (R) C/C++ Optimizing Compiler Version 19.29.30037 for x64 Copyright (C) Microsoft Corporation. All rights reserved. usage: cl [ option... ] filename... [ /lin

Re: [Wireshark-dev] Having trouble cloning repo in a new VM

2021-05-27 Thread Jim Young
Hello Gerald, On Thu, May 27, 2021 at 4:20 PM Martin Mathieson via Wireshark-dev wrote: > > I am using VirtualBox.. After discussing the conditions with Martin, I tried unsuccessfully to replicate the issue with a macOS VM running on Vmware Fusion with NAT. I had initially tried using an https

Re: [Wireshark-dev] Having trouble cloning repo in a new VM

2021-05-27 Thread Martin Mathieson via Wireshark-dev
I am using VirtualBox. On Thu, May 27, 2021 at 6:29 PM Gerald Combs wrote: > Is your VM host running VMware? I just ran across this > > > https://stackoverflow.com/questions/52415943/trying-to-git-clone-via-ssh-but-getting-broken-pipe-error > > which mentions that adjusting ServerAliveInterval

Re: [Wireshark-dev] Having trouble cloning repo in a new VM

2021-05-27 Thread Gerald Combs
Is your VM host running VMware? I just ran across this https://stackoverflow.com/questions/52415943/trying-to-git-clone-via-ssh-but-getting-broken-pipe-error which mentions that adjusting ServerAliveInterval and IPQoS in your ~/.ssh/config might help. The issue that Jim mentions below was due

Re: [Wireshark-dev] Can the OSS-FUZZ tool be modified to generate a pcap test file?

2021-05-27 Thread Richard Sharpe
On Thu, May 27, 2021 at 10:16 AM Moshe Kaplan wrote: > > I believe Peter Wu created a script a while back to do that and published it > here: https://github.com/Lekensteyn/wireshark-fuzztools Thanks for that. -- Regards, Richard Sharpe (何以解憂?唯有杜康。--曹操)(传说杜康是酒的发明者) _

Re: [Wireshark-dev] Can the OSS-FUZZ tool be modified to generate a pcap test file?

2021-05-27 Thread Moshe Kaplan
I believe Peter Wu created a script a while back to do that and published it here: https://github.com/Lekensteyn/wireshark-fuzztools Moshe On Thu, May 27, 2021 at 12:37 PM Richard Sharpe wrote: > Hi folks, > > It seems like the OSS-FUZZ tool is very useful in finding certain > types of problems

[Wireshark-dev] Can the OSS-FUZZ tool be modified to generate a pcap test file?

2021-05-27 Thread Richard Sharpe
Hi folks, It seems like the OSS-FUZZ tool is very useful in finding certain types of problems, but it would be even more useful if it could generate a pcap file of the packets it used to find a problem. Does anyone know how hard it would be to modify to do that? -- Regards, Richard Sharpe (何以解憂

Re: [Wireshark-dev] Custom item not related to the packet

2021-05-27 Thread Antonello Tartamo
Hi Pasqual, you're right. I've fixed it using wmem_alloc(). Thanks everyone Antonello Il giorno gio 27 mag 2021 alle ore 09:00 Pascal Quantin < pas...@wireshark.org> ha scritto: > Hi Antonello > > Le jeu. 27 mai 2021 à 08:54, Antonello Tartamo > a écrit : > >> pt contains 16 bytes I have filled

Re: [Wireshark-dev] Custom item not related to the packet

2021-05-27 Thread Pascal Quantin
Hi Antonello Le jeu. 27 mai 2021 à 08:54, Antonello Tartamo a écrit : > pt contains 16 bytes I have filled up. > I'm telling proto_tree_add_item to read these bytes from offset 0 with > length 16. > The field is properly shown (correct bytes) in the Packet Details tree but > when I select it in