Wireshark-bugs: [Wireshark-bugs] [Bug 10832] SIGSEGV in g_strlcpy

Date: Mon, 05 Jan 2015 21:05:10 +0000

Comment # 7 on bug 10832 from
BTW activating /deactivating transport name resolution did not change anything
for me.

According to the line given in your backtrace, the crash happens here:

    src_port_str = ep_tcp_port_to_display(tcph->th_sport);
    dst_port_str = ep_tcp_port_to_display(tcph->th_dport);
    col_add_lstr(pinfo->cinfo, COL_INFO,  <= this function call
        src_port_str,
        "\xe2\x86\x92", /* UTF8_RIGHTWARDS_ARROW */
        dst_port_str,
        COL_ADD_LSTR_TERMINATOR);


You are receiving this mail because:
  • You are watching all bug changes.