https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5115
--- Comment #7 from Bill Meier <wmeier@xxxxxxxxxxx> 2010-08-17 11:14:45 EDT ---
By the way: Wireshark compiled for "old packet list" dies in
set_menu_sensitivity() for "Edit/Mark All..." during startup:
[menus.c]
...
set_menu_sensitivity(main_menu_factory, "/Edit/Mark All Displayed Packets
(toggle)", ....
....
[set_menu_sensitivity()]
...
#ifndef NEW_PACKET_LIST
/* be sure this menu item *is* existing */
g_assert_not_reached();
#endif
Is "Old Packet List" still being supported in Dev ??
If so, sounds like a bug ....
Bill
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.