Null Pointer Dereference at proto.c:3698 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
set_proto_selection (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/proto_dlg.c)![]() | |||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||
422 | set_proto_selection(GtkWidget *parent_w _U_) | ||||||||||||||||||||||||||||||||||||||
423 | { | ||||||||||||||||||||||||||||||||||||||
424 | GSList *entry; | ||||||||||||||||||||||||||||||||||||||
425 | gboolean need_redissect = FALSE; | ||||||||||||||||||||||||||||||||||||||
426 | |||||||||||||||||||||||||||||||||||||||
427 | for (entry = protocol_list; entry != NULL; entry = g_slist_next(entry)) { | ||||||||||||||||||||||||||||||||||||||
428 | protocol_data_t *p = entry->data; | ||||||||||||||||||||||||||||||||||||||
429 | protocol_t *protocol; | ||||||||||||||||||||||||||||||||||||||
430 | |||||||||||||||||||||||||||||||||||||||
431 | [+] | protocol = find_protocol_by_id(p->hfinfo_index); | |||||||||||||||||||||||||||||||||||||
432 | [+] | if (proto_is_protocol_enabled(protocol) != p->enabled) { | |||||||||||||||||||||||||||||||||||||
![]() |
| ||||||||||||||||||||||||||||||||||||||
![]() |