Null Pointer Dereference at proto.c:3698 |
No properties have been set. edit properties |
Jump to warning location ↓ | warning details... |
| |
revert_proto_selection (/home/sate/Testcases/c/cve/wireshark-1.2.0/gtk/proto_dlg.c)![]() | |||||||||||||||||||||||||||||||||||||||
![]() | |||||||||||||||||||||||||||||||||||||||
443 | revert_proto_selection(void) | ||||||||||||||||||||||||||||||||||||||
444 | { | ||||||||||||||||||||||||||||||||||||||
445 | GSList *entry; | ||||||||||||||||||||||||||||||||||||||
446 | gboolean need_redissect = FALSE; | ||||||||||||||||||||||||||||||||||||||
447 | |||||||||||||||||||||||||||||||||||||||
448 | /* | ||||||||||||||||||||||||||||||||||||||
449 | * Undo all the changes we've made to protocol enable flags. | ||||||||||||||||||||||||||||||||||||||
450 | */ | ||||||||||||||||||||||||||||||||||||||
451 | for (entry = protocol_list; entry != NULL; entry = g_slist_next(entry)) { | ||||||||||||||||||||||||||||||||||||||
452 | protocol_data_t *p = entry->data; | ||||||||||||||||||||||||||||||||||||||
453 | protocol_t *protocol; | ||||||||||||||||||||||||||||||||||||||
454 | |||||||||||||||||||||||||||||||||||||||
455 | [+] | protocol = find_protocol_by_id(p->hfinfo_index); | |||||||||||||||||||||||||||||||||||||
456 | [+] | if (proto_is_protocol_enabled(protocol) != p->was_enabled) { | |||||||||||||||||||||||||||||||||||||
![]() |
| ||||||||||||||||||||||||||||||||||||||
![]() |