Results 48 comments of solarmon

@lmangani I think this "Trailing stray characters" and the "Correlation ID" and "Encapsulated" Payload [truncated]" ordering is a red herring, although I'd like to understand why the HEP dissector for...

Hi @lmangani Any advice on how to resolve this, and why TCP does not seem to work?

Looks like one of the red signal is missing or shorted together? I would inspect and check the soldering of the red signals and traces on the adapter itself. Did...

Hi, Any solution for this build error? I can install rtpproxy from yum, but it seems to be a beta version: ``` # rtpproxy -V 2.0.beta.20150106 ``` I'd rather get...

> just delete option "implicit-function-declaration " in Makefile Thanks for the suggestion. However, and please excuse my ignorance, but I cannot find "implicit-function-declaration" in any of these files: Makefile Makefile.am...

Thank you k3nz0, I didn't realise that there was a Makefile in that location. I removed -Werror=implicit-function-declaration from this Makefile, but I still get the following warnings and fatal error...

> @solarmon this looks like a really weird one. Are you sure the system you are building on is not impaired in any way? random() is an integral part of...

@sobomax I updated gcc to 7.3 - as per https://stackoverflow.com/questions/36327805/how-to-install-gcc-5-3-with-yum-on-centos-7-2: ``` # gcc --version gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5) Copyright (C) 2017 Free Software Foundation, Inc. This is...

@sobomax Hi, did you have any luck with trying to figure out what the issue is?

@sobomax I updated gcc to 7.3 - using the guide at https://stackoverflow.com/questions/36327805/how-to-install-gcc-5-3-with-yum-on-centos-7-2 I do find that I need to use the following command to tell my setup to use the...