Wireshark-bugs: [Wireshark-bugs] [Bug 4246] add a custom column from the popup menu of the packe
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4246
--- Comment #4 from Stig Bjørlykke <stig@xxxxxxxxxxxxx> 2009-11-19 03:39:12 PDT ---
(In reply to comment #3)
> no crash founded while adding protocols (IP, UDP, http, ) or texts
>
> can you send me some bugging traces please
With old packet list:
In proto_custom_set() line 3424, the default case. FT_PROTOCOL and FT_NONE is
not handled here, and it should not be possible to add a custom column for this
fields. Maybe just disable the menu entry for illegal fields.
5 libepan.dylib 0x0000000100958608 proto_custom_set +
168 (proto.c:3424)
6 libepan.dylib 0x000000010093e3c3 col_custom_set_edt +
195 (column-utils.c:224)
7 libepan.dylib 0x00000001009424e6
epan_dissect_fill_in_columns + 38 (epan.c:244)
8 wireshark 0x0000000100012879
add_packet_to_packet_list + 473 (file.c:1250)
9 wireshark 0x0000000100012c57 rescan_packets + 727
(file.c:2181)
10 wireshark 0x0000000100050230 redissect_packets +
16
11 wireshark 0x0000000100053f9a
apply_as_custom_column_cb + 106
With new packet list:
(wireshark:13952): Gtk-CRITICAL **: gtk_tree_view_column_get_width: assertion
`GTK_IS_TREE_VIEW_COLUMN (tree_column)' failed
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.