Re: [Wireshark-dev] Corrupted TCP sequence number calculations?

2018-12-02 Thread Jaap Keuter
Hi David, Not at the moment, no. Anyone else? Thanks, Jaap > On 2 Dec 2018, at 23:36, David Arnold wrote: > > Hi Jaap, > > Thanks for looking into this. > > The problem with frame 9 appears to be the result of a change to use > ws_strtoi32() to convert a string with trailing whitespace. A

[Wireshark-dev] How do you tell cmake to look in /usr/local/lib for libpcap?

2018-12-02 Thread Richard Sharpe
Hi folks, I am not having much luck getting cmake to look in the right place for the library. I have set PCAP_HINTS to /usr/local and cmake is finding the include files, but not the correct libraries ... -- -- Looking for pcap_set_tstamp_type - found -- Looking for pcap_open

Re: [Wireshark-dev] Corrupted TCP sequence number calculations?

2018-12-02 Thread David Arnold
Hi Jaap, Thanks for looking into this. The problem with frame 9 appears to be the result of a change to use ws_strtoi32() to convert a string with trailing whitespace. A very quick workaround of that (just supplying an end pointer) avoids the reported error, but doesn’t avoid the TCP sequence