kadabusha

Results 7 comments of kadabusha

ATM the link from website leads to https://github.com/cyd01/KiTTY/releases where release has some description. Perhaps wrong link was there on website?

Hi, @wdoekes Thanks for prompt reply here. In udp.h on both systems that struct is same, I also checked a few systems on FreeBSD 11.2, 11.1 and 10.3 - same...

Not sure I got it right - where shall I put that code? config.h does not work for me, as well as /usr/include/netinet/udp.h (obviously). Do I need to apply the...

``` [1@freebsd ~/sipp]$ gcc -Wall whatever.c -o whatever In file included from whatever.c:1: /usr/include/netinet/udp.h:42:2: error: unknown type name 'u_short' 42 | u_short uh_sport; /* source port */ | ^~~~~~~ /usr/include/netinet/udp.h:43:2:...

Add sys/types.h has removed all errors but "not used" one: ``` $ gcc -Wall whatever.c -o whatever whatever.c: In function 'main': whatever.c:5:19: warning: variable 'u' set but not used [-Wunused-but-set-variable]...

Hi, @wdoekes Please see below the reply from FreeBSD guru, fix was checked on FreeBSD 11.3 and on Debian 10(buster) PR for the change: #562 > the cmake . prints:...

Still happens in latest sipp with no coredump as well as in v3.6.1 and v3.6.0 ``` [user@box ~/callscenarios]$ uname -r 11.2-RELEASE-p9 [user@box ~/callscenarios]$ ./sipp/sipp -v SIPp v3.7-dev-18-g9f62be0-TLS-SCTP-PCAP-RTPSTREAM-RTPCHECK. ------------------------------ Scenario Screen...