Kaian

Results 232 comments of Kaian

Hi, Previous commit should allow a new setting for sngreprc to configure server IP:PORT ``` set capture.tlsserver 192.168.0.1:5061 ``` This most probably won't fix the problem described here but it's...

Thanks for the pcap! TLS handshake is not being saved into the file. I'll see if I can fix this as soon as I have some spare time. Regards!

Hi @wangduanduan Can you provide a pcap that causes the crash? It helps a lot. Thanks!

Hi, Thanks for the test file. I have tested this in some GNU/Linux enviroments without crash, so it looks related to macOS only. Sadly I have no Mac available, so...

Hi @sergey-safarov Thanks for reporting! After checking the pcap with wireshark I discovered that those 200 OK packets are not properly indicating the next header protocol is UDP (that should...

Hi @sergey-safarov You're totally right. Actually there seems to be [some ip frag header](https://github.com/irontec/sngrep/blob/master/src/capture.c#L498-L502) handling code, but IP Reasembly is far from working for IPv6. The code assumes IPv4 during...

Hi @verticelo Glad to hear it helped you! We dont use TLS as much as we should, so it may probably fail in some scenarios. Sngrep only supports a couple...

> Have you ever tried IPv6/TLS and seen that it works? Nope. We rarely use the decrypting functions of sngrep. Almost all testing and code has been done by community...

Hi @gsbabil I have compiled sngrep statically in my gentoo box without problem using the following: ``` $ ./bootstrap.sh $ CFLAGS=-static ./configure --enable-unicode [...] configure: sngrep configure finished configure: ======================================================...

Hi @gsbabil Glad you managed to compile it successfully!! You may need a couple extra libraries because your ncurses libraries are compiled with that dependencies, and as I mentioned in...