Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5288] New: Follow_TCP_Stream from main packet list popup c

Date: Sat, 9 Oct 2010 15:22:20 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5288

           Summary: Follow_TCP_Stream from main packet list popup crashes
                    WS
           Product: Wireshark
           Version: 1.5.x (Experimental)
          Platform: Other
        OS/Version: Windows XP
            Status: NEW
          Severity: Major
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: turney_cal@xxxxxxx


Build Information:
Version 1.5.0-34154-GNS-10.0

Copyright 1998-2010 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled with GTK+ 2.16.6, (32-bit) with GLib 2.22.4, with WinPcap (version
unknown), with libz 1.2.3, without POSIX capabilities, without libpcre, with
SMI
0.4.8, with c-ares 1.7.1, with Lua 5.1, without Python, with GnuTLS 2.8.5, with
Gcrypt 1.4.5, with MIT Kerberos, with GeoIP, with PortAudio V19-devel (built
Sep
19 2010), with AirPcap.

Running on Windows XP Service Pack 3, build 2600, with WinPcap version 4.1.2
(packet.dll version 4.1.0.2001), based on libpcap version 1.0 branch 1_0_rel0b
(20091008), GnuTLS 2.8.5, Gcrypt 1.4.5, without AirPcap.

Built using Microsoft Visual C++ 9.0 build 30729
--
Wireshark crashes when "Follow TCP Stream" is selected from the right-click
popup menu from the main packet window.  This does not occur at 1.4.0.  The
"filter_te = g_object_get_data(G_OBJECT(w), E_DFILTER_TE_KEY);" call at line
168  of follow_tcp.c fails to load the addr of the filter textbox widget. 

Selecting "/Conversation Filter/TCP" from the same popup works but the filter
box doesn't get updated with the TCP conversation filter for the same reason
(menus.c, frame 389 in conversation_cb). 

It looks like we're missing a 'g_object_set_data(G_OBJECT(popup_menu_object), 
E_DFILTER_TE_KEY,...' in each case.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.