Re: [Wireshark-dev] Conversations - addresses/ports, more general endpoints, and "circuits" with their own IDs

2019-01-05 Thread Luke Mewburn
[attempting a resend, 13 months later] On Sat, Oct 28, 2017 at 08:12:53PM -0700, Guy Harris wrote: | Michael Mann is looking at generalizing conversations to handle | arbitrary endpoints, presumably not necessarily in the form of an | AT_ address plus a PT_ numeric port ID. | | [...] |

Re: [Wireshark-dev] Conversations - addresses/ports, more general endpoints, and "circuits" with their own IDs

2019-01-05 Thread Luke Mewburn
On 17-10-28 20:12, Guy Harris wrote: | Michael Mann is looking at generalizing conversations to handle | arbitrary endpoints, presumably not necessarily in the form of an | AT_ address plus a PT_ numeric port ID. Hi Guy, Was there any further development on this topic? (I did try & send a

Re: [Wireshark-dev] Function getaddrinfo() vanished in one of the later commits. -> solved.

2019-01-05 Thread hdv
On 5-1-2019 22:20, Guy Harris wrote: On Jan 5, 2019, at 1:08 PM, hdv wrote: wsutil is already in the dependency list. So its not in there. Please send us your modified version of extcap/CMakeLists.txt. I fixed it: the function is in 'ws2_32' and I added it conditionally as follow in my "sn

Re: [Wireshark-dev] Function getaddrinfo() vanished in one of the later commits.

2019-01-05 Thread Guy Harris
On Jan 5, 2019, at 1:08 PM, hdv wrote: > wsutil is already in the dependency list. So its not in there. Please send us your modified version of extcap/CMakeLists.txt. ___ Sent via:Wireshark-dev mailing list Archives:

Re: [Wireshark-dev] Function getaddrinfo() vanished in one of the later commits.

2019-01-05 Thread hdv
On 5-1-2019 18:56, Guy Harris wrote: On Jan 5, 2019, at 7:29 AM, hdv wrote: Ok, I assume there *could* be a binary (static) lib distributed with Wireshark, so it is not the case apparently. So I don't have to search for the problem there. The makefiles refer to "GLIB2_LIBRARIES" I assumed t

Re: [Wireshark-dev] Function getaddrinfo() vanished in one of the later commits.

2019-01-05 Thread Guy Harris
On Jan 5, 2019, at 7:29 AM, hdv wrote: > Ok, I assume there *could* be a binary (static) lib distributed with > Wireshark, so it is not the case apparently. So I don't have to search for > the problem there. The makefiles refer to "GLIB2_LIBRARIES" I assumed these > to be the standard library.

Re: [Wireshark-dev] Function getaddrinfo() vanished in one of the later commits.

2019-01-05 Thread hdv
On 5-1-2019 00:05, Guy Harris wrote: On Jan 4, 2019, at 2:38 PM, hdv wrote: I'm not a guru on CMake, so no idea if the libraries are binary loaded (probably) or built locally. I even don't know in which lib it was before, it just worked and now this surprises me. I followed the installation