ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10935] wireshark QT could not open new file, not any respo

Date: Mon, 09 Feb 2015 13:57:15 +0000

Comment # 6 on bug 10935 from
Today wireshark QT open dialogue can popup suddenly just as previous
preferences issue disappears. Sorry for this disturbance. 

But after I rebase to the new code two times, I encounter two issues.


First time rebase: crash issue at wireshark QT initial procedure.
bad pointer of src

ip6_to_str_buf_len(const guchar* src, char *buf, size_t buf_len)
{
    for (i = 0; i < 16; i += 2) {
        words[i / 2] = (src[i+1] << 0);
        words[i / 2] |= (src[i] << 8);
    }
}

Second time rebase: compiler error: SslSession struct doesn't have app_handle 
ssl_debug_printf("%s: changing handle %p to %p (%s)", G_STRFUNC,
                                 (void *)session->app_handle,
                                 (void *)handle, alpn_proto->dissector_name);


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