Wireshark mailing list archives

Re: ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted


From: Jaap Keuter <jaap.keuter () xs4all nl>
Date: Wed, 02 Nov 2011 12:25:46 +0100

Hi,

It's a test that find_heur_dissector_list(name) returns a valid list.
In this case it returns NULL: you try to add to a subdissector list which doesn't exist.

You need to setup the subdissector list before adding to it.
Note that display filter fields do NOT automagically become a subdissector list.
These are separate namespaces.

Thanks,
Jaap

On Wed, 02 Nov 2011 12:11:31 +0100, Marcel Haas wrote:

Hey

If i want to start wireshark i am geting a failur :

ERROR:packet.c:1531:heur_dissector_add: assertion failed:
(sub_dissectors != NULL)
Aborted

Somebody know how to fix it ?


___________________________________________________________________________
Sent via:    Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives:    http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
            mailto:wireshark-dev-request () wireshark org?subject=unsubscribe


Current thread: