Re: [Wireshark-dev] Tshark closing unexpectedly due to failure reading from file

2020-11-19 Thread Alastair Scott
Hi John, Do you know where in the code base I could look for a potential remedy to this issue? I'm trying to find a place to add a delay to ensure the read does not come early. Regards, Alastair On Thu, Nov 19, 2020 at 6:15 PM John Sullivan wrote: > > [gitlab page updated with details] > > On

Re: [Wireshark-dev] Tshark closing unexpectedly due to failure reading from file

2020-11-19 Thread John Sullivan
[gitlab page updated with details] On Friday, November 20, 2020, 12:15:11 AM, James Ko wrote: > Why do we have the difference in read/write timing? Umm, because you just would, unless the reader and writer end take specific measures to avoid that, which they apparently don't. (Note that it looks

Re: [Wireshark-dev] Tshark closing unexpectedly due to failure reading from file

2020-11-19 Thread James Ko
Hi John, Thanks for your analysis. If you still have the strace logs would you attach them to the bug report together with your analysis? So I think the questions now are.. Why do we have the difference in read/write timing? What are the events that need to happen before the first bytes are writ

Re: [Wireshark-dev] Compile fails after fetch

2020-11-19 Thread Mora, Jorge
Hello Pascal, Great! It compiled. --Jorge From: Wireshark-dev on behalf of Pascal Quantin Reply-To: Developer support list for Wireshark Date: Thursday, November 19, 2020 at 12:02 PM To: Developer support list for Wireshark Subject: Re: [Wireshark-dev] Compile fails after fetch NetApp Sec

Re: [Wireshark-dev] Compile fails after fetch

2020-11-19 Thread Pascal Quantin
Hi Jorge, Le jeu. 19 nov. 2020 à 18:08, Pascal Quantin a écrit : > Hi Jorge, > > Le jeu. 19 nov. 2020 à 17:51, Mora, Jorge a > écrit : > >> Hello, >> >> >> >> After a git fetch, compile fails with the following: >> >> [ 50%] Building C object >> epan/dissectors/CMakeFiles/dissectors.dir/packet-

Re: [Wireshark-dev] Compile fails after fetch

2020-11-19 Thread Pascal Quantin
Hi Jorge, Le jeu. 19 nov. 2020 à 17:51, Mora, Jorge a écrit : > Hello, > > > > After a git fetch, compile fails with the following: > > [ 50%] Building C object > epan/dissectors/CMakeFiles/dissectors.dir/packet-quic.c.o > > /home/mora/wireshark/epan/dissectors/packet-quic.c:603:1: error: > ‘qui

Re: [Wireshark-dev] Compile fails after fetch

2020-11-19 Thread Ivan Nardi
Hi could you share your environment details, please? SO, compiler version and, particularly, libgcrypt version Thanks Ivan On Thu, 19 Nov 2020 at 17:51, Mora, Jorge wrote: > > Hello, > > > > After a git fetch, compile fails with the following: > > [ 50%] Building C object > epan/dissectors/CMak

[Wireshark-dev] Compile fails after fetch

2020-11-19 Thread Mora, Jorge
Hello, After a git fetch, compile fails with the following: [ 50%] Building C object epan/dissectors/CMakeFiles/dissectors.dir/packet-quic.c.o /home/mora/wireshark/epan/dissectors/packet-quic.c:603:1: error: ‘quic_are_ciphers_initialized’ defined but not used [-Werror=unused-function] quic_are_c

Re: [Wireshark-dev] Windows build - all_guides fails on .chm files

2020-11-19 Thread chuck c
Fixed: Microsoft HTML Help Workshop missing. Todo: Update documentation for creating build machine with link to tools needed and find link to proper download. "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -P C:/Deve

Re: [Wireshark-dev] Tshark closing unexpectedly due to failure reading from file

2020-11-19 Thread John Sullivan
On Monday, November 16, 2020, 8:45:48 PM, Alastair Scott wrote: > I've posted an in-depth description of the issue with logs and pcap's > attached here: https://gitlab.com/wireshark/wireshark/-/issues/17013 Observations after running under strace with "-f -s 4096" with the same capture file (5992

Re: [Wireshark-dev] About i18n Translation

2020-11-19 Thread Roland Knall
We currently have no system in place that would allow you to translate any texts coming from dissectors or anywhere out of epan for that matter Kind regards > Am 19.11.2020 um 14:54 schrieb qiangxiong.huang : > > HI, I have two questions about wireshark i18n: > > 1. Are the files *.po in debi

[Wireshark-dev] About i18n Translation

2020-11-19 Thread qiangxiong.huang
HI, I have two questions about wireshark i18n: 1. Are the files *.po in debian/po only used in debian platform or all platforms (like windows)? (If these *.po are used in all platforms, I think they can also be used to add new strings for title and description preference in epan/dissectors/pac

Re: [Wireshark-dev] Tshark closing unexpectedly due to failure reading from file

2020-11-19 Thread John Sullivan
On Monday, November 16, 2020, 8:45:48 PM, Alastair Scott wrote: > I've posted an in-depth description of the issue with logs and pcap's > attached here: https://gitlab.com/wireshark/wireshark/-/issues/17013 It might be helpful to specify -f to your strace, as that would capture tshark's interactio

Re: [Wireshark-dev] Tshark closing unexpectedly due to failure reading from file

2020-11-19 Thread Guy Harris
On Nov 19, 2020, at 12:37 AM, James Ko wrote: > @Guy. This is on ubuntu linux distribution. I'm using Xubuntu 18.04LTS and > I believe Alastair is on Ubuntu 16.04LTS. > Assuming the buffer/page/disk cache is not doing the right thing I would not make that assumption; as I said, "If this is on

Re: [Wireshark-dev] Tshark closing unexpectedly due to failure reading from file

2020-11-19 Thread James Ko
Good thought. I've only tried on my laptop. I'll let Alastair answer about his setup. I think we both using Lenovo laptops with SSDs? I know another colleague has seen similar failures with tshark on a TCP stream as well. I can't say that I've ever seen this fail when using wireshark however. We

[Wireshark-dev] Qt warning on Windows build.

2020-11-19 Thread Anders Broman via Wireshark-dev
Hi, Currently there is one Warnimg produced for the Windows build C:\Development\ewireshark\trunk\ui\qt\widgets\byte_view_text.cpp(187,38): warning C4996: 'QFont::ForceIntegerMetrics': was declared deprecated [C:\Development\wsbuild64\ui\qt\qtui.vcxproj] Regards Anders smime.p7s Descripti

Re: [Wireshark-dev] Tshark closing unexpectedly due to failure reading from file

2020-11-19 Thread Graham Bloice
Have you been able to replicate the issue on another system to rule out a local environmental problem? On Thu, 19 Nov 2020 at 08:37, James Ko wrote: > @Guy. This is on ubuntu linux distribution. I'm using Xubuntu 18.04LTS > and I believe Alastair is on Ubuntu 16.04LTS. > Assuming the buffer/pa

Re: [Wireshark-dev] Tshark closing unexpectedly due to failure reading from file

2020-11-19 Thread James Ko
@Guy. This is on ubuntu linux distribution. I'm using Xubuntu 18.04LTS and I believe Alastair is on Ubuntu 16.04LTS. Assuming the buffer/page/disk cache is not doing the right thing is there anything we can try to make sure it's consistent? @Jaap. We will be sure to update to the latest release