Kaian

Results 232 comments of Kaian

I know it have been a long time since the request, but I'm still slowly working in the 2.X branch that I hope it will include this. I have prioritized...

Hi @miconda I can't recognize the backtrace information. It looks like a crash while loading a shared library, but class ImageLoaderMachO is MacOS specific, so I can't tell for sure....

Hi ! You mean when HEP is enabled in Listening mode, don't you? If we implement the capture interface `none` it can be set as default in your sngreprc file...

I also have the feeling of wasted screen space when I see that. There is a workaround now, assuming some loss of information: you can configure an alias between the...

You can force to display one column per address ignoring ports by pressing 's' keybinding!

Hi @Grisolfi If you already know the expected addresses, you can add aliases in .sngreprc file to replace the IP with a label. ``` echo set displayalias on >> ~/.sngreprc...

Although not a solution, commit above will restore the logic to limit the column title limits. For IPv6 addresses, this will only print the ending of the address like we...

Yep, this is an old enhancement no easy to implement. SIP payload is UTF-8 and we have no encoding subroutines. I will try to use ncurses wide chars to print...

The proper solution for this should be supporting correctly the UTF-8 characters, but the actual code is not ready for handling encodings (even if compiled with Unicode support) so I'll...

Hi @linuxmaniac Tests are mostly for you and me, and this change seems perfectly fine and well explained. I should improve those test because ncurses actually uses int for keys....